Home
last modified time | relevance | path

Searched defs:th2 (Results 1 – 3 of 3) sorted by relevance

/test/xts/acts/ai/neural_network_runtime/interface/src/
DMemoryTest.cpp161 std::thread th2(CheckCreateInputMemory, executor, 1, graphArgs.operands[1].length); variable
280 std::thread th2(CheckCreateOutputMemory, executor, 1, graphArgs.operands[4].length); variable
394 std::thread th2(OH_NNExecutor_DestroyInputMemory, executor, 1, &OHNNMemory2); variable
512 std::thread th2(OH_NNExecutor_DestroyOutputMemory, executor, 1, &OHNNMemory2); variable
DModelTest.cpp998 std::thread th2(OH_NNModel_Destroy, &model1); variable
DExecutorTest.cpp1000 std::thread th2(ExecuteModel, executor2, graphArgs, addModel.expectValue); variable