Home
last modified time | relevance | path

Searched defs:clone_impl (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/throw_exception/include/boost/exception/
Dexception.hpp434 clone_impl: class
439 clone_impl( clone_impl const & x, clone_tag ): in clone_impl() function in boost::exception_detail::clone_impl
448 clone_impl( T const & x ): in clone_impl() function in boost::exception_detail::clone_impl
/aosp_15_r20/external/pytorch/test/cpp_extensions/
H A Drng_extension.cpp29 TestCPUGenerator* clone_impl() const override { throw std::runtime_error("not implemented"); } in clone_impl() function
/aosp_15_r20/external/pytorch/aten/src/ATen/xpu/
H A DXPUGeneratorImpl.cpp164 XPUGeneratorImpl* XPUGeneratorImpl::clone_impl() const { in clone_impl() function in at::XPUGeneratorImpl
/aosp_15_r20/external/pytorch/aten/src/ATen/
H A DCPUGeneratorImpl.cpp345 CPUGeneratorImpl* CPUGeneratorImpl::clone_impl() const { in clone_impl() function in at::CPUGeneratorImpl
/aosp_15_r20/external/pytorch/aten/src/ATen/cuda/
H A DCUDAGeneratorImpl.cpp499 CUDAGeneratorImpl* CUDAGeneratorImpl::clone_impl() const { in clone_impl() function in at::CUDAGeneratorImpl
/aosp_15_r20/external/pytorch/torch/csrc/jit/api/
H A Dmodule.cpp343 Module Module::clone_impl( in clone_impl() function in torch::jit::Module
/aosp_15_r20/external/pytorch/aten/src/ATen/test/
H A Dcpu_rng_test.cpp36 TestCPUGenerator* clone_impl() const override { throw std::runtime_error("not implemented"); } in clone_impl() function
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/quantization/
H A Dinsert_observers.cpp101 Module clone_impl( in clone_impl() function in torch::jit::__anond581fb520111::ModuleCloneHelper