Home
last modified time | relevance | path

Searched refs:IsFloat16PrecisionSupported (Results 1 - 25 of 30) sorted by relevance

12

/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
170 MOCK_METHOD1(IsFloat16PrecisionSupported, int32_t(bool&));
/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
170 MOCK_METHOD1(IsFloat16PrecisionSupported, int32_t(bool&));
/foundation/ai/neural_network_runtime/test/unittest/common/v2_0/
H A Dmock_idevice.h36 MOCK_METHOD1(IsFloat16PrecisionSupported, int32_t(bool&));
H A Dcompilation_mock_idevice.cpp123 OH_NN_ReturnCode HDIDeviceV2_0::IsFloat16PrecisionSupported(bool& isSupported) in IsFloat16PrecisionSupported() function in OHOS::NeuralNetworkRuntime::HDIDeviceV2_0
/foundation/ai/neural_network_runtime/test/unittest/common/v1_0/
H A Dmock_idevice.h36 MOCK_METHOD1(IsFloat16PrecisionSupported, int32_t(bool&));
H A Dcompilation_mock_idevice.cpp123 OH_NN_ReturnCode HDIDeviceV1_0::IsFloat16PrecisionSupported(bool& isSupported) in IsFloat16PrecisionSupported() function in OHOS::NeuralNetworkRuntime::HDIDeviceV1_0
/foundation/ai/neural_network_runtime/test/fuzztest/
H A Dnnrt_device_impl.h60 int32_t IsFloat16PrecisionSupported(bool& isSupported) in IsFloat16PrecisionSupported() function in OHOS::HDI::Nnrt::V2_0::NnrtDeviceImpl
/foundation/ai/neural_network_runtime/test/unittest/common/v2_1/
H A Dmock_idevice.h36 MOCK_METHOD1(IsFloat16PrecisionSupported, int32_t(bool&));
/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dhdi_device_v1_0.h41 OH_NN_ReturnCode IsFloat16PrecisionSupported(bool& isSupported) override;
H A Ddevice.h45 virtual OH_NN_ReturnCode IsFloat16PrecisionSupported(bool& isSupported) = 0;
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;
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_1.cpp234 OH_NN_ReturnCode HDIDeviceV2_1::IsFloat16PrecisionSupported(bool& isSupported) in IsFloat16PrecisionSupported() function in OHOS::NeuralNetworkRuntime::HDIDeviceV2_1
236 auto ret = m_iDevice->IsFloat16PrecisionSupported(isSupported); in IsFloat16PrecisionSupported()
H A Dhdi_device_v2_0.cpp239 OH_NN_ReturnCode HDIDeviceV2_0::IsFloat16PrecisionSupported(bool& isSupported) in IsFloat16PrecisionSupported() function in OHOS::NeuralNetworkRuntime::HDIDeviceV2_0
241 auto ret = m_iDevice->IsFloat16PrecisionSupported(isSupported); in IsFloat16PrecisionSupported()
H A Dnncompiler.cpp241 OH_NN_ReturnCode ret = m_device->IsFloat16PrecisionSupported(isSupportedFp16); in SetEnableFp16()
/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;
/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;
/foundation/ai/neural_network_runtime/test/unittest/components/nn_compiler/
H A Dnn_compiler_test.cpp49 MOCK_METHOD1(IsFloat16PrecisionSupported, OH_NN_ReturnCode(bool&));
544 EXPECT_CALL(*((MockIDevice *) device.get()), IsFloat16PrecisionSupported(::testing::_)) in HWTEST_F()
567 EXPECT_CALL(*((MockIDevice *) device.get()), IsFloat16PrecisionSupported(::testing::_)) in HWTEST_F()
/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/hdi_device/
H A Dhdi_device_test.cpp564 * @tc.desc: Verify the IsFloat16PrecisionSupported function return success.
574 EXPECT_CALL(*((V1_0::MockIDevice *)device.GetRefPtr()), IsFloat16PrecisionSupported(::testing::_)) in HWTEST_F()
576 OH_NN_ReturnCode result = hdiDevice->IsFloat16PrecisionSupported(isSupported); in HWTEST_F()
582 * @tc.desc: Verify the IsFloat16PrecisionSupported function return unavailable device.
592 EXPECT_CALL(*((V1_0::MockIDevice *)device.GetRefPtr()), IsFloat16PrecisionSupported(::testing::_)) in HWTEST_F()
594 OH_NN_ReturnCode result = hdiDevice->IsFloat16PrecisionSupported(isSupported); in HWTEST_F()
/foundation/ai/neural_network_runtime/example/drivers/nnrt/v1_0/hdi_cpu_service/src/
H A Dnnrt_device_service.cpp81 int32_t NnrtDeviceService::IsFloat16PrecisionSupported(bool& isSupported) in IsFloat16PrecisionSupported() function in OHOS::HDI::Nnrt::V1_0::NnrtDeviceService
/foundation/ai/neural_network_runtime/test/unittest/components/v2_0/hdi_device/
H A Dhdi_device_test.cpp61 MOCK_METHOD1(IsFloat16PrecisionSupported, int32_t(bool&));
706 * @tc.desc: Verify the IsFloat16PrecisionSupported function return success.
716 EXPECT_CALL(*((V2_0::MockIDevice *)device.GetRefPtr()), IsFloat16PrecisionSupported(::testing::_)) in HWTEST_F()
718 OH_NN_ReturnCode result = hdiDevice->IsFloat16PrecisionSupported(isSupported); in HWTEST_F()
724 * @tc.desc: Verify the IsFloat16PrecisionSupported function return unavailable device.
734 EXPECT_CALL(*((V2_0::MockIDevice *)device.GetRefPtr()), IsFloat16PrecisionSupported(::testing::_)) in HWTEST_F()
736 OH_NN_ReturnCode result = hdiDevice->IsFloat16PrecisionSupported(isSupported); in HWTEST_F()
2078 * @tc.desc: Verify the IsFloat16PrecisionSupported function return success.
2088 EXPECT_CALL(*((V2_1::MockIDevice *)device.GetRefPtr()), IsFloat16PrecisionSupported(::testing::_)) in HWTEST_F()
2090 OH_NN_ReturnCode result = hdiDevice->IsFloat16PrecisionSupported(isSupporte in HWTEST_F()
[all...]
/foundation/ai/neural_network_runtime/example/drivers/nnrt/v2_0/hdi_cpu_service/src/
H A Dnnrt_device_service.cpp82 int32_t NnrtDeviceService::IsFloat16PrecisionSupported(bool& isSupported) in IsFloat16PrecisionSupported() function in OHOS::HDI::Nnrt::V2_0::NnrtDeviceService
/foundation/ai/neural_network_runtime/test/unittest/components/nn_compiled_cache/
H A Dnn_compiled_cache_test.cpp48 MOCK_METHOD1(IsFloat16PrecisionSupported, OH_NN_ReturnCode(bool&));
/foundation/ai/neural_network_runtime/test/unittest/components/nn_backend/
H A Dnn_backend_test.cpp46 MOCK_METHOD1(IsFloat16PrecisionSupported, OH_NN_ReturnCode(bool&));

Completed in 40 milliseconds

12