Home
last modified time | relevance | path

Searched refs:makeTensorWrapperPtr (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/functorch/
H A DTensorWrapper.cpp56 static c10::intrusive_ptr<TensorWrapper> makeTensorWrapperPtr(const Tensor& tensor, int64_t level, … in makeTensorWrapperPtr() function
117 auto dest_impl = makeTensorWrapperPtr(value(), level_, is_alive_); in shallow_copy_and_detach()
128 auto dest_impl = makeTensorWrapperPtr(value(), level_, is_alive_); in shallow_copy_and_detach()