Home
last modified time | relevance | path

Searched defs:nnExecutor (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/nn_executor/
H A Dnn_executor_test.cpp161 NNExecutor* nnExecutor = new (std::nothrow) NNExecutor( variable
199 NNExecutor* nnExecutor = new (std::nothrow) NNExecutor( variable
230 NNExecutor* nnExecutor = new (std::nothrow) NNExecutor( variable
259 NNExecutor* nnExecutor = new (std::nothrow) NNExecutor( variable
288 NNExecutor* nnExecutor = new (std::nothrow) NNExecutor( variable
318 NNExecutor* nnExecutor = new (std::nothrow) NNExecutor( variable
358 NNExecutor* nnExecutor = new (std::nothrow) NNExecutor( variable
398 NNExecutor* nnExecutor = new (std::nothrow) NNExecutor( variable
438 NNExecutor* nnExecutor = new (std::nothrow) NNExecutor( variable
466 NNExecutor* nnExecutor = new (std::nothrow) NNExecutor( variable
[all …]
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v2_0/neural_network_runtime_test/
H A Dneural_network_runtime_test.cpp1148 OH_NNExecutor* nnExecutor = OH_NNExecutor_Construct(nnCompilation); variable
1169 OH_NNExecutor* nnExecutor = OH_NNExecutor_Construct(nnCompilation); variable
1191 OH_NNExecutor* nnExecutor = OH_NNExecutor_Construct(nnCompilation); variable
1416 OH_NNExecutor* nnExecutor = nullptr; variable
1447 OH_NNExecutor* nnExecutor = nullptr; variable
1525 OH_NNExecutor* nnExecutor = nullptr; variable
1606 OH_NNExecutor* nnExecutor = nullptr; variable
1711 OH_NNExecutor* nnExecutor = nullptr; variable
1815 OH_NNExecutor* nnExecutor = nullptr; variable
1909 OH_NNExecutor* nnExecutor = nullptr; variable
[all …]
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/neural_network_runtime_test/
H A Dneural_network_runtime_test.cpp1201 OH_NNExecutor* nnExecutor = OH_NNExecutor_Construct(nnCompilation); variable
1222 OH_NNExecutor* nnExecutor = OH_NNExecutor_Construct(nnCompilation); variable
1569 OH_NNExecutor* nnExecutor = nullptr; variable
1671 OH_NNExecutor* nnExecutor = nullptr; variable
1728 OH_NNExecutor* nnExecutor = nullptr; variable
1908 OH_NNExecutor* nnExecutor = nullptr; variable
2090 OH_NNExecutor* nnExecutor = nullptr; variable
2193 OH_NNExecutor* nnExecutor = nullptr; variable
2325 OH_NNExecutor* nnExecutor = nullptr; variable
2440 OH_NNExecutor* nnExecutor = 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.cpp1756 OH_NNExecutor* nnExecutor = reinterpret_cast<OH_NNExecutor*>(&executor); variable
1794 OH_NNExecutor* nnExecutor = reinterpret_cast<OH_NNExecutor*>(&executor); variable
1830 OH_NNExecutor* nnExecutor = reinterpret_cast<OH_NNExecutor*>(&executor); variable
1899 OH_NNExecutor* nnExecutor = reinterpret_cast<OH_NNExecutor*>(&executor); variable
1927 OH_NNExecutor* nnExecutor = reinterpret_cast<OH_NNExecutor*>(&executor); variable
1963 OH_NNExecutor* nnExecutor = reinterpret_cast<OH_NNExecutor*>(&executor); variable
1998 OH_NNExecutor* nnExecutor = reinterpret_cast<OH_NNExecutor*>(&executor); variable
2036 OH_NNExecutor* nnExecutor = reinterpret_cast<OH_NNExecutor*>(&executor); variable
2061 OH_NNExecutor* nnExecutor = reinterpret_cast<OH_NNExecutor*>(&executor); variable
2086 OH_NNExecutor* nnExecutor = reinterpret_cast<OH_NNExecutor*>(&executor); variable
[all …]
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dnnbackend.cpp163 NNExecutor* nnExecutor = nnCompiler->CreateExecutor(); in CreateExecutor() local
H A Dnncompiler.cpp770 NNExecutor* nnExecutor = new (std::nothrow) NNExecutor( in CreateExecutor() local