Home
last modified time | relevance | path

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

/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_core/
H A Dneural_network_core.cpp1353 std::string hiaiModelIdStr = std::to_string(compilationImpl->hiaiModelId); in ExecutorPrepare() local
1354 std::vector<char> vechiaiModelId(hiaiModelIdStr.begin(), hiaiModelIdStr.end()); in ExecutorPrepare()
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/nn_executor/
H A Dnn_executor_test.cpp2229 std::string hiaiModelIdStr = "hiaiModelId"; variable
2230 std::vector<char> vechiaiModelId(hiaiModelIdStr.begin(), hiaiModelIdStr.end());