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

Method set_dct_coefficient_count

tensorflow/core/kernels/mfcc.h:58–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

TESTFunction · 0.45
ComputeMethod · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36