Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/
H A DUtils.cpp39 Tensor tensor_complex_cpu(ArrayRef<T> values, const TensorOptions& options) { in tensor_complex_cpu() function
53 auto cpu_tensor = tensor_complex_cpu(values, options.device(DeviceType::CPU)); in tensor_complex_backend()
74 return at::detail::tensor_complex_cpu(values, options); \
H A DUtils.h127 tensor_complex_cpu(ArrayRef<T> values, const TensorOptions& options);
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DTensorFactories.cpp1702 Tensor tensor_complex_cpu(ArrayRef<T> values, const TensorOptions& options) { in tensor_complex_cpu() function
1703 return at::detail::tensor_complex_cpu(values, options); in tensor_complex_cpu()