Home
last modified time | relevance | path

Searched refs:complex_to_real (Results 1 – 5 of 5) sorted by relevance

/external/pytorch/aten/src/ATen/native/
DConvolution.cpp837 std::pair<Tensor, Tensor> complex_to_real(const Tensor& inp) { in complex_to_real() function
856 auto [i_r, i_i] = complex_to_real(input.resolve_conj()); in complex_convolution()
857 auto [w_r, w_i] = complex_to_real(weight.resolve_conj()); in complex_convolution()
873 auto [b_r, b_i] = complex_to_real(bias.resolve_conj()); in complex_convolution()
893 auto [i_r, i_i] = complex_to_real(input.resolve_conj()); in complex_convolution_mode()
894 auto [w_r, w_i] = complex_to_real(weight.resolve_conj()); in complex_convolution_mode()
903 auto [b_r, b_i] = complex_to_real(bias.resolve_conj()); in complex_convolution_mode()
/external/pytorch/torch/testing/_internal/opinfo/
Dcore.py1581 complex_to_real: bool = False,
1599 assert not (result_dtype and complex_to_real)
1619 self.complex_to_real = complex_to_real
/external/pytorch/torch/testing/_internal/opinfo/definitions/
Dlinalg.py1849 complex_to_real=True,
/external/pytorch/torch/testing/_internal/
Dcommon_methods_invocations.py20807 complex_to_real=True,
20836 complex_to_real=True,
20857 complex_to_real=True,
20884 complex_to_real=True,
/external/pytorch/test/
Dtest_reductions.py265 elif op.complex_to_real: