aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/signal/python
Commit message (Expand)AuthorAge
* Remove usage of magic-api-link syntax from source files.Gravatar Mark Daoust2018-08-09
* Quick return with simpler reshape op if the frame hop and frame length are st...Gravatar A. Unique TensorFlower2018-08-09
* Remove float64 math in linear_to_mel_weight_matrix.Gravatar RJ Ryan2018-07-20
* Reduce Grappler overhead by skipping optimizers when the graph is tiny.Gravatar A. Unique TensorFlower2018-06-18
* Enable fetching shapes from the C API by default.Gravatar Skye Wanderman-Milne2018-06-15
* Merge changes from github.Gravatar Yifei Feng2018-05-24
* Improve shape inference for tf.contrib.signal.frame.Gravatar RJ Ryan2018-05-01
* Merge changes from github.Gravatar Yifei Feng2018-04-23
* Fixed the shape function of the SplitV op that incorrectly often assumed thatGravatar Benoit Steiner2018-03-28
* Improved shape inference for reshapeGravatar Benoit Steiner2018-03-27
* Merge changes from github.Gravatar Yifei Feng2018-02-22
* [tf-signal] Fix exception when input shape is unknown in mfccs_from_log_mel_s...Gravatar RJ Ryan2018-02-03
* Add assertion to prevent generation of degenerate linear_to_mel_weight_matrix.Gravatar A. Unique TensorFlower2018-01-09
* Merge changes from github.Gravatar Raghuraman Krishnamoorthi2018-01-03
* [tf-signal] Add inverse_stft_window_fn to tf.contrib.signal.Gravatar A. Unique TensorFlower2017-11-03
* [tf-signal] Use tf.spectral.dct in mfccs_from_log_mel_spectrograms instead of...Gravatar RJ Ryan2017-10-03
* [tf-signal] Add a test that windowing, framing, and mel ops are constant fold...Gravatar RJ Ryan2017-10-02
* Improve a text comment related to MonitoredSession's hooks.Gravatar Igor Saprykin2017-10-02
* PiperOrigin-RevId: 170752644Gravatar A. Unique TensorFlower2017-10-02
* [tf-signal] Add tf.contrib.signal.mfccs_from_log_mel_spectrograms.Gravatar RJ Ryan2017-10-02
* [tf-signal] Remove checks that frame_length <= fft_length in stft and inverse...Gravatar RJ Ryan2017-10-01
* [tf-signal] Avoid conditionals in window functions if the window length is kn...Gravatar A. Unique TensorFlower2017-09-28
* Compute static GCD where possible.Gravatar A. Unique TensorFlower2017-09-28
* Fix broken GitHub links in tensorflow and tensorflow_models resulting from Th...Gravatar Neal Wu2017-09-22
* Add mel-scale conversion matrix support to tf.contrib.signal.Gravatar RJ Ryan2017-09-13
* Relax tolerance to fix OSS test failure on MacOS.Gravatar A. Unique TensorFlower2017-08-09
* Increase bound on tf.contrib.signal.inverse_stft gradient error to avoid flak...Gravatar RJ Ryan2017-07-27
* Make fft_length optional for inverse_stftGravatar A. Unique TensorFlower2017-07-25
* Speed up tf.contrib.signal spectral_ops_test.py by reducing the size of the g...Gravatar RJ Ryan2017-07-25
* Fix various mac flakes.Gravatar Jonathan Hseu2017-07-21
* Documentation fixes and polishing for tf.contrib.signal.Gravatar RJ Ryan2017-07-20
* Merge changes from github.Gravatar Jonathan Hseu2017-07-19
* Disable padding by default in tf.contrib.signal.stft to match tf.contrib.sign...Gravatar RJ Ryan2017-07-19
* Add Short-time Fourier Transform (STFT) and inverse STFT support to tf.contri...Gravatar RJ Ryan2017-07-19
* Add overlap_and_add to tf.contrib.signal.Gravatar RJ Ryan2017-07-14
* Add new features to tf.contrib.signal.frames:Gravatar RJ Ryan2017-07-14
* Add support for generating Hann and Hamming windows to tf.contrib.signal.Gravatar RJ Ryan2017-07-13
* Merge changes from github.Gravatar Dan Ringwalt2017-05-05