Home
last modified time | relevance | path

Searched defs:src_impl (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/c10/core/
H A DTensorImpl.cpp559 const TensorImpl* src_impl, in copy_generic_tensor_metadata()
600 const TensorImpl* src_impl, in copy_tensor_metadata_except_version_counter()
620 const TensorImpl* src_impl, in copy_tensor_metadata()
635 const TensorImpl* src_impl, in copy_tensor_metadata()
/aosp_15_r20/external/pytorch/aten/src/ATen/
H A DFunctionalTensorWrapper.cpp406 const FunctionalTensorWrapper* src_impl, in copy_tensor_metadata()
429 const FunctionalTensorWrapper* src_impl, in copy_tensor_metadata_and_refresh()
H A DFunctionalizeFallbackKernel.cpp341 auto src_impl = at::functionalization::impl::unsafeGetFunctionalWrapper(src); in set__functionalize() local