aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/ops/spectral_ops.py
Commit message (Expand)AuthorAge
* Remove usage of magic-api-link syntax from source files.Gravatar Mark Daoust2018-08-09
* Adds support for Type III DCT, and tf.spectral.idct(type=2|3).Gravatar Brian Patton2018-06-28
* Removing @@ comments from core TensorFlow. They are no longer needed for expo...Gravatar Anna R2018-04-26
* Removing remove_undocumented calls from tensorflow/python.Gravatar Anna R2018-04-25
* Adding tf_export decorators/calls to TensorFlow functions and constants.Gravatar Anna R2018-01-22
* Add tf.spectral.dct, based on scipy.fftpack.dct.Gravatar RJ Ryan2017-10-02
* Support numpy-style padding and slicing of tf.spectral.rfft/irfft to match th...Gravatar RJ Ryan2017-06-07
* Add tf.spectral, a module for spectral operations.Gravatar RJ Ryan2017-03-07