Searched refs:tensor_complex_cpu (Results 1 – 3 of 3) sorted by relevance
39 Tensor tensor_complex_cpu(ArrayRef<T> values, const TensorOptions& options) { in tensor_complex_cpu() function53 auto cpu_tensor = tensor_complex_cpu(values, options.device(DeviceType::CPU)); in tensor_complex_backend()74 return at::detail::tensor_complex_cpu(values, options); \
127 tensor_complex_cpu(ArrayRef<T> values, const TensorOptions& options);
1702 Tensor tensor_complex_cpu(ArrayRef<T> values, const TensorOptions& options) { in tensor_complex_cpu() function1703 return at::detail::tensor_complex_cpu(values, options); in tensor_complex_cpu()