Home
last modified time | relevance | path

Searched refs:NNExecutor (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dneural_network_runtime_compat.cpp65 NNExecutor *executorImpl = reinterpret_cast<NNExecutor *>(executor); in OH_NNExecutor_SetInput()
85 NNExecutor *executorImpl = reinterpret_cast<NNExecutor *>(executor); in OH_NNExecutor_SetOutput()
96 NNExecutor *executorImpl = reinterpret_cast<NNExecutor *>(executor); in OH_NNExecutor_Run()
112 NNExecutor *executorImpl = reinterpret_cast<NNExecutor *>(executor); in OH_NNExecutor_AllocateInputMemory()
134 NNExecutor *executorImpl = reinterpret_cast<NNExecutor *>(executor); in OH_NNExecutor_AllocateOutputMemory()
159 NNExecutor *executorImpl = reinterpret_cast<NNExecutor *>(executor); in OH_NNExecutor_DestroyInputMemory()
184 NNExecutor *executorImpl = reinterpret_cast<NNExecutor*>(executor); in OH_NNExecutor_DestroyOutputMemory()
210 NNExecutor *executorImpl = reinterpret_cast<NNExecutor *>(executor); in OH_NNExecutor_SetInputWithMemory()
226 NNExecutor *executorImpl = reinterpret_cast<NNExecutor *>(executor); in OH_NNExecutor_SetOutputWithMemory()
H A Dnnexecutor.cpp29 NNExecutor::NNExecutor(size_t backendID, std::shared_ptr<Device> device, std::shared_ptr<PreparedMo… in NNExecutor() function in OHOS::NeuralNetworkRuntime::NNExecutor
38 OH_NN_ReturnCode NNExecutor::GetInputDimVec() const in GetInputDimVec()
71 OH_NN_ReturnCode NNExecutor::GetInputDimRange( in GetInputDimRange()
134 size_t NNExecutor::GetInputNum() const in GetInputNum()
139 size_t NNExecutor::GetOutputNum() const in GetOutputNum()
223 ExecutorConfig* NNExecutor::GetExecutorConfig() const in GetExecutorConfig()
336 size_t NNExecutor::GetBackendID() in GetBackendID()
383 bool NNExecutor::CompareAttribute( in CompareAttribute()
643 OH_NN_ReturnCode NNExecutor::SetInputFromMemory( in SetInputFromMemory()
1020 OH_NN_ReturnCode NNExecutor::Run() in Run()
[all …]
H A Dnnexecutor.h26 class NNExecutor : public Executor {
28 NNExecutor(size_t backendID,
33 ~NNExecutor() override;
H A Dnncompiler.h56 NNExecutor* CreateExecutor();
H A Dnnbackend.cpp163 NNExecutor* nnExecutor = nnCompiler->CreateExecutor(); in CreateExecutor()
H A Dnncompiler.cpp748 NNExecutor* NNCompiler::CreateExecutor() in CreateExecutor()
770 NNExecutor* nnExecutor = new (std::nothrow) NNExecutor( in CreateExecutor()
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/nn_executor/
H A Dnn_executor_test.cpp161 NNExecutor* nnExecutor = new (std::nothrow) NNExecutor(
199 NNExecutor* nnExecutor = new (std::nothrow) NNExecutor(
230 NNExecutor* nnExecutor = new (std::nothrow) NNExecutor(
259 NNExecutor* nnExecutor = new (std::nothrow) NNExecutor(
288 NNExecutor* nnExecutor = new (std::nothrow) NNExecutor(
318 NNExecutor* nnExecutor = new (std::nothrow) NNExecutor(
358 NNExecutor* nnExecutor = new (std::nothrow) NNExecutor(
398 NNExecutor* nnExecutor = new (std::nothrow) NNExecutor(
438 NNExecutor* nnExecutor = new (std::nothrow) NNExecutor(
466 NNExecutor* nnExecutor = new (std::nothrow) NNExecutor(
[all …]
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/neural_network_runtime_test/
H A Dneural_network_runtime_test.cpp1295 NNExecutor* executor = new (std::nothrow) NNExecutor(
1327 NNExecutor* executor = new (std::nothrow) NNExecutor(
1357 NNExecutor* executor = new (std::nothrow) NNExecutor(
1387 NNExecutor* executor = new (std::nothrow) NNExecutor(
1495 NNExecutor* executor = new (std::nothrow) NNExecutor(
1522 NNExecutor* executor = new (std::nothrow) NNExecutor(
1548 NNExecutor* executor = new (std::nothrow) NNExecutor(
1709 NNExecutor* executor = new (std::nothrow) NNExecutor(
1814 NNExecutor* executor = new (std::nothrow) NNExecutor(
1860 NNExecutor* executor = new (std::nothrow) NNExecutor(
[all …]
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/neural_network_core_test/
H A Dneural_network_core_test.cpp1753 NNExecutor* executor = new (std::nothrow) NNExecutor(
1791 NNExecutor* executor = new (std::nothrow) NNExecutor(
1827 NNExecutor* executor = new (std::nothrow) NNExecutor(
1896 NNExecutor* executor = new (std::nothrow) NNExecutor(
1924 NNExecutor* executor = new (std::nothrow) NNExecutor(
1960 NNExecutor* executor = new (std::nothrow) NNExecutor(
1995 NNExecutor* executor = new (std::nothrow) NNExecutor(
2033 NNExecutor* executor = new (std::nothrow) NNExecutor(
2058 NNExecutor* executor = new (std::nothrow) NNExecutor(
2083 NNExecutor* executor = new (std::nothrow) NNExecutor(
[all …]
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/nn_compiler/
H A Dnn_compiler_test.cpp1126 NNExecutor* ret = nncompiler->CreateExecutor();
1145 NNExecutor* ret = nncompiler->CreateExecutor();
1186 NNExecutor* ret = nncompiler->CreateExecutor();