HomeSort by relevance Sort by last modified time
    Searched refs:band_mapper_ (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/core/kernels/
mfcc_mel_filterbank.cc 96 band_mapper_.resize(input_length_);
101 band_mapper_[i] = -2; // Indicate an unused Fourier coefficient.
107 band_mapper_[i] = channel - 1; // Can be == -1
117 channel = band_mapper_[i];
139 if (band_mapper_[i] == c - 1) {
141 } else if (band_mapper_[i] == c) {
189 int channel = band_mapper_[i];
mfcc_mel_filterbank.h 48 // proportion weights_[b] going into mel channel band_mapper_[b], and
49 // proportion (1 - weights_[b]) going into channel band_mapper_[b] + 1.
54 // FFT bin i contributes to the upper side of mel channel band_mapper_[i]
55 std::vector<int> band_mapper_; member in class:tensorflow::MfccMelFilterbank

Completed in 552 milliseconds