Home
last modified time | relevance | path

Searched refs:vecCallingPid (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.cpp1349 std::vector<char> vecCallingPid(callingPidStr.begin(), callingPidStr.end()); in ExecutorPrepare() local
1350 vecCallingPid.emplace_back('\0'); in ExecutorPrepare()
1351 configMap["callingPid"] = vecCallingPid; in ExecutorPrepare()
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/nn_executor/
H A Dnn_executor_test.cpp2226 std::vector<char> vecCallingPid(callingPidStr.begin(), callingPidStr.end()); variable
2227 configMap["callingPid"] = vecCallingPid;