Home
last modified time | relevance | path

Searched refs:nnCompilation (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v2_0/neural_network_runtime_test/
H A Dneural_network_runtime_test.cpp855 OH_NNCompilation* nnCompilation = nullptr; variable
907 OH_NNCompilation* nnCompilation = nullptr; variable
941 OH_NNCompilation* nnCompilation = nullptr; variable
975 OH_NNCompilation* nnCompilation = nullptr; variable
1009 OH_NNCompilation* nnCompilation = nullptr; variable
1011 OH_NN_ReturnCode ret = OH_NNCompilation_Build(nnCompilation);
1028 OH_NN_ReturnCode ret = OH_NNCompilation_Build(nnCompilation);
1069 OH_NNCompilation_Destroy(&nnCompilation);
1070 EXPECT_EQ(nullptr, nnCompilation);
1083 OH_NNCompilation* nnCompilation = nullptr; variable
[all …]
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/neural_network_core_test/
H A Dneural_network_core_test.cpp443 EXPECT_NE(nnCompilation, ret);
744 OH_NNCompilation* nnCompilation = nullptr; variable
792 OH_NNCompilation* nnCompilation = nullptr; variable
821 OH_NNCompilation* nnCompilation = nullptr; variable
849 OH_NNCompilation* nnCompilation = nullptr; variable
891 OH_NN_ReturnCode ret = OH_NNCompilation_Build(nnCompilation);
2315 OH_NNCompilation* nnCompilation = nullptr; variable
2329 EXPECT_NE(nnCompilation, nullptr);
2351 EXPECT_NE(nnCompilation, nullptr);
2391 OH_NNCompilation_Destroy(&nnCompilation);
[all …]
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/neural_network_runtime_test/
H A Dneural_network_runtime_test.cpp908 OH_NNCompilation* nnCompilation = nullptr; variable
960 OH_NNCompilation* nnCompilation = nullptr; variable
994 OH_NNCompilation* nnCompilation = nullptr; variable
1028 OH_NNCompilation* nnCompilation = nullptr; variable
1062 OH_NNCompilation* nnCompilation = nullptr; variable
1064 OH_NN_ReturnCode ret = OH_NNCompilation_Build(nnCompilation);
1081 OH_NN_ReturnCode ret = OH_NNCompilation_Build(nnCompilation);
1122 OH_NNCompilation_Destroy(&nnCompilation);
1123 EXPECT_EQ(nullptr, nnCompilation);
1136 OH_NNCompilation* nnCompilation = nullptr; variable
[all …]
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_core/
H A Dneural_network_core.cpp130 OH_NNCompilation* nnCompilation = reinterpret_cast<OH_NNCompilation*>(compilation); in OH_NNCompilation_Construct() local
131 return nnCompilation; in OH_NNCompilation_Construct()
148 OH_NNCompilation* nnCompilation = reinterpret_cast<OH_NNCompilation*>(compilation); in OH_NNCompilation_ConstructWithOfflineModelFile() local
150 return nnCompilation; in OH_NNCompilation_ConstructWithOfflineModelFile()
173 OH_NNCompilation* nnCompilation = reinterpret_cast<OH_NNCompilation*>(compilation); in OH_NNCompilation_ConstructWithOfflineModelBuffer() local
175 return nnCompilation; in OH_NNCompilation_ConstructWithOfflineModelBuffer()
186 OH_NNCompilation* nnCompilation = reinterpret_cast<OH_NNCompilation*>(compilation); in OH_NNCompilation_ConstructForCache() local
187 return nnCompilation; in OH_NNCompilation_ConstructForCache()