Home
last modified time | relevance | path

Searched refs:GetBackendID (Results 1 – 21 of 21) sorted by relevance

/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_core/
H A Dtensor.h40 virtual size_t GetBackendID() const = 0;
H A Dbackend.h35 virtual size_t GetBackendID() const = 0;
H A Dcompiler.h32 virtual size_t GetBackendID() const = 0;
H A Dexecutor.h60 virtual size_t GetBackendID() = 0;
H A Dbackend_manager.cpp114 size_t backendID = regBackend->GetBackendID(); in RegisterBackend()
H A Dneural_network_core.cpp1122 size_t backendID = tensorImpl->GetBackendID(); in OH_NNTensor_Destroy()
1449 size_t backendID = executorImpl->GetBackendID(); in OH_NNExecutor_Destroy()
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dnnbackend.h35 size_t GetBackendID() const override;
H A Dnntensor.h43 size_t GetBackendID() const override;
H A Dnncompiler.h37 size_t GetBackendID() const override;
H A Dnnbackend.cpp39 size_t NNBackend::GetBackendID() const in GetBackendID() function in OHOS::NeuralNetworkRuntime::NNBackend
H A Dnnexecutor.h59 size_t GetBackendID() override;
H A Dnntensor.cpp302 size_t NNTensor2_0::GetBackendID() const in GetBackendID() function in OHOS::NeuralNetworkRuntime::NNTensor2_0
H A Dnncompiler.cpp147 size_t NNCompiler::GetBackendID() const in GetBackendID() function in OHOS::NeuralNetworkRuntime::NNCompiler
H A Dnnexecutor.cpp336 size_t NNExecutor::GetBackendID() in GetBackendID() function in OHOS::NeuralNetworkRuntime::NNExecutor
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/nn_tensor/
H A Dnn_tensor_test.cpp96 MOCK_CONST_METHOD0(GetBackendID, size_t());
1015 size_t ret = nnTensor->GetBackendID();
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/hdi_prepared_model/
H A Dhdi_prepared_model_test.cpp57 MOCK_CONST_METHOD0(GetBackendID, size_t());
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v2_0/hdi_prepared_model/
H A Dhdi_prepared_model_test.cpp57 MOCK_CONST_METHOD0(GetBackendID, size_t());
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v2_1/hdi_prepared_model/
H A Dhdi_prepared_model_test.cpp57 MOCK_CONST_METHOD0(GetBackendID, size_t());
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/nn_compiler/
H A Dnn_compiler_test.cpp240 size_t ret = nncompiler->GetBackendID();
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/neural_network_core_test/
H A Dneural_network_core_test.cpp140 MOCK_CONST_METHOD0(GetBackendID, size_t());
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/nn_executor/
H A Dnn_executor_test.cpp1189 size_t ret = nnExecutor->GetBackendID();