Searched defs:clone_impl (Results 1 – 4 of 4) sorted by relevance
/third_party/boost/boost/exception/ | ||
D | exception.hpp | 434 clone_impl: class |
/third_party/boost/boost/log/detail/ | ||
D | light_function_pp.hpp | 74 static impl_base* clone_impl(const void* self) in clone_impl() function in light_function::impl |
D | light_function.hpp | 149 static impl_base* clone_impl(const void* self) in clone_impl() function in boost::aux::light_function::impl |
/third_party/mindspore/mindspore/lite/src/c_api/ | ||
D | tensor_c.cc | 63 auto clone_impl = new (std::nothrow) mindspore::MSTensor::Impl(clone); in OH_AI_TensorClone() local |