Searched refs:NNExecutor (Results 1 – 10 of 10) sorted by relevance
65 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()
29 NNExecutor::NNExecutor(size_t backendID, std::shared_ptr<Device> device, std::shared_ptr<PreparedMo… in NNExecutor() function in OHOS::NeuralNetworkRuntime::NNExecutor38 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 …]
26 class NNExecutor : public Executor {28 NNExecutor(size_t backendID,33 ~NNExecutor() override;
56 NNExecutor* CreateExecutor();
163 NNExecutor* nnExecutor = nnCompiler->CreateExecutor(); in CreateExecutor()
748 NNExecutor* NNCompiler::CreateExecutor() in CreateExecutor()770 NNExecutor* nnExecutor = new (std::nothrow) NNExecutor( in CreateExecutor()
161 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 …]
1295 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 …]
1753 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 …]
1126 NNExecutor* ret = nncompiler->CreateExecutor();1145 NNExecutor* ret = nncompiler->CreateExecutor();1186 NNExecutor* ret = nncompiler->CreateExecutor();