aboutsummaryrefslogtreecommitdiff
path: root/1.1
AgeCommit message (Collapse)Author
2018-10-22IVGCVSW-2020: Add converter method for TRANSPOSE to the V1.1 section of ↵saoste01
HalPolicy * Updating SQUEEZE with comments from TRANSPOSE Change-Id: Iec48c5d583fecc5e72082d7de0fc8b1becfd84d7
2018-10-22IVGCVSW-2007: Fix SQUEEZE error in vts testssaoste01
Change-Id: I5475932be49419e630627ba042ea6a70151b78e7
2018-10-22IVGCVSW-1961: Add converter method for SQUEEZE to V1.1 section of HalPolicysaoste01
Change-Id: I15dffef32d394b13e57df134000b7dca4b8788af
2018-10-12IVGCVSW-1886 - adding converter method for PadNina Drozd
!armnn:151190 Change-Id: I37eb70543f23b0ef2f6027998413c62784d9b181
2018-10-12IVGCVSW-1201 - Connect input and output tensor to Mean layernarpra01
Change-Id: I848db966d249a086cd139c407cefced111aa707a
2018-10-12IVGCVSW-1814 - Add ConvertMean functionality to HalPolicynarpra01
Change-Id: I04b6150bb490a25fa7bf2da68c339ca5f1fe75de
2018-09-18IVGCVSW-1805: model converter functions for the Android 1.1 SUB operatorDavid Beck
Change-Id: I939cb8d26766c93ee8e3c92909d69549328b0ea7
2018-09-18IVGCVSW-1806 More Android NN Driver refactoringMatteo Martincigh
* Changed #if defined to #ifdef * Simplified the Android ML namespace resolution * Fixed the relative path in some include directives Change-Id: I46e46faff98559c8042c1a4b8b82007f462df57d
2018-09-18IVGCVSW-1713 Create a minimum unit test to compare the resultsNikhil Raj
before and after passing the FP16 flag in the Android-nn-driver Change-Id: If8d4ca12421c3bee2526eec98f11d393af822373
2018-09-18IVGCVSW-1806: Refactor Android-NN-Driver ModelToINetworkConverterarovir01
* Moved conversion logic into new V1_0 and V1_1 HalPolicy classes * Extracted common helper functions into ConversionUtils class Change-Id: I1ab50edc266dd528c0cb22a5cd1aa65e103674d9
2018-09-18IVGCVSW-1807: change license text in file headersDavid Beck
All changes are the same: // // Copyright © 2017 ARM Ltd. All rights reserved. -// See LICENSE file in the project root for full license information. +// SPDX-License-Identifier: MIT // Change-Id: Ibb7ed1e4e2191b9a978e26b5bacf916db403a60e
2018-09-18IVGCVSW-1806 Restored the fp16 flag left behind during the previousMatteo Martincigh
refactoring * Split getCapabilities and getCapabilities_1_1 as it was before * Setting relaxedFloat32toFloat16Performance when using HAL 1.1 as required by one of the VTS test Change-Id: Iff883b8cbd0511596e9848fa40e91e4fa58d4260
2018-09-18IVGCVSW-1806 Refactored Android-NN-Driver, added common "getCapabilities",Matteo Martincigh
"getSupportedOperations" and "prepareModel" implementations * Added common base ArmnnDriverImpl class * Added common template implementation of the driver's "getCapabilities", "getSupportedOperations" and "prepareModel" methods * Refactored ArmnnPreparedModel and RequestThread to support HAL v1.1 models * Moved "getStatus" to the common base class, as it is shared by both HAL implementations * Refactored the code where necessary Change-Id: I747334730026d63b4002662523fb93608f67c899
2018-08-31Release 18.08telsoa01