/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/nnrt/ |
H A D | interface_i_nnrt_device_v10.md | 29 | [IsPrioritySupported](#isprioritysupported) ([out] boolean isSupported) | 查询设备是否支持任务优先级设置,优先级的定义可… 287 ### IsPrioritySupported() 290 INnrtDevice::IsPrioritySupported ([out] boolean isSupported)
|
H A D | interface_i_nnrt_device_v20.md | 29 | [IsPrioritySupported](#isprioritysupported) ([out] boolean isSupported) | 查询设备是否支持任务优先级设置,优先级的定义可… 288 ### IsPrioritySupported() 291 INnrtDevice::IsPrioritySupported ([out] boolean isSupported)
|
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/device_registrar/ |
H A D | device_registrar_test.cpp | 58 virtual int32_t IsPrioritySupported(bool& isSupported) = 0; 124 OH_NN_ReturnCode IsPrioritySupported(bool& isSupported) override in IsPrioritySupported() function in OHOS::NeuralNetworkRuntime::UnitTest::SimulationDevice 172 MOCK_METHOD1(IsPrioritySupported, int32_t(bool&));
|
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v2_0/device_registrar/ |
H A D | device_registrar_test.cpp | 58 virtual int32_t IsPrioritySupported(bool& isSupported) = 0; 124 OH_NN_ReturnCode IsPrioritySupported(bool& isSupported) override in IsPrioritySupported() function in OHOS::NeuralNetworkRuntime::UnitTest::SimulationDevice 172 MOCK_METHOD1(IsPrioritySupported, int32_t(bool&));
|
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/common/v1_0/ |
H A D | mock_idevice.h | 38 MOCK_METHOD1(IsPrioritySupported, int32_t(bool&));
|
/ohos5.0/foundation/ai/neural_network_runtime/test/fuzztest/ |
H A D | nnrt_device_impl.h | 72 int32_t IsPrioritySupported(bool& isSupported) in IsPrioritySupported() function
|
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/common/v2_0/ |
H A D | mock_idevice.h | 38 MOCK_METHOD1(IsPrioritySupported, int32_t(bool&));
|
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/common/v2_1/ |
H A D | mock_idevice.h | 38 MOCK_METHOD1(IsPrioritySupported, int32_t(bool&));
|
/ohos5.0/foundation/ai/neural_network_runtime/example/drivers/nnrt/v1_0/hdi_cpu_service/include/ |
H A D | nnrt_device_service.h | 50 int32_t IsPrioritySupported(bool& isSupported) override;
|
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/ |
H A D | device.h | 47 virtual OH_NN_ReturnCode IsPrioritySupported(bool& isSupported) = 0;
|
H A D | hdi_device_v1_0.h | 43 OH_NN_ReturnCode IsPrioritySupported(bool& isSupported) override;
|
H A D | hdi_device_v1_0.cpp | 210 OH_NN_ReturnCode HDIDeviceV1_0::IsPrioritySupported(bool& isSupported) in IsPrioritySupported() function in OHOS::NeuralNetworkRuntime::HDIDeviceV1_0 212 auto ret = m_iDevice->IsPrioritySupported(isSupported); in IsPrioritySupported()
|
H A D | hdi_device_v2_0.h | 43 OH_NN_ReturnCode IsPrioritySupported(bool& isSupported) override;
|
H A D | hdi_device_v2_1.h | 43 OH_NN_ReturnCode IsPrioritySupported(bool& isSupported) override;
|
/ohos5.0/drivers/interface/nnrt/v1_0/ |
H A D | INnrtDevice.idl | 30 IsPrioritySupported([out] boolean isSupported);
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/nnrt_v1_0/foo/nnrt/v1_0/ |
H A D | INnrtDevice.idl | 30 IsPrioritySupported([out] boolean isSupported);
|
/ohos5.0/drivers/interface/nnrt/v2_0/ |
H A D | INnrtDevice.idl | 30 IsPrioritySupported([out] boolean isSupported);
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/nnrt_v2_0/foo/nnrt/v2_0/ |
H A D | INnrtDevice.idl | 30 IsPrioritySupported([out] boolean isSupported);
|
/ohos5.0/foundation/ai/neural_network_runtime/example/drivers/nnrt/v2_0/hdi_cpu_service/include/ |
H A D | nnrt_device_service.h | 50 int32_t IsPrioritySupported(bool& isSupported) 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 | 44 int32_t IsPrioritySupported(bool& isSupported) override;
|
H A D | nnrt_device_service.cpp.txt | 65 int32_t NnrtDeviceService::IsPrioritySupported(bool& isSupported)
|
H A D | innrt_device.h.txt | 97 virtual int32_t IsPrioritySupported(bool& isSupported) = 0;
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/nnrt_v2_0/cpp_target/nnrt/v2_0/ |
H A D | nnrt_device_service.h.txt | 44 int32_t IsPrioritySupported(bool& isSupported) override;
|
H A D | nnrt_device_service.cpp.txt | 65 int32_t NnrtDeviceService::IsPrioritySupported(bool& isSupported)
|
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/nn_compiler/ |
H A D | nn_compiler_test.cpp | 51 MOCK_METHOD1(IsPrioritySupported, OH_NN_ReturnCode(bool&)); 480 EXPECT_CALL(*((MockIDevice *) device.get()), IsPrioritySupported(::testing::_)) 503 EXPECT_CALL(*((MockIDevice *) device.get()), IsPrioritySupported(::testing::_)) 590 EXPECT_CALL(*((MockIDevice *) device.get()), IsPrioritySupported(::testing::_))
|