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

  /external/tensorflow/tensorflow/core/kernels/
mfcc_dct.cc 26 coefficient_count_ = coefficient_count;
29 if (coefficient_count_ < 1) {
39 if (coefficient_count_ > input_length_) {
45 cosines_.resize(coefficient_count_);
50 for (int i = 0; i < coefficient_count_; ++i) {
67 output->resize(coefficient_count_);
73 for (int i = 0; i < coefficient_count_; ++i) {
mfcc_dct.h 36 int coefficient_count_; member in class:tensorflow::MfccDct

Completed in 71 milliseconds