Home
last modified time | relevance | path

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

/test/xts/acts/ai/neural_network_runtime/v2_0/common/
H A Dmock_idevice.h47 int32_t IsFloat16PrecisionSupported(bool& isSupported) override;
H A Dmock_idevice.cpp208 int32_t MockIDevice::IsFloat16PrecisionSupported(bool& isSupported) in IsFloat16PrecisionSupported() function in OHOS::HDI::Nnrt::V2_0::MockIDevice
/test/xts/acts/ai/neural_network_runtime/v1_0/common/
H A Dmock_idevice.h47 int32_t IsFloat16PrecisionSupported(bool& isSupported) override;
H A Dmock_idevice.cpp190 int32_t MockIDevice::IsFloat16PrecisionSupported(bool& isSupported) in IsFloat16PrecisionSupported() function in OHOS::HDI::Nnrt::V1_0::MockIDevice
/test/xts/acts/ai/nncore/opstest/include/
H A Dmock_idevice.h47 int32_t IsFloat16PrecisionSupported(bool& isSupported) override;
/test/xts/acts/ai/nncore/common/
H A Dmock_idevice.h47 int32_t IsFloat16PrecisionSupported(bool& isSupported) override;
H A Dmock_idevice.cpp206 int32_t MockIDevice::IsFloat16PrecisionSupported(bool& isSupported) in IsFloat16PrecisionSupported() function in OHOS::HDI::Nnrt::V2_0::MockIDevice
/test/xts/acts/ai/nncore/opstest/src/
H A Dmock_idevice.cpp206 int32_t MockIDevice::IsFloat16PrecisionSupported(bool& isSupported) in IsFloat16PrecisionSupported() function in OHOS::HDI::Nnrt::V2_1::MockIDevice
/test/xts/hats/ai/nnrt/hdi/v1_0/nnrtFunctionTest/src/
H A Dhdi_device_test.cpp107 auto hdiRet = device_->IsFloat16PrecisionSupported(isSupportedFp16); in HWTEST_F()
H A Dhdi_model_run_test.cpp122 EXPECT_EQ(HDF_SUCCESS, device_->IsFloat16PrecisionSupported(isFloat16Supported)); in HWTEST_F()
/test/xts/hats/ai/nnrt/hdi/v2_0/nnrtFunctionTest/src/
H A Dhdi_device_test.cpp107 auto hdiRet = device_->IsFloat16PrecisionSupported(isSupportedFp16); in HWTEST_F()
H A Dhdi_model_run_test.cpp121 EXPECT_EQ(V2_0::NNRT_ReturnCode::NNRT_SUCCESS, device_->IsFloat16PrecisionSupported(isFloat16Supported)); in HWTEST_F()
/test/xts/hats/ai/nnrt/hdi/v2_0/nnrtFunctionTest_additional/src/
H A Dhdi_device_test.cpp145 * @tc.desc: Call function V2 IsFloat16PrecisionSupported, stability test
152 hdiRet = device_->IsFloat16PrecisionSupported(isSupportedFp16); in HWTEST_F()
160 * @tc.desc: Call function V2 IsFloat16PrecisionSupported, isSupportedFp16 is false
165 auto hdiRet = device_->IsFloat16PrecisionSupported(isSupportedFp16); in HWTEST_F()

Completed in 11 milliseconds