aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/kernels/fft_ops.cc
Commit message (Expand)AuthorAge
* Add complex128 support to FFT, FFT2D, FFT3D, IFFT, IFFT2D, and IFFT3D.Gravatar RJ Ryan2018-05-02
* Use tensorflow::se instead of perftools::gputools for StreamExecutor.Gravatar Justin Lebar2018-04-23
* Minor cleanupGravatar A. Unique TensorFlower2017-07-17
* Add scratch allocator option for 1D, 2D, 3D, and batched cufft plan creation.Gravatar Yangzihao Wang2017-07-11
* Minor cleanupGravatar A. Unique TensorFlower2017-06-14
* Fix incorrect results from Eigen-based IRFFT kernel when input dimensions exc...Gravatar RJ Ryan2017-06-12
* Adjustments to fft_ops_test.py.Gravatar A. Unique TensorFlower2017-06-10
* Merge changes from github.Gravatar Jonathan Hseu2017-06-09
* Support numpy-style padding and slicing of tf.spectral.rfft/irfft to match th...Gravatar RJ Ryan2017-06-07
* Cleanup: Use C++ casts, remove redundant casts, use CHECK_OKGravatar A. Unique TensorFlower2017-05-30
* Merge changes from github.Gravatar A. Unique TensorFlower2017-05-18
* Add tf.spectral, a module for spectral operations.Gravatar RJ Ryan2017-03-07
* Consolidate fft ops: Replace fft* ops with their batch_fft* equivalents and d...Gravatar A. Unique TensorFlower2016-09-14
* Update copyright for 3p/tf/core.Gravatar A. Unique TensorFlower2016-06-02
* Add more FFT ops.Gravatar A. Unique TensorFlower2016-03-21
* Use the untemplated version of OpKernelContext::op_device_context() soGravatar Josh Levenberg2016-03-11
* Global search & replace to move to the new location forGravatar Josh Levenberg2016-01-26
* Many tensorflow/core build clean ups.Gravatar Josh Levenberg2016-01-20
* Replacing reference 'names' variable with 'example_names' variable.Gravatar A. Unique TensorFlower2016-01-20
* Adds fft2d and ifft2d.Gravatar A. Unique TensorFlower2015-12-21