Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/
H A DUtils.cpp50 Tensor tensor_complex_backend( in tensor_complex_backend() function
72 return at::detail::tensor_complex_backend(values, options); \
H A DUtils.h131 tensor_complex_backend(ArrayRef<T> values, const TensorOptions& options);
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DTensorFactories.cpp1707 Tensor tensor_complex_backend(ArrayRef<T> values, const TensorOptions& options) { in tensor_complex_backend() function
1708 return at::detail::tensor_complex_backend(values, options); in tensor_complex_backend()