Home
last modified time | relevance | path

Searched refs:linear_to_mel_weight_matrix (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/python/kernel_tests/signal/
Dmel_ops_test.py144 mel_matrix = mel_ops.linear_to_mel_weight_matrix(*config)
152 mel_ops.linear_to_mel_weight_matrix(dtype=dtype).dtype)
157 mel_ops.linear_to_mel_weight_matrix(num_mel_bins=0)
159 mel_ops.linear_to_mel_weight_matrix(num_spectrogram_bins=0)
161 mel_ops.linear_to_mel_weight_matrix(sample_rate=0.0)
163 mel_ops.linear_to_mel_weight_matrix(lower_edge_hertz=-1)
165 mel_ops.linear_to_mel_weight_matrix(lower_edge_hertz=100,
168 mel_ops.linear_to_mel_weight_matrix(upper_edge_hertz=1000,
171 mel_ops.linear_to_mel_weight_matrix(dtype=dtypes.int32)
179 mel_matrix = mel_ops.linear_to_mel_weight_matrix(dtype=dtype)
[all …]
/external/tensorflow/tensorflow/contrib/signal/
D__init__.py45 from tensorflow.python.ops.signal.mel_ops import linear_to_mel_weight_matrix
/external/tensorflow/tensorflow/python/ops/signal/
Dsignal.py56 from tensorflow.python.ops.signal.mel_ops import linear_to_mel_weight_matrix
Dmel_ops.py91 def linear_to_mel_weight_matrix(num_mel_bins=20, function
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.signal.pbtxt68 name: "linear_to_mel_weight_matrix"
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.signal.pbtxt68 name: "linear_to_mel_weight_matrix"