Home
last modified time | relevance | path

Searched refs:DEFAULT_MFCC_FEATURE_SIZE (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/ai/ai_engine/interfaces/kits/asr/keyword_spotting/
H A Dkws_constants.h160 const uint32_t DEFAULT_MFCC_FEATURE_SIZE = DEFAULT_NORM_INPUT_SIZE; variable
/ohos5.0/foundation/ai/ai_engine/services/client/algorithm_sdk/asr/keyword_spotting/source/
H A Dkws_sdk_impl.cpp40 config.featureSize = DEFAULT_MFCC_FEATURE_SIZE; in InitMFCCConfiguration()