Home
last modified time | relevance | path

Searched refs:IsFloat16PrecisionSupported (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.md27 | [IsFloat16PrecisionSupported](#isfloat16precisionsupported) ([out] boolean isSupported) | 查询设备是否支…
213 ### IsFloat16PrecisionSupported()
216 INnrtDevice::IsFloat16PrecisionSupported ([out] boolean isSupported)
H A Dinterface_i_nnrt_device_v20.md27 | [IsFloat16PrecisionSupported](#isfloat16precisionsupported) ([out] boolean isSupported) | 查询设备是否支…
214 ### IsFloat16PrecisionSupported()
217 INnrtDevice::IsFloat16PrecisionSupported ([out] boolean isSupported)
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/device_registrar/
H A Ddevice_registrar_test.cpp54 virtual int32_t IsFloat16PrecisionSupported(bool& isSupported) = 0;
116 OH_NN_ReturnCode IsFloat16PrecisionSupported(bool& isSupported) override in IsFloat16PrecisionSupported() function in OHOS::NeuralNetworkRuntime::UnitTest::SimulationDevice
170 MOCK_METHOD1(IsFloat16PrecisionSupported, int32_t(bool&));
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v2_0/device_registrar/
H A Ddevice_registrar_test.cpp54 virtual int32_t IsFloat16PrecisionSupported(bool& isSupported) = 0;
116 OH_NN_ReturnCode IsFloat16PrecisionSupported(bool& isSupported) override in IsFloat16PrecisionSupported() function in OHOS::NeuralNetworkRuntime::UnitTest::SimulationDevice
170 MOCK_METHOD1(IsFloat16PrecisionSupported, int32_t(bool&));
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/common/v1_0/
H A Dmock_idevice.h36 MOCK_METHOD1(IsFloat16PrecisionSupported, int32_t(bool&));
/ohos5.0/foundation/ai/neural_network_runtime/test/fuzztest/
H A Dnnrt_device_impl.h60 int32_t IsFloat16PrecisionSupported(bool& isSupported) in IsFloat16PrecisionSupported() function
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/common/v2_0/
H A Dmock_idevice.h36 MOCK_METHOD1(IsFloat16PrecisionSupported, int32_t(bool&));
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/common/v2_1/
H A Dmock_idevice.h36 MOCK_METHOD1(IsFloat16PrecisionSupported, int32_t(bool&));
/ohos5.0/foundation/ai/neural_network_runtime/example/drivers/nnrt/v1_0/hdi_cpu_service/include/
H A Dnnrt_device_service.h46 int32_t IsFloat16PrecisionSupported(bool& isSupported) override;
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Ddevice.h45 virtual OH_NN_ReturnCode IsFloat16PrecisionSupported(bool& isSupported) = 0;
H A Dhdi_device_v1_0.h41 OH_NN_ReturnCode IsFloat16PrecisionSupported(bool& isSupported) override;
H A Dhdi_device_v1_0.cpp190 OH_NN_ReturnCode HDIDeviceV1_0::IsFloat16PrecisionSupported(bool& isSupported) in IsFloat16PrecisionSupported() function in OHOS::NeuralNetworkRuntime::HDIDeviceV1_0
192 auto ret = m_iDevice->IsFloat16PrecisionSupported(isSupported); in IsFloat16PrecisionSupported()
H A Dhdi_device_v2_0.h41 OH_NN_ReturnCode IsFloat16PrecisionSupported(bool& isSupported) override;
H A Dhdi_device_v2_1.h41 OH_NN_ReturnCode IsFloat16PrecisionSupported(bool& isSupported) override;
/ohos5.0/drivers/interface/nnrt/v1_0/
H A DINnrtDevice.idl28 IsFloat16PrecisionSupported([out] boolean isSupported);
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/nnrt_v1_0/foo/nnrt/v1_0/
H A DINnrtDevice.idl28 IsFloat16PrecisionSupported([out] boolean isSupported);
/ohos5.0/drivers/interface/nnrt/v2_0/
H A DINnrtDevice.idl28 IsFloat16PrecisionSupported([out] boolean isSupported);
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/nnrt_v2_0/foo/nnrt/v2_0/
H A DINnrtDevice.idl28 IsFloat16PrecisionSupported([out] boolean isSupported);
/ohos5.0/foundation/ai/neural_network_runtime/example/drivers/nnrt/v2_0/hdi_cpu_service/include/
H A Dnnrt_device_service.h46 int32_t IsFloat16PrecisionSupported(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.txt40 int32_t IsFloat16PrecisionSupported(bool& isSupported) override;
H A Dnnrt_device_service.cpp.txt55 int32_t NnrtDeviceService::IsFloat16PrecisionSupported(bool& isSupported)
H A Dinnrt_device.h.txt93 virtual int32_t IsFloat16PrecisionSupported(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.txt40 int32_t IsFloat16PrecisionSupported(bool& isSupported) override;
H A Dnnrt_device_service.cpp.txt55 int32_t NnrtDeviceService::IsFloat16PrecisionSupported(bool& isSupported)
H A Dinnrt_device.h.txt94 virtual int32_t IsFloat16PrecisionSupported(bool& isSupported) = 0;

123