Home
last modified time | relevance | path

Searched refs:callingPidStr (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.cpp1348 std::string callingPidStr = std::to_string(compilationImpl->callingPid); in ExecutorPrepare() local
1349 std::vector<char> vecCallingPid(callingPidStr.begin(), callingPidStr.end()); in ExecutorPrepare()
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/nn_executor/
H A Dnn_executor_test.cpp2225 std::string callingPidStr = "callingPid"; variable
2226 std::vector<char> vecCallingPid(callingPidStr.begin(), callingPidStr.end());