Home
last modified time | relevance | path

Searched defs:nnCompilation (Results 1 – 3 of 3) sorted by relevance

/foundation/ai/neural_network_runtime/test/unittest/components/v2_0/neural_network_runtime_test/
Dneural_network_runtime_test.cpp880 OH_NNCompilation* nnCompilation = reinterpret_cast<OH_NNCompilation*>(&compilation); variable
896 OH_NNCompilation* nnCompilation = nullptr; variable
915 OH_NNCompilation* nnCompilation = reinterpret_cast<OH_NNCompilation*>(&compilation); variable
934 OH_NNCompilation* nnCompilation = reinterpret_cast<OH_NNCompilation*>(&compilation); variable
953 OH_NNCompilation* nnCompilation = nullptr; variable
972 OH_NNCompilation* nnCompilation = reinterpret_cast<OH_NNCompilation*>(&compilation); variable
992 OH_NNCompilation* nnCompilation = nullptr; variable
1012 OH_NNCompilation* nnCompilation = reinterpret_cast<OH_NNCompilation*>(&compilation); variable
1032 OH_NNCompilation* nnCompilation = nullptr; variable
1052 OH_NNCompilation* nnCompilation = reinterpret_cast<OH_NNCompilation*>(&compilation); variable
[all …]
/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/neural_network_runtime_test/
Dneural_network_runtime_test.cpp880 OH_NNCompilation* nnCompilation = reinterpret_cast<OH_NNCompilation*>(&compilation); variable
896 OH_NNCompilation* nnCompilation = nullptr; variable
915 OH_NNCompilation* nnCompilation = reinterpret_cast<OH_NNCompilation*>(&compilation); variable
934 OH_NNCompilation* nnCompilation = reinterpret_cast<OH_NNCompilation*>(&compilation); variable
953 OH_NNCompilation* nnCompilation = nullptr; variable
972 OH_NNCompilation* nnCompilation = reinterpret_cast<OH_NNCompilation*>(&compilation); variable
992 OH_NNCompilation* nnCompilation = nullptr; variable
1012 OH_NNCompilation* nnCompilation = reinterpret_cast<OH_NNCompilation*>(&compilation); variable
1032 OH_NNCompilation* nnCompilation = nullptr; variable
1052 OH_NNCompilation* nnCompilation = reinterpret_cast<OH_NNCompilation*>(&compilation); variable
[all …]
/foundation/ai/neural_network_runtime/frameworks/native/
Dneural_network_runtime.cpp283 OH_NNCompilation* nnCompilation = reinterpret_cast<OH_NNCompilation*>(compilation); in OH_NNCompilation_Construct() local