Home
last modified time | relevance | path

Searched defs:mfccInst (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/armnn/samples/SpeechRecognition/test/
H A DMFCCTest.cpp96 Wav2LetterMFCC mfccInst = Wav2LetterMFCC(mfccParams); variable
H A DPreprocessTest.cpp57 std::unique_ptr<Wav2LetterMFCC> mfccInst = std::make_unique<Wav2LetterMFCC>(mfccParams); variable
/aosp_15_r20/external/armnn/samples/KeywordSpotting/src/
H A DDsCNNPreprocessor.cpp39 std::unique_ptr<DsCnnMFCC> mfccInst) : in DsCNNPreprocessor()
H A DKeywordSpottingPipeline.cpp75 std::unique_ptr<DsCnnMFCC> mfccInst = std::make_unique<DsCnnMFCC>(mfccParams); in CreatePipeline() local
/aosp_15_r20/external/armnn/samples/SpeechRecognition/src/
H A DSpeechRecognitionPipeline.cpp68 std::unique_ptr<Wav2LetterMFCC> mfccInst = std::make_unique<Wav2LetterMFCC>(mfccParams); in CreatePipeline() local
H A DWav2LetterPreprocessor.cpp174 std::unique_ptr<Wav2LetterMFCC> mfccInst): in Wav2LetterPreprocessor()