Home
last modified time | relevance | path

Searched refs:IsPrioritySupported (Results 1 – 25 of 51) sorted by relevance

123

/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/nnrt/
H A Dinterface_i_nnrt_device_v10.md29 | [IsPrioritySupported](#isprioritysupported) ([out] boolean isSupported) | 查询设备是否支持任务优先级设置,优先级的定义可…
287 ### IsPrioritySupported()
290 INnrtDevice::IsPrioritySupported ([out] boolean isSupported)
H A Dinterface_i_nnrt_device_v20.md29 | [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 Ddevice_registrar_test.cpp58 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 Ddevice_registrar_test.cpp58 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 Dmock_idevice.h38 MOCK_METHOD1(IsPrioritySupported, int32_t(bool&));
/ohos5.0/foundation/ai/neural_network_runtime/test/fuzztest/
H A Dnnrt_device_impl.h72 int32_t IsPrioritySupported(bool& isSupported) in IsPrioritySupported() function
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/common/v2_0/
H A Dmock_idevice.h38 MOCK_METHOD1(IsPrioritySupported, int32_t(bool&));
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/common/v2_1/
H A Dmock_idevice.h38 MOCK_METHOD1(IsPrioritySupported, int32_t(bool&));
/ohos5.0/foundation/ai/neural_network_runtime/example/drivers/nnrt/v1_0/hdi_cpu_service/include/
H A Dnnrt_device_service.h50 int32_t IsPrioritySupported(bool& isSupported) override;
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Ddevice.h47 virtual OH_NN_ReturnCode IsPrioritySupported(bool& isSupported) = 0;
H A Dhdi_device_v1_0.h43 OH_NN_ReturnCode IsPrioritySupported(bool& isSupported) override;
H A Dhdi_device_v1_0.cpp210 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 Dhdi_device_v2_0.h43 OH_NN_ReturnCode IsPrioritySupported(bool& isSupported) override;
H A Dhdi_device_v2_1.h43 OH_NN_ReturnCode IsPrioritySupported(bool& isSupported) override;
/ohos5.0/drivers/interface/nnrt/v1_0/
H A DINnrtDevice.idl30 IsPrioritySupported([out] boolean isSupported);
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/nnrt_v1_0/foo/nnrt/v1_0/
H A DINnrtDevice.idl30 IsPrioritySupported([out] boolean isSupported);
/ohos5.0/drivers/interface/nnrt/v2_0/
H A DINnrtDevice.idl30 IsPrioritySupported([out] boolean isSupported);
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/nnrt_v2_0/foo/nnrt/v2_0/
H A DINnrtDevice.idl30 IsPrioritySupported([out] boolean isSupported);
/ohos5.0/foundation/ai/neural_network_runtime/example/drivers/nnrt/v2_0/hdi_cpu_service/include/
H A Dnnrt_device_service.h50 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 Dnnrt_device_service.h.txt44 int32_t IsPrioritySupported(bool& isSupported) override;
H A Dnnrt_device_service.cpp.txt65 int32_t NnrtDeviceService::IsPrioritySupported(bool& isSupported)
H A Dinnrt_device.h.txt97 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 Dnnrt_device_service.h.txt44 int32_t IsPrioritySupported(bool& isSupported) override;
H A Dnnrt_device_service.cpp.txt65 int32_t NnrtDeviceService::IsPrioritySupported(bool& isSupported)
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/nn_compiler/
H A Dnn_compiler_test.cpp51 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::_))

123