Home
last modified time | relevance | path

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

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