/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_core/ |
H A D | tensor.h | 40 virtual size_t GetBackendID() const = 0;
|
H A D | backend.h | 35 virtual size_t GetBackendID() const = 0;
|
H A D | compiler.h | 32 virtual size_t GetBackendID() const = 0;
|
H A D | executor.h | 60 virtual size_t GetBackendID() = 0;
|
H A D | backend_manager.cpp | 114 size_t backendID = regBackend->GetBackendID(); in RegisterBackend()
|
H A D | neural_network_core.cpp | 1122 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 D | nnbackend.h | 35 size_t GetBackendID() const override;
|
H A D | nntensor.h | 43 size_t GetBackendID() const override;
|
H A D | nncompiler.h | 37 size_t GetBackendID() const override;
|
H A D | nnbackend.cpp | 39 size_t NNBackend::GetBackendID() const in GetBackendID() function in OHOS::NeuralNetworkRuntime::NNBackend
|
H A D | nnexecutor.h | 59 size_t GetBackendID() override;
|
H A D | nntensor.cpp | 302 size_t NNTensor2_0::GetBackendID() const in GetBackendID() function in OHOS::NeuralNetworkRuntime::NNTensor2_0
|
H A D | nncompiler.cpp | 147 size_t NNCompiler::GetBackendID() const in GetBackendID() function in OHOS::NeuralNetworkRuntime::NNCompiler
|
H A D | nnexecutor.cpp | 336 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 D | nn_tensor_test.cpp | 96 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 D | hdi_prepared_model_test.cpp | 57 MOCK_CONST_METHOD0(GetBackendID, size_t());
|
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v2_0/hdi_prepared_model/ |
H A D | hdi_prepared_model_test.cpp | 57 MOCK_CONST_METHOD0(GetBackendID, size_t());
|
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v2_1/hdi_prepared_model/ |
H A D | hdi_prepared_model_test.cpp | 57 MOCK_CONST_METHOD0(GetBackendID, size_t());
|
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/nn_compiler/ |
H A D | nn_compiler_test.cpp | 240 size_t ret = nncompiler->GetBackendID();
|
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/neural_network_core_test/ |
H A D | neural_network_core_test.cpp | 140 MOCK_CONST_METHOD0(GetBackendID, size_t());
|
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/nn_executor/ |
H A D | nn_executor_test.cpp | 1189 size_t ret = nnExecutor->GetBackendID();
|