Home
last modified time | relevance | path

Searched defs:modelName (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/ai/neural_network_runtime/example/deep_learning_framework/tflite/label_classify/
H A Dlabel_classify.h36 string modelName = "./mbv2.tflite"; member
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_core/
H A Dcpp_type.h51 std::string modelName; member
H A Dneural_network_core.cpp624 std::string modelName; in GetNnrtModelId() local
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dnncompiled_cache.cpp158 void NNCompiledCache::SetModelName(const std::string& modelName) in SetModelName()
H A Dnncompiler.cpp742 OH_NN_ReturnCode NNCompiler::GetModelName(std::string& modelName) in GetModelName()
H A Dneural_network_runtime.cpp570 NNRT_API bool OH_NNModel_HasCache(const char *cacheDir, const char *modelName, uint32_t version) in OH_NNModel_HasCache()
/ohos5.0/base/update/updater/services/fs_manager/
H A Dpartitions.cpp199 static int InitGeneric(BlockDevice &dev, const std::string modelName) in InitGeneric()
/ohos5.0/base/security/security_guard/frameworks/js/napi/
H A Dsecurity_guard_napi.h100 std::string modelName; member
H A Dsecurity_guard_napi.cpp494 char modelName[MODEL_NAME_MAX_LEN] = {0}; in ParseModelRule() local