/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/nnrt/ |
H A D | interface_i_nnrt_device_v10.md | 26 | [GetSupportedOperation](#getsupportedoperation) ([in] struct [Model](_model_v10.md) model, [out] … 138 ### GetSupportedOperation() 141 INnrtDevice::GetSupportedOperation ([in] struct Model model, [out] boolean[] ops )
|
H A D | interface_i_nnrt_device_v20.md | 26 | [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 D | nn_backend_test.cpp | 44 …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 D | device_registrar_test.cpp | 52 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 D | device_registrar_test.cpp | 52 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 D | nnbackend.cpp | 225 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 D | nnbackend.h | 54 OH_NN_ReturnCode GetSupportedOperation(std::shared_ptr<const mindspore::lite::LiteGraph> model,
|
H A D | device.h | 42 …virtual OH_NN_ReturnCode GetSupportedOperation(std::shared_ptr<const mindspore::lite::LiteGraph> m…
|
H A D | hdi_device_v1_0.h | 38 OH_NN_ReturnCode GetSupportedOperation(std::shared_ptr<const mindspore::lite::LiteGraph> model,
|
H A D | hdi_device_v1_0.cpp | 149 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 D | hdi_device_v2_0.h | 38 OH_NN_ReturnCode GetSupportedOperation(std::shared_ptr<const mindspore::lite::LiteGraph> model,
|
H A D | hdi_device_v2_1.h | 38 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 D | inner_model_mock_device.cpp | 36 OH_NN_ReturnCode HDIDeviceV1_0::GetSupportedOperation(std::shared_ptr<const mindspore::lite::LiteGr… in GetSupportedOperation() function in OHOS::NeuralNetworkRuntime::HDIDeviceV1_0
|
H A D | mock_idevice.h | 35 MOCK_METHOD2(GetSupportedOperation, int32_t(const Model&, std::vector<bool>&));
|
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/common/v2_0/ |
H A D | inner_model_mock_device.cpp | 36 OH_NN_ReturnCode HDIDeviceV2_0::GetSupportedOperation(std::shared_ptr<const mindspore::lite::LiteGr… in GetSupportedOperation() function in OHOS::NeuralNetworkRuntime::HDIDeviceV2_0
|
H A D | mock_idevice.h | 35 MOCK_METHOD2(GetSupportedOperation, int32_t(const Model&, std::vector<bool>&));
|
/ohos5.0/foundation/ai/neural_network_runtime/test/fuzztest/ |
H A D | nnrt_device_impl.h | 54 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 D | mock_idevice.h | 35 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 D | nnrt_device_service.h | 44 int32_t GetSupportedOperation(const Model& model, std::vector<bool>& ops) override;
|
/ohos5.0/drivers/interface/nnrt/v1_0/ |
H A D | INnrtDevice.idl | 27 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 D | INnrtDevice.idl | 27 GetSupportedOperation([in] struct Model model, [out] boolean[] ops);
|
/ohos5.0/drivers/interface/nnrt/v2_0/ |
H A D | INnrtDevice.idl | 27 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 D | INnrtDevice.idl | 27 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 D | nnrt_device_service.h | 44 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 D | nnrt_device_service.h.txt | 38 …int32_t GetSupportedOperation(const OHOS::HDI::Nnrt::V1_0::Model& model, std::vector<bool>& ops) o…
|