Searched defs:mel_ops (Results 1 - 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/contrib/signal/python/kernel_tests/
H A Dmel_ops_test.py15 """Tests for mel_ops."""
24 from tensorflow.contrib.signal.python.ops import mel_ops namespace
141 mel_matrix = mel_ops.linear_to_mel_weight_matrix(*config)
147 mel_ops.linear_to_mel_weight_matrix(dtype=dtype).dtype)
151 mel_ops.linear_to_mel_weight_matrix(num_mel_bins=0)
153 mel_ops.linear_to_mel_weight_matrix(num_spectrogram_bins=0)
155 mel_ops.linear_to_mel_weight_matrix(sample_rate=0.0)
157 mel_ops.linear_to_mel_weight_matrix(lower_edge_hertz=-1)
159 mel_ops.linear_to_mel_weight_matrix(lower_edge_hertz=100,
162 mel_ops
[all...]

Completed in 4539 milliseconds