Searched defs:th2 (Results 1 – 3 of 3) sorted by relevance
| /test/xts/acts/ai/neural_network_runtime/interface/src/ |
| D | MemoryTest.cpp | 161 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
|
| D | ModelTest.cpp | 998 std::thread th2(OH_NNModel_Destroy, &model1); variable
|
| D | ExecutorTest.cpp | 1000 std::thread th2(ExecuteModel, executor2, graphArgs, addModel.expectValue); variable
|