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

Method Initialize

tensorflow/core/kernels/spectrogram.cc:39–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37} // namespace
38
39bool Spectrogram::Initialize(int window_length, int step_length) {
40 std::vector<double> window;
41 GetPeriodicHann(window_length, &window);
42 return Initialize(window, step_length);
43}
44
45bool Spectrogram::Initialize(const std::vector<double>& window,
46 int step_length) {

Callers

nothing calls this directly

Calls 7

GetPeriodicHannFunction · 0.70
sqrtClass · 0.70
InitializeFunction · 0.50
NextPowerOfTwoFunction · 0.50
sizeMethod · 0.45
assignMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected