Home
last modified time | relevance | path

Searched defs:hdiRet (Results 1 - 6 of 6) sorted by relevance

/test/xts/hats/ai/nnrt/hdi/v1_0/nnrtFunctionTest/src/
H A Dhdi_device_test.cpp48 auto hdiRet = device_->GetDeviceName(deviceName); in HWTEST_F() local
62 auto hdiRet = device_->GetVendorName(vendorName); in HWTEST_F() local
76 auto hdiRet = device_->GetDeviceType(deviceType); in HWTEST_F() local
92 auto hdiRet = device_->GetDeviceStatus(deviceStatus); in HWTEST_F() local
107 auto hdiRet = device_->IsFloat16PrecisionSupported(isSupportedFp16); HWTEST_F() local
119 auto hdiRet = device_->IsPerformanceModeSupported(isSupportedPerformance); HWTEST_F() local
131 auto hdiRet = device_->IsPrioritySupported(isSupportedPriority); HWTEST_F() local
143 auto hdiRet = device_->IsDynamicInputSupported(isSupportedDynamicInput); HWTEST_F() local
155 auto hdiRet = device_->IsModelCacheSupported(isSupportedCache); HWTEST_F() local
259 auto hdiRet = device_->AllocateBuffer(tensorSize, tensorBuffer); HWTEST_F() local
274 auto hdiRet = device_->AllocateBuffer(tensorSize, tensorBuffer); HWTEST_F() local
287 auto hdiRet = device_->ReleaseBuffer(tensorBuffer); HWTEST_F() local
300 auto hdiRet = device_->AllocateBuffer(tensorSize, tensorBuffer); HWTEST_F() local
[all...]
/test/xts/hats/ai/nnrt/hdi/v2_0/nnrtFunctionTest_additional/src/
H A Dhdi_device_test.cpp48 auto hdiRet = 0; in HWTEST_F() local
66 auto hdiRet = device_->GetDeviceName(deviceName); in HWTEST_F() local
80 auto hdiRet = 0; in HWTEST_F() local
97 auto hdiRet = device_->GetVendorName(vendorName); HWTEST_F() local
111 auto hdiRet = 0; HWTEST_F() local
131 auto hdiRet = 0; HWTEST_F() local
150 auto hdiRet = 0; HWTEST_F() local
165 auto hdiRet = device_->IsFloat16PrecisionSupported(isSupportedFp16); HWTEST_F() local
177 auto hdiRet = 0; HWTEST_F() local
192 auto hdiRet = device_->IsPerformanceModeSupported(isSupportedPerformance); HWTEST_F() local
204 auto hdiRet = 0; HWTEST_F() local
219 auto hdiRet = device_->IsPrioritySupported(isSupportedPriority); HWTEST_F() local
231 auto hdiRet = 0; HWTEST_F() local
246 auto hdiRet = device_->IsDynamicInputSupported(isSupportedDynamicInput); HWTEST_F() local
258 auto hdiRet = 0; HWTEST_F() local
273 auto hdiRet = device_->IsModelCacheSupported(isSupportedCache); HWTEST_F() local
2904 auto hdiRet = device_->AllocateBuffer(tensorSize, tensorBuffer); HWTEST_F() local
2922 auto hdiRet = 0; HWTEST_F() local
[all...]
/test/xts/hats/ai/nnrt/hdi/v2_0/nnrtFunctionTest/src/
H A Dhdi_device_test.cpp48 auto hdiRet = device_->GetDeviceName(deviceName); in HWTEST_F() local
62 auto hdiRet = device_->GetVendorName(vendorName); in HWTEST_F() local
76 auto hdiRet = device_->GetDeviceType(deviceType); in HWTEST_F() local
92 auto hdiRet = device_->GetDeviceStatus(deviceStatus); in HWTEST_F() local
107 auto hdiRet = device_->IsFloat16PrecisionSupported(isSupportedFp16); HWTEST_F() local
119 auto hdiRet = device_->IsPerformanceModeSupported(isSupportedPerformance); HWTEST_F() local
131 auto hdiRet = device_->IsPrioritySupported(isSupportedPriority); HWTEST_F() local
143 auto hdiRet = device_->IsDynamicInputSupported(isSupportedDynamicInput); HWTEST_F() local
155 auto hdiRet = device_->IsModelCacheSupported(isSupportedCache); HWTEST_F() local
259 auto hdiRet = device_->AllocateBuffer(tensorSize, tensorBuffer); HWTEST_F() local
274 auto hdiRet = device_->AllocateBuffer(tensorSize, tensorBuffer); HWTEST_F() local
287 auto hdiRet = device_->ReleaseBuffer(tensorBuffer); HWTEST_F() local
300 auto hdiRet = device_->AllocateBuffer(tensorSize, tensorBuffer); HWTEST_F() local
[all...]
/test/xts/hats/ai/nnrt/hdi/v1_0/common/
H A Dhdi_nnrt_test_utils.cpp120 int32_t hdiRet = device_->AllocateBuffer(tensorSize, tensorBuffer); in ConvertModel() local
/test/xts/hats/ai/nnrt/hdi/v2_0/common/
H A Dhdi_nnrt_test_utils.cpp120 int32_t hdiRet = device_->AllocateBuffer(tensorSize, tensorBuffer); in ConvertModel() local
/test/xts/acts/ai/neural_network_runtime/v1_0/common/
H A Dmock_idevice.cpp41 auto hdiRet = iDevice->GetDeviceName(deviceName); in HDIDeviceV1_0Creator() local

Completed in 5 milliseconds