Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/lazy/core/
H A Dtensor.cpp18 LazyTensorPtr GetOrCreateLtcTensor( in GetOrCreateLtcTensor() function
375 LazyTensorPtr GetOrCreateLtcTensor( in GetOrCreateLtcTensor() function
378 return GetOrCreateLtcTensor(tensor.value_or(at::Tensor()), device); in GetOrCreateLtcTensor()
388 ? GetOrCreateLtcTensor(tensor, device) in GetLtcTensorOrCreateForWrappedNumber()
412 auto lazy_self = torch::lazy::GetOrCreateLtcTensor( in to_lazy_tensor()
H A Dtensor.h193 TORCH_API LazyTensorPtr GetOrCreateLtcTensor(
/aosp_15_r20/external/pytorch/torch/csrc/lazy/ts_backend/
H A Dts_native_functions.cpp225 lazy_self = torch::lazy::GetOrCreateLtcTensor( in _to_copy()