Searched refs:linear_to_mel_weight_matrix (Results 1 – 6 of 6) sorted by relevance
144 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 …]
45 from tensorflow.python.ops.signal.mel_ops import linear_to_mel_weight_matrix
56 from tensorflow.python.ops.signal.mel_ops import linear_to_mel_weight_matrix
91 def linear_to_mel_weight_matrix(num_mel_bins=20, function
68 name: "linear_to_mel_weight_matrix"