Home
last modified time | relevance | path

Searched defs:current_seed (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/xpu/
H A DXPUGeneratorImpl.cpp87 uint64_t XPUGeneratorImpl::current_seed() const { in current_seed() function in at::XPUGeneratorImpl
112 auto current_seed = this->current_seed(); in get_state() local
/aosp_15_r20/external/pytorch/aten/src/ATen/cuda/
H A DCUDAGeneratorImpl.cpp298 uint64_t CUDAGeneratorImpl::current_seed() const { in current_seed() function in at::CUDAGeneratorImpl
331 auto current_seed = this->current_seed(); in get_state() local
/aosp_15_r20/external/pytorch/aten/src/ATen/test/
H A Dcpu_generator_test.cpp93 auto current_seed = foo.current_seed(); in TEST() local
99 auto current_seed = generator.current_seed(); in thread_func_get_set_current_seed() local
H A Dxpu_generator_test.cpp63 auto current_seed = generator.current_seed(); in thread_func_get_set_current_seed() local
H A Dcuda_generator_test.cu216 auto current_seed = generator.current_seed(); in thread_func_get_set_current_seed() local
H A Dcpu_rng_test.cpp32 uint64_t current_seed() const override { throw std::runtime_error("not implemented"); } in current_seed() function
/aosp_15_r20/external/libxaac/decoder/
H A Dixheaacd_pns.h42 WORD32 current_seed; member
/aosp_15_r20/external/pytorch/aten/src/ATen/core/
H A DGenerator.h100 uint64_t current_seed() const { return impl_->current_seed(); } in current_seed() function
/aosp_15_r20/external/pytorch/test/cpp_extensions/
H A Drng_extension.cpp25 uint64_t current_seed() const override { throw std::runtime_error("not implemented"); } in current_seed() function
/aosp_15_r20/external/pytorch/aten/src/ATen/
H A DCPUGeneratorImpl.cpp115 uint64_t CPUGeneratorImpl::current_seed() const { in current_seed() function in at::CPUGeneratorImpl
/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/
H A Dregister_prim_ops.cpp2606 auto current_seed = generator.toGenerator().current_seed(); in __anonbfe5918f8c02() local
2624 auto current_seed = generator.toGenerator().seed(); in __anonbfe5918f8e02() local