Home
last modified time | relevance | path

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

/ohos5.0/foundation/ai/ai_engine/services/common/platform/os_wrapper/feature/source/
H A Dnorm_processor.cpp83 static int32_t LoadMeanAndStd(const std::string &meanFilePath, const std::string &stdFilePath, in LoadMeanAndStd() function
155 …int32_t retCode = LoadMeanAndStd(config_.meanFilePath, config_.stdFilePath, mean_, std_, config_.n… in Init()