MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / set_dct_coefficient_count

Method set_dct_coefficient_count

tensorflow/lite/kernels/internal/mfcc.h:59–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57 }
58
59 void set_dct_coefficient_count(int dct_coefficient_count) {
60 // CHECK(!initialized_) << "Set coefficient count before calling
61 // Initialize.";
62 dct_coefficient_count_ = dct_coefficient_count;
63 }
64
65 private:
66 MfccMelFilterbank mel_filterbank_;

Callers 1

EvalFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected