Searched refs:NNCompilerTest (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/nn_compiler/ |
H A D | nn_compiler_test.cpp | 33 class NNCompilerTest : public testing::Test { class 35 NNCompilerTest() = default; 36 ~NNCompilerTest() = default; 121 OH_NN_ReturnCode NNCompilerTest::BuildModel(InnerModel& innerModel) in BuildModel() 628 HWTEST_F(NNCompilerTest, nncompilertest_build_001, TestSize.Level0) 645 HWTEST_F(NNCompilerTest, nncompilertest_build_002, TestSize.Level0) 665 HWTEST_F(NNCompilerTest, nncompilertest_build_003, TestSize.Level0) 691 HWTEST_F(NNCompilerTest, nncompilertest_build_004, TestSize.Level0) 713 HWTEST_F(NNCompilerTest, nncompilertest_build_005, TestSize.Level0) 747 HWTEST_F(NNCompilerTest, nncompilertest_build_006, TestSize.Level0) [all …]
|
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/ |
H A D | BUILD.gn | 276 ohos_unittest("NNCompilerTest") { 815 ":NNCompilerTest",
|