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

Method set_lower_frequency_limit

tensorflow/core/kernels/mfcc.h:48–51  ·  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 Initialize.";
50 lower_frequency_limit_ = lower_frequency_limit;
51 }
52
53 void set_filterbank_channel_count(int filterbank_channel_count) {
54 CHECK(!initialized_) << "Set channel count before calling Initialize.";

Callers 2

TESTFunction · 0.45
ComputeMethod · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36