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

Method set_lower_frequency_limit

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

Source from the content-addressed store, hash-verified

46 }
47
48 void set_lower_frequency_limit(double lower_frequency_limit) {
49 // CHECK(!initialized_) << "Set frequency limits before calling
50 // Initialize.";
51 lower_frequency_limit_ = lower_frequency_limit;
52 }
53
54 void set_filterbank_channel_count(int filterbank_channel_count) {
55 /// CHECK(!initialized_) << "Set channel count before calling Initialize.";

Callers 1

EvalFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected