aboutsummaryrefslogtreecommitdiff
path: root/ConversionUtils.hpp
AgeCommit message (Expand)Author
2020-01-15IVGCVSW-4241 Reenabling support for NCHW.v19.08.1branches/android-nn-driver_19_08Mike Kelly
2020-01-15IVGCVSW-4315 Fix Fully Connected infer output shape bugFinnWilliamsArm
2019-12-20Revert "IVGCVSW-4305 - Re-enable NCHW on Pooling2D"Kevin May
2019-12-19IVGCVSW-4305 - Re-enable NCHW on Pooling2DKevin May
2019-12-19IVGCVSW-4301 Correctly validate reshape for broadcastable inputsDerek Lamberti
2019-12-19IVGCVSW-4303 Re-enable NCHW on Depthwise ConvolutionKevin May
2019-12-17MLCE-144 Resolve CTS failuresMike Kelly
2019-12-13MLCE-144 Disabling NCHW and Float16Mike Kelly
2019-12-12IVGCVSW-4262 Add Calls to IsReshapeSupported and IsPermuteSupportedKevin May
2019-12-11Catch std::exception instead of armnn::ExceptionMike Kelly
2019-08-19IVGCVSW-3618 Fix VTS/Neural Netwok Test FailuresSadik Armagan
2019-08-15IVGCVSW-3643 Fix Ref Normalization failuresMike Kelly
2019-08-14IVGCVSW-3633 Refactor HalPolicy to fully support V1.2 modelsMike Kelly
2019-08-07IVGCVSW-3540 Fixed PReLU Being SkippedMike Kelly
2019-08-02IVGCVSW-3604 Fix TransposeConv2d padding calculationNarumol Prangnawarat
2019-08-01Fix explanatory comment around SanitizeBiasQuantizationScale()Aron Virginas-Tar
2019-07-31IVGCVSW-3601 Fix skipped VTS Concatenate TestsMike Kelly
2019-07-31IVGCVSW-3586 Fix Skipped Space_To_Batch Hal 1.2 VTS FailuresFinn Williams
2019-07-31IVGCVSW-3583 Correct data layout index for ConvertBatchToSpaceNdFinn Williams
2019-07-30IVGCVSW-3583 Fix Skipped Batch_To_Space Hal 1.2 TestsFinn Williams
2019-07-30IVGCVSW-3591 Fixed unexpectedly skipped SUB testsMike Kelly
2019-07-29IVGCVSW-3593 Remove HAL1.2-specific code from HAL1.0 ConvertConv2d() and Conv...Aron Virginas-Tar
2019-07-29IVGCVSW-3540 Fixed PReLU Being SkippedMike Kelly
2019-07-29IVGCVSW-3582 Fix Skipped Pooling Hal 1.2 TestsSadik Armagan
2019-07-26IVGCVSW-3578 Do not attempt to infer dynamic output shapesAron Virginas-Tar
2019-07-25IVGCVSW-3572 Fix tests failing due to usupported input tensorAron Virginas-Tar
2019-07-25IVGCVSW-3530 Fix DynamicOutput Tests for Android Q NeuralNetworks 1.0 & 1.1Sadik Armagan
2019-07-25Fix verbose logging in ConvertPadAron Virginas-Tar
2019-07-25IVGCVSW-3521 CpuAcc V1.2 pad FailuresMike Kelly
2019-07-23IVGCVSW-3530 Fix DynamicOutput Tests for Android Q NeuralNetworks 1.0 & 1.1Sadik Armagan
2019-07-23IVGCVSW-3553 Fix failing zero_sized testsAron Virginas-Tar
2019-07-16IVGCVSW-3477 Refactor android-nn-driver to use armnn ILayerSupportedFerran Balaguer
2019-07-12IVGCVSW-3454 Fix VTS convolution test failures where output shape is incorrectMike Kelly
2019-07-09IVGCVSW-3456 Add support for dynamic output shape in ConvertPreluAron Virginas-Tar
2019-07-05IVGCVSW-3301 Support PAD_V2 in HAL1.2 driverAron Virginas-Tar
2019-07-05IVGCVSW-3370 Add broadcasting support to PReLU to properly run the Android VT...Matteo Martincigh
2019-07-05IVGCVSW-3295 Support ResizeNearestNeighbour in HAL1.2 driverAron Virginas-Tar
2019-06-18IVGCVSW-3136 Run VTS tests with 1.2 DriverSadik Armagan
2019-06-14IVGCVSW-3280 Refactor conversion methods to depend only on HalPolicyAron Virginas-Tar
2019-06-12IVGCVSW-3265 Add support for optional Convolution2d dilation parametersAron Virginas-Tar
2019-06-12IVGCVSW-3272 Add support for optional DepthwiseConvolution2d dilation parametersAron Virginas-Tar
2019-06-11IVGCVSW-3181 Add HAL 1.2 support to android-nn-driverMike Kelly
2019-05-07IVGCVSW-2911 Work towards compatibility with QMatthew Bentham
2019-04-10IVGCVSW-2947 Remove boost dependency from include/TypesUtils.hppAron Virginas-Tar
2019-04-04IVGCVSW-2886 Support multiple backends in Android driverNattapat Chaimanowong
2019-03-15MLCE-91 LSTM doesn't support optional inputKevin May
2018-11-18IVGCVSW-2127- Update HAL Policy for mergerbranches/android-nn-driver_18_11narpra01
2018-11-12IVGCVSW-1981: Edit HAL Policy for NHWC Pooling2DMatteo Martincigh
2018-10-29IVGCVSW-1065 Allow MODEL_OUTPUT as input to another layerMatthew Bentham
2018-10-22IVGCVSW-1930: Simplifying the driver conversion function for Pooling2d,Éanna Ó Catháin