/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/nnrt/ |
H A D | interface_i_nnrt_device_v10.md | 28 | [IsPerformanceModeSupported](#isperformancemodesupported) ([out] boolean isSupported) | 查询设备是否支持性… 263 ### IsPerformanceModeSupported() 266 INnrtDevice::IsPerformanceModeSupported ([out] boolean isSupported)
|
H A D | interface_i_nnrt_device_v20.md | 28 | [IsPerformanceModeSupported](#isperformancemodesupported) ([out] boolean isSupported) | 查询设备是否支持性… 264 ### IsPerformanceModeSupported() 267 INnrtDevice::IsPerformanceModeSupported ([out] boolean isSupported)
|
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/device_registrar/ |
H A D | device_registrar_test.cpp | 56 virtual int32_t IsPerformanceModeSupported(bool& isSupported) = 0; 120 OH_NN_ReturnCode IsPerformanceModeSupported(bool& isSupported) override in IsPerformanceModeSupported() function in OHOS::NeuralNetworkRuntime::UnitTest::SimulationDevice 171 MOCK_METHOD1(IsPerformanceModeSupported, int32_t(bool&));
|
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v2_0/device_registrar/ |
H A D | device_registrar_test.cpp | 56 virtual int32_t IsPerformanceModeSupported(bool& isSupported) = 0; 120 OH_NN_ReturnCode IsPerformanceModeSupported(bool& isSupported) override in IsPerformanceModeSupported() function in OHOS::NeuralNetworkRuntime::UnitTest::SimulationDevice 171 MOCK_METHOD1(IsPerformanceModeSupported, int32_t(bool&));
|
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/common/v1_0/ |
H A D | mock_idevice.h | 37 MOCK_METHOD1(IsPerformanceModeSupported, int32_t(bool&));
|
/ohos5.0/foundation/ai/neural_network_runtime/test/fuzztest/ |
H A D | nnrt_device_impl.h | 66 int32_t IsPerformanceModeSupported(bool& isSupported) in IsPerformanceModeSupported() function
|
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/common/v2_0/ |
H A D | mock_idevice.h | 37 MOCK_METHOD1(IsPerformanceModeSupported, int32_t(bool&));
|
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/common/v2_1/ |
H A D | mock_idevice.h | 37 MOCK_METHOD1(IsPerformanceModeSupported, 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 | 48 int32_t IsPerformanceModeSupported(bool& isSupported) override;
|
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/ |
H A D | device.h | 46 virtual OH_NN_ReturnCode IsPerformanceModeSupported(bool& isSupported) = 0;
|
H A D | hdi_device_v1_0.h | 42 OH_NN_ReturnCode IsPerformanceModeSupported(bool& isSupported) override;
|
H A D | hdi_device_v1_0.cpp | 200 OH_NN_ReturnCode HDIDeviceV1_0::IsPerformanceModeSupported(bool& isSupported) in IsPerformanceModeSupported() function in OHOS::NeuralNetworkRuntime::HDIDeviceV1_0 202 auto ret = m_iDevice->IsPerformanceModeSupported(isSupported); in IsPerformanceModeSupported()
|
H A D | hdi_device_v2_0.h | 42 OH_NN_ReturnCode IsPerformanceModeSupported(bool& isSupported) override;
|
H A D | hdi_device_v2_1.h | 42 OH_NN_ReturnCode IsPerformanceModeSupported(bool& isSupported) override;
|
/ohos5.0/drivers/interface/nnrt/v1_0/ |
H A D | INnrtDevice.idl | 29 IsPerformanceModeSupported([out] boolean isSupported);
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/nnrt_v1_0/foo/nnrt/v1_0/ |
H A D | INnrtDevice.idl | 29 IsPerformanceModeSupported([out] boolean isSupported);
|
/ohos5.0/drivers/interface/nnrt/v2_0/ |
H A D | INnrtDevice.idl | 29 IsPerformanceModeSupported([out] boolean isSupported);
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/nnrt_v2_0/foo/nnrt/v2_0/ |
H A D | INnrtDevice.idl | 29 IsPerformanceModeSupported([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 | 48 int32_t IsPerformanceModeSupported(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 | 42 int32_t IsPerformanceModeSupported(bool& isSupported) override;
|
H A D | nnrt_device_service.cpp.txt | 60 int32_t NnrtDeviceService::IsPerformanceModeSupported(bool& isSupported)
|
H A D | innrt_device.h.txt | 95 virtual int32_t IsPerformanceModeSupported(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 | 42 int32_t IsPerformanceModeSupported(bool& isSupported) override;
|
H A D | nnrt_device_service.cpp.txt | 60 int32_t NnrtDeviceService::IsPerformanceModeSupported(bool& isSupported)
|
H A D | innrt_device.h.txt | 96 virtual int32_t IsPerformanceModeSupported(bool& isSupported) = 0;
|