Home | History | Annotate | Download | only in Tensor

Lines Matching refs:FFTDirection

495     template <int FFTDataType, int FFTDirection, typename FFT> EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE
496 const TensorFFTOp<const FFT, const Derived, FFTDataType, FFTDirection>
498 return TensorFFTOp<const FFT, const Derived, FFTDataType, FFTDirection>(derived(), fft);