aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/kernel_tests/fft_ops_test.py
Commit message (Expand)AuthorAge
* Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-09-13
* Add complex128 support to FFT, FFT2D, FFT3D, IFFT, IFFT2D, and IFFT3D.Gravatar RJ Ryan2018-05-02
* Add Short-time Fourier Transform (STFT) and inverse STFT support to tf.contri...Gravatar RJ Ryan2017-07-19
* Add scratch allocator option for 1D, 2D, 3D, and batched cufft plan creation.Gravatar Yangzihao Wang2017-07-11
* Merge changes from github.Gravatar A. Unique TensorFlower2017-06-27
* Automated g4 rollback of changelist 160182040Gravatar A. Unique TensorFlower2017-06-26
* Merge changes from github.Gravatar A. Unique TensorFlower2017-06-26
* 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
* Merge changes from github.Gravatar A. Unique TensorFlower2017-05-18
* Add tf.spectral, a module for spectral operations.Gravatar RJ Ryan2017-03-07
* The FFT op is only implemented for CUDAGravatar Benoit Steiner2016-12-16
* Remove hourglass imports from kernel_testsGravatar Justine Tunney2016-12-14
* Consolidate fft ops: Replace fft* ops with their batch_fft* equivalents and d...Gravatar A. Unique TensorFlower2016-09-14
* Switch several ops in control_flow_ops, math_ops, state_ops, and string_ops toGravatar A. Unique TensorFlower2016-09-08
* Make sure tests check if the machine has a GPU, rather than just checking ifGravatar Gunhan Gulsoy2016-06-28
* Update copyright for 3p/tf/python.Gravatar A. Unique TensorFlower2016-06-02
* Merge changes from github.Gravatar Illia Polosukhin2016-04-18
* Merge changes from github, some fixes to adhere somewhatGravatar Vijay Vasudevan2016-03-22
* Add more FFT ops.Gravatar A. Unique TensorFlower2016-03-21
* Get rid of some import cruft.Gravatar Josh Levenberg2016-02-10
* Fix tf.test for PEP-8 and documentGravatar Geoffrey Irving2016-02-10
* Adds gradients for fft2d and ifft2dGravatar A. Unique TensorFlower2015-12-21
* Skips another two test cases in ttf test where we don't have cpuGravatar A. Unique TensorFlower2015-12-21
* Adds fft2d and ifft2d.Gravatar A. Unique TensorFlower2015-12-21