Home
last modified time | relevance | path

Searched refs:BuildModel (Results 1 - 5 of 5) sorted by relevance

/test/xts/acts/ai/nncore/e2etest/src/
H A DEndToEndTest.cpp38 void BuildModel(OH_NNModel **model) in BuildModel() function
342 BuildModel(&model); in HWTEST_F()
408 BuildModel(&model); in HWTEST_F()
/test/xts/acts/ai/neural_network_runtime/v1_0/interface/src/
H A DModelTest.cpp43 void BuildModel(OH_NNModel *model, const OHNNGraphArgs &graphArgs) in BuildModel() function
996 std::thread th1(BuildModel, model1, graphArgs); in HWTEST_F()
997 std::thread th2(BuildModel, model2, graphArgs); in HWTEST_F()
1018 std::thread th1(BuildModel, model2, graphArgs); in HWTEST_F()
/test/xts/acts/ai/neural_network_runtime/v2_0/interface/src/
H A DModelTest.cpp43 void BuildModel(OH_NNModel *model, const OHNNGraphArgs &graphArgs) in BuildModel() function
996 std::thread th1(BuildModel, model1, graphArgs); in HWTEST_F()
997 std::thread th2(BuildModel, model2, graphArgs); in HWTEST_F()
1018 std::thread th1(BuildModel, model2, graphArgs); in HWTEST_F()
/test/xts/acts/ai/nncore/nncoretest/src/
H A DHdiModelTest.cpp41 void BuildModel(OH_NNModel *model, const OHNNGraphArgs &graphArgs) in BuildModel() function
H A DHdiTensorTest.cpp41 void BuildModel(OH_NNModel *model, const OHNNGraphArgs &graphArgs) in BuildModel() function

Completed in 7 milliseconds