Home
last modified time | relevance | path

Searched refs:GetSupportedOperation (Results 1 – 25 of 56) sorted by relevance

123

/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/nnrt/
H A Dinterface_i_nnrt_device_v10.md26 | [GetSupportedOperation](#getsupportedoperation) ([in] struct [Model](_model_v10.md) model, [out] …
138 ### GetSupportedOperation()
141 INnrtDevice::GetSupportedOperation ([in] struct Model model, [out] boolean[] ops )
H A Dinterface_i_nnrt_device_v20.md26 | [GetSupportedOperation](#getsupportedoperation) ([in] struct [Model](_model_v20.md) model, [out] …
139 ### GetSupportedOperation()
142 INnrtDevice::GetSupportedOperation ([in] struct Model model, [out] boolean[] ops )
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/nn_backend/
H A Dnn_backend_test.cpp44 …MOCK_METHOD2(GetSupportedOperation, OH_NN_ReturnCode(std::shared_ptr<const mindspore::lite::LiteGr…
526 EXPECT_EQ(OH_NN_INVALID_PARAMETER, hdiDevice->GetSupportedOperation(model, ops));
545 EXPECT_EQ(OH_NN_FAILED, hdiDevice->GetSupportedOperation(model, ops));
563 EXPECT_CALL(*((MockIDevice *) device.get()), GetSupportedOperation(::testing::_, ::testing::_))
567 EXPECT_EQ(OH_NN_FAILED, hdiDevice->GetSupportedOperation(model, ops));
585 EXPECT_CALL(*((MockIDevice *) device.get()), GetSupportedOperation(::testing::_, ::testing::_))
589 EXPECT_EQ(OH_NN_FAILED, hdiDevice->GetSupportedOperation(model, ops));
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/device_registrar/
H A Ddevice_registrar_test.cpp52 virtual int32_t GetSupportedOperation(const V1_0::Model& model, std::vector<bool>& ops) = 0;
110 OH_NN_ReturnCode GetSupportedOperation(std::shared_ptr<const mindspore::lite::LiteGraph> model, in GetSupportedOperation() function in OHOS::NeuralNetworkRuntime::UnitTest::SimulationDevice
169 MOCK_METHOD2(GetSupportedOperation, int32_t(const V1_0::Model&, std::vector<bool>&));
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v2_0/device_registrar/
H A Ddevice_registrar_test.cpp52 virtual int32_t GetSupportedOperation(const V2_0::Model& model, std::vector<bool>& ops) = 0;
110 OH_NN_ReturnCode GetSupportedOperation(std::shared_ptr<const mindspore::lite::LiteGraph> model, in GetSupportedOperation() function in OHOS::NeuralNetworkRuntime::UnitTest::SimulationDevice
169 MOCK_METHOD2(GetSupportedOperation, int32_t(const V2_0::Model&, std::vector<bool>&));
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dnnbackend.cpp225 OH_NN_ReturnCode NNBackend::GetSupportedOperation(std::shared_ptr<const mindspore::lite::LiteGraph>… in GetSupportedOperation() function in OHOS::NeuralNetworkRuntime::NNBackend
238 OH_NN_ReturnCode ret = m_device->GetSupportedOperation(model, ops); in GetSupportedOperation()
H A Dnnbackend.h54 OH_NN_ReturnCode GetSupportedOperation(std::shared_ptr<const mindspore::lite::LiteGraph> model,
H A Ddevice.h42 …virtual OH_NN_ReturnCode GetSupportedOperation(std::shared_ptr<const mindspore::lite::LiteGraph> m…
H A Dhdi_device_v1_0.h38 OH_NN_ReturnCode GetSupportedOperation(std::shared_ptr<const mindspore::lite::LiteGraph> model,
H A Dhdi_device_v1_0.cpp149 OH_NN_ReturnCode HDIDeviceV1_0::GetSupportedOperation(std::shared_ptr<const mindspore::lite::LiteGr… in GetSupportedOperation() function in OHOS::NeuralNetworkRuntime::HDIDeviceV1_0
175 hdiRet = m_iDevice->GetSupportedOperation(*iModel, ops); in GetSupportedOperation()
H A Dhdi_device_v2_0.h38 OH_NN_ReturnCode GetSupportedOperation(std::shared_ptr<const mindspore::lite::LiteGraph> model,
H A Dhdi_device_v2_1.h38 OH_NN_ReturnCode GetSupportedOperation(std::shared_ptr<const mindspore::lite::LiteGraph> model,
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/common/v1_0/
H A Dinner_model_mock_device.cpp36 OH_NN_ReturnCode HDIDeviceV1_0::GetSupportedOperation(std::shared_ptr<const mindspore::lite::LiteGr… in GetSupportedOperation() function in OHOS::NeuralNetworkRuntime::HDIDeviceV1_0
H A Dmock_idevice.h35 MOCK_METHOD2(GetSupportedOperation, int32_t(const Model&, std::vector<bool>&));
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/common/v2_0/
H A Dinner_model_mock_device.cpp36 OH_NN_ReturnCode HDIDeviceV2_0::GetSupportedOperation(std::shared_ptr<const mindspore::lite::LiteGr… in GetSupportedOperation() function in OHOS::NeuralNetworkRuntime::HDIDeviceV2_0
H A Dmock_idevice.h35 MOCK_METHOD2(GetSupportedOperation, int32_t(const Model&, std::vector<bool>&));
/ohos5.0/foundation/ai/neural_network_runtime/test/fuzztest/
H A Dnnrt_device_impl.h54 int32_t GetSupportedOperation(const Model& model, std::vector<bool>& ops) in GetSupportedOperation() function
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/common/v2_1/
H A Dmock_idevice.h35 MOCK_METHOD2(GetSupportedOperation, int32_t(const Model&, std::vector<bool>&));
/ohos5.0/foundation/ai/neural_network_runtime/example/drivers/nnrt/v1_0/hdi_cpu_service/include/
H A Dnnrt_device_service.h44 int32_t GetSupportedOperation(const Model& model, std::vector<bool>& ops) override;
/ohos5.0/drivers/interface/nnrt/v1_0/
H A DINnrtDevice.idl27 GetSupportedOperation([in] struct Model model, [out] boolean[] ops);
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/nnrt_v1_0/foo/nnrt/v1_0/
H A DINnrtDevice.idl27 GetSupportedOperation([in] struct Model model, [out] boolean[] ops);
/ohos5.0/drivers/interface/nnrt/v2_0/
H A DINnrtDevice.idl27 GetSupportedOperation([in] struct Model model, [out] boolean[] ops);
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/nnrt_v2_0/foo/nnrt/v2_0/
H A DINnrtDevice.idl27 GetSupportedOperation([in] struct Model model, [out] boolean[] ops);
/ohos5.0/foundation/ai/neural_network_runtime/example/drivers/nnrt/v2_0/hdi_cpu_service/include/
H A Dnnrt_device_service.h44 int32_t GetSupportedOperation(const Model& model, std::vector<bool>& ops) override;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/nnrt_v1_0/cpp_target/nnrt/v1_0/
H A Dnnrt_device_service.h.txt38 …int32_t GetSupportedOperation(const OHOS::HDI::Nnrt::V1_0::Model& model, std::vector<bool>& ops) o…

123