Home
last modified time | relevance | path

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

/ohos5.0/foundation/ai/ai_engine/services/server/plugin/asr/keyword_spotting/source/
H A Dkws_plugin.cpp337 TypeConverterConfig convertConfig; in InitComponents() local
338 convertConfig.dataType = INT32; in InitComponents()
339 convertConfig.size = DEFAULT_SLIDE_STEP_SIZE; in InitComponents()
346 if (InitWorkplace(worker, slideWindowConfig, convertConfig, normConfig) != RETCODE_SUCCESS) { in InitComponents()
/ohos5.0/foundation/ai/ai_engine/services/common/platform/os_wrapper/feature/source/
H A Dnorm_processor.cpp133 TypeConverterConfig convertConfig = {FLOAT, (config_.inputSize)}; in Init() local
139 if (converter_->Init(&convertConfig) != RETCODE_SUCCESS) { in Init()