Searched refs:CreateAtenFromLtcTensor (Results 1 – 3 of 3) sorted by relevance
203 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()
392 at::Tensor CreateAtenFromLtcTensor(const LazyTensorPtr& ltc_tensor) { in CreateAtenFromLtcTensor() function397 at::Tensor CreateAtenFromLtcTensor(LazyTensor&& ltc_tensor) { in CreateAtenFromLtcTensor() function414 auto out = torch::lazy::CreateAtenFromLtcTensor(lazy_self); in to_lazy_tensor()
33 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()