Home
last modified time | relevance | path

Searched refs:GetBackendStatus (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_core/
H A Dbackend.h38 virtual OH_NN_ReturnCode GetBackendStatus(DeviceStatus& status) const = 0;
H A Dbackend_manager.cpp172 OH_NN_ReturnCode ret = backend->GetBackendStatus(status); in IsValidBackend()
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dnnbackend.h38 OH_NN_ReturnCode GetBackendStatus(DeviceStatus& status) const override;
H A Dnnbackend.cpp92 OH_NN_ReturnCode NNBackend::GetBackendStatus(DeviceStatus& status) const in GetBackendStatus() function in OHOS::NeuralNetworkRuntime::NNBackend
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/nn_backend/
H A Dnn_backend_test.cpp263 EXPECT_EQ(OH_NN_FAILED, hdiDevice->GetBackendStatus(backendName));
281 EXPECT_EQ(OH_NN_FAILED, hdiDevice->GetBackendStatus(backendName));
301 EXPECT_EQ(OH_NN_SUCCESS, hdiDevice->GetBackendStatus(backendName));
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/nn_tensor/
H A Dnn_tensor_test.cpp99 MOCK_CONST_METHOD1(GetBackendStatus, OH_NN_ReturnCode(DeviceStatus&));
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/neural_network_core_test/
H A Dneural_network_core_test.cpp143 MOCK_CONST_METHOD1(GetBackendStatus, OH_NN_ReturnCode(DeviceStatus&));