Searched refs:BothParts (Results 1 – 5 of 5) sorted by relevance
/external/eigen/unsupported/test/ |
D | cxx11_tensor_fft.cpp | 29 …Tensor<std::complex<float>, 2, DataLayout> output = input.template fft<Eigen::BothParts, Eigen::FF… in test_fft_2D_golden() 70 …Tensor<std::complex<float>, 1, ColMajor> forward_output_both_parts = input.fft<BothParts, FFT_FORW… in test_fft_complex_input_golden() 71 …Tensor<std::complex<float>, 1, ColMajor> reverse_output_both_parts = input.fft<BothParts, FFT_REVE… in test_fft_complex_input_golden() 127 …Tensor<std::complex<float>, 1, ColMajor> forward_output_both_parts = input.fft<BothParts, FFT_FORW… in test_fft_real_input_golden() 128 …Tensor<std::complex<float>, 1, ColMajor> reverse_output_both_parts = input.fft<BothParts, FFT_REVE… in test_fft_real_input_golden() 200 …typedef typename internal::conditional<FFTResultType == Eigen::BothParts, std::complex<RealScalar>… in test_fft_real_input_energy() 234 test_fft_real_input_energy<ColMajor, float, true, Eigen::BothParts, FFT_FORWARD, 1>(); in test_cxx11_tensor_fft() 235 test_fft_real_input_energy<ColMajor, double, true, Eigen::BothParts, FFT_FORWARD, 1>(); in test_cxx11_tensor_fft() 236 test_fft_real_input_energy<ColMajor, float, false, Eigen::BothParts, FFT_FORWARD, 1>(); in test_cxx11_tensor_fft() 237 test_fft_real_input_energy<ColMajor, double, false, Eigen::BothParts, FFT_FORWARD, 1>(); in test_cxx11_tensor_fft() [all …]
|
D | cxx11_tensor_ifft.cpp | 28 tensor_after_fft = tensor.template fft<Eigen::BothParts, Eigen::FFT_FORWARD>(fft); in test_1D_fft_ifft_invariant() 29 tensor_after_fft_ifft = tensor_after_fft.template fft<Eigen::BothParts, Eigen::FFT_REVERSE>(fft); in test_1D_fft_ifft_invariant() 51 tensor_after_fft = tensor.template fft<Eigen::BothParts, Eigen::FFT_FORWARD>(fft); in test_2D_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() 80 tensor_after_fft = tensor.template fft<Eigen::BothParts, Eigen::FFT_FORWARD>(fft); in test_3D_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() 111 tensor_after_fft = tensor.template fft<Eigen::BothParts, Eigen::FFT_FORWARD>(fft); in test_sub_fft_ifft_invariant()
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
D | runtime_fft_impl.h | 56 output.device(device) = input.template fft<Eigen::BothParts, direction>(axes); in EigenFftC2C() 91 input.template fft<Eigen::BothParts, Eigen::FFT_FORWARD>(axes); in EigenFftR2C() 149 .template fft<Eigen::BothParts, Eigen::FFT_REVERSE>(outer_axes); in EigenFftC2R()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | fft_ops.cc | 140 input.template fft<Eigen::BothParts, direction>(axes); in DoFFT() 147 input.template fft<Eigen::BothParts, direction>(axes); in DoFFT() 173 .template fft<Eigen::BothParts, Eigen::FFT_FORWARD>(axes); in DoFFT() 226 .template fft<Eigen::BothParts, Eigen::FFT_REVERSE>( in DoFFT()
|
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
D | TensorForwardDeclarations.h | 79 BothParts = 2 enumerator
|