Searched refs:FFT_REVERSE (Results 1 – 6 of 6) sorted by relevance
/external/eigen/unsupported/test/ |
D | cxx11_tensor_ifft.cpp | 29 tensor_after_fft_ifft = tensor_after_fft.template fft<Eigen::BothParts, Eigen::FFT_REVERSE>(fft); in test_1D_fft_ifft_invariant() 52 tensor_after_fft_ifft = tensor_after_fft.template fft<Eigen::BothParts, Eigen::FFT_REVERSE>(fft); in test_2D_fft_ifft_invariant() 81 tensor_after_fft_ifft = tensor_after_fft.template fft<Eigen::BothParts, Eigen::FFT_REVERSE>(fft); in test_3D_fft_ifft_invariant() 112 tensor_after_fft_ifft = tensor_after_fft.template fft<Eigen::RealPart, Eigen::FFT_REVERSE>(fft); in test_sub_fft_ifft_invariant()
|
D | cxx11_tensor_fft.cpp | 71 …d::complex<float>, 1, ColMajor> reverse_output_both_parts = input.fft<BothParts, FFT_REVERSE>(fft); in test_fft_complex_input_golden() 74 Tensor<float, 1, ColMajor> reverse_output_real_part = input.fft<RealPart, FFT_REVERSE>(fft); in test_fft_complex_input_golden() 77 Tensor<float, 1, ColMajor> reverse_output_imag_part = input.fft<ImagPart, FFT_REVERSE>(fft); in test_fft_complex_input_golden() 128 …d::complex<float>, 1, ColMajor> reverse_output_both_parts = input.fft<BothParts, FFT_REVERSE>(fft); in test_fft_real_input_golden() 131 Tensor<float, 1, ColMajor> reverse_output_real_part = input.fft<RealPart, FFT_REVERSE>(fft); in test_fft_real_input_golden() 134 Tensor<float, 1, ColMajor> reverse_output_imag_part = input.fft<ImagPart, FFT_REVERSE>(fft); in test_fft_real_input_golden()
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
D | runtime_fft_impl.h | 40 constexpr auto direction = Forward ? Eigen::FFT_FORWARD : Eigen::FFT_REVERSE; in EigenFftC2C() 149 .template fft<Eigen::BothParts, Eigen::FFT_REVERSE>(outer_axes); in EigenFftC2R() 168 full_fft.template fft<Eigen::RealPart, Eigen::FFT_REVERSE>(inner_axis); in EigenFftC2R()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | fft_ops.cc | 134 Forward ? Eigen::FFT_FORWARD : Eigen::FFT_REVERSE; in DoFFT() 226 .template fft<Eigen::BothParts, Eigen::FFT_REVERSE>( in DoFFT() 246 full_fft.template fft<Eigen::RealPart, Eigen::FFT_REVERSE>( in DoFFT()
|
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
D | TensorForwardDeclarations.h | 84 FFT_REVERSE = 1 enumerator
|
D | TensorFFT.h | 373 compute_1D_Butterfly<FFT_REVERSE>(a, m, log_len);
|