Home
last modified time | relevance | path

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

/external/pytorch/torch/csrc/lazy/core/
Dtensor.h203 TORCH_API at::Tensor CreateAtenFromLtcTensor(const LazyTensorPtr& ltc_tensor);
204 TORCH_API at::Tensor CreateAtenFromLtcTensor(LazyTensor&& ltc_tensor);
250 return std::make_tuple(CreateAtenFromLtcTensor(tensors[Indices])...); in TupleAtenFromLtcTensorsImpl()
Dtensor.cpp392 at::Tensor CreateAtenFromLtcTensor(const LazyTensorPtr& ltc_tensor) { in CreateAtenFromLtcTensor() function
397 at::Tensor CreateAtenFromLtcTensor(LazyTensor&& ltc_tensor) { in CreateAtenFromLtcTensor() function
414 auto out = torch::lazy::CreateAtenFromLtcTensor(lazy_self); in to_lazy_tensor()
/external/pytorch/torch/csrc/lazy/ts_backend/
Dts_native_functions.cpp33 return torch::lazy::CreateAtenFromLtcTensor( in CreateLtcTensor()
58 return torch::lazy::CreateAtenFromLtcTensor( in clone()
228 return torch::lazy::CreateAtenFromLtcTensor(lazy_self); in _to_copy()
266 torch::lazy::CreateAtenFromLtcTensor(torch::lazy::LazyTensor::Create( in _to_copy()