Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/core/
H A DGenerator.cpp13 return at::Tensor::wrap_tensor_impl(this->impl_->get_state()); in get_state()
H A DTensorBase.h111 static TensorBase wrap_tensor_impl( in wrap_tensor_impl() function
/aosp_15_r20/external/pytorch/aten/src/ATen/templates/
H A DTensorBody.h118 static Tensor wrap_tensor_impl( in wrap_tensor_impl() function
120 return TensorBase::wrap_tensor_impl(std::move(tensor_impl)); in wrap_tensor_impl()
/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A Dpython_variable.cpp2349 auto tensor = at::Tensor::wrap_tensor_impl(std::move(p)); in initTensorImplConversion()