Searched defs:mfccInst (Results 1 – 6 of 6) sorted by relevance
96 Wav2LetterMFCC mfccInst = Wav2LetterMFCC(mfccParams); variable
57 std::unique_ptr<Wav2LetterMFCC> mfccInst = std::make_unique<Wav2LetterMFCC>(mfccParams); variable
39 std::unique_ptr<DsCnnMFCC> mfccInst) : in DsCNNPreprocessor()
75 std::unique_ptr<DsCnnMFCC> mfccInst = std::make_unique<DsCnnMFCC>(mfccParams); in CreatePipeline() local
68 std::unique_ptr<Wav2LetterMFCC> mfccInst = std::make_unique<Wav2LetterMFCC>(mfccParams); in CreatePipeline() local
174 std::unique_ptr<Wav2LetterMFCC> mfccInst): in Wav2LetterPreprocessor()