aboutsummaryrefslogtreecommitdiff
path: root/ConversionUtils.hpp
AgeCommit message (Expand)Author
2023-07-31IVGCVSW-7787 Fix READ memory access caused by missing printf argumentsKevin May
2023-03-14IVGCVSW-3809 Refactor Elementwise Binary ops to use ElementwiseBinaryLayerTeresa Charlin
2022-12-13Optimize the calling of IsLayerSupported().Cathal Corbett
2022-05-16IVGCVSW-6124 ConstTensorsAsInput: Convolution2dKeith Davis
2022-05-05IVGCVSW-6127 ConstTensorsAsInput: DepthwiseConvolution2dCathal Corbett
2022-03-31IVGCVSW-6732 Tests surrounded in '#if defined(ARMNNREF_ENABLED)' in android-n...Cathal Corbett
2021-11-04IVGCVSW-6430 Clear up coverity issuesMike Kelly
2021-10-14IVGCVSW-6428 Remove assertsMike Kelly
2021-08-10BugFix: Fix skipping VTS tests.Matthew Sloyan
2021-07-27IVGCVSW-6158 ConstTensorsAsInput: FullyConnected - ToolsMatthew Sloyan
2021-06-12IVGCVSW-5826 Change weights layout for depthwise to [1,H,W,I*M]Jan Eilers
2021-05-05IVGCVSW-5410 Move ILayerSupport.hpp to backends folderFrancis Murtagh
2021-04-19IVGCVSW-5826 Remove cross-wireing in depthwiseJan Eilers
2021-03-30IVGCVSW-5766 Avoiding driver abort when Cts tests use invalid filter shape.Colm Donelan
2021-03-18IVGCVSW-5742 'NonConstWeights: Update FullyConnected in android-nn-driver'Sadik Armagan
2021-02-15IVGCVSW-5665 Basic NN Driver support for next OS VersionSadik Armagan
2021-01-28IVGCVSW-4874 Provide LayerSupportHandle to frontend usersFrancis Murtagh
2020-10-29IVGCVSW-5267 Remove boost from core android-nn-driverJames Ward
2020-10-23IVGCVSW-5353 - Fix skipped concat VTS testsDavid Monahan
2020-10-02IVGCVSW-5356 Fix skipping VTS DynamicOutputShape FullyConnectedFinn Williams
2020-09-14IVGCVSW-5304 Remove boost::numeric_cast from Android-nn-driverMatthew Sloyan
2020-09-11IVGCVSW-5245 Support Fused Activations for Dynamic TensorsKevin May
2020-09-08IVGCVSW-5270 Update ConvertConcatenation function to use ShapeInferenceMethodKeith Davis
2020-09-03IVGCVSW-5272 'Update ConvertLstm function to use ShapeInferenceMethod'Sadik Armagan
2020-09-02IVGCVSW-5276 'Update ConvertSqueeze function to use ShapeInferenceMethod'Sadik Armagan
2020-08-20IVGCVSW-5220 Set all operations to unsupported after encountering an unsuppor...Finn Williams
2020-08-20IVGCVSW-5224 Fix for UnknownDimensionsTest in CpuRef and GpuAccKevin May
2020-08-19IVGCVSW-5220 Fix UnknownCombinationsTest/UnknownDimensionsTestFinn Williams
2020-08-14IVGCVSW-5182 Update Convert functions to use ShapeInferenceMethod. 1/2.Teresa Charlin
2020-08-12IVGCVSW-4931 Update NN Driver to support dynamic tensorsFinn Williams
2020-07-06Add support for Rank and scalar tensorsFinn Williams
2020-07-03IVGCVSW-4920 Invalid Negative Stride fixRyan OShea
2020-05-19IVGCVSW-4453 Add Support for ANEURALNETWORKS_QLSTM to HAL 1.3 DriverSadik Armagan
2020-05-14IVGCVSW-4531 StridedSlice Failures on HAL DriversSadik Armagan
2020-04-21IVGCVSW-4675 Fix VTS 1.3 GeneratedTest.Test/armnn_resize*David Monahan
2020-04-21IVGCVSW-4679 Fix VTS DeadlineTest failures 1.3 CpuAcc CpuRefSadik Armagan
2020-04-07IVGCVSW-4378 Fix transpose outputInfo for skipped Concat VTS in CL and NeonTeresa Charlin
2020-04-07IVGCVSW-4485 Remove Boost assertNarumol Prangnawarat
2020-03-31IVGCVSW-4407 HAL 1.3 Operators SupportSadik Armagan
2020-03-26IVGCVSW-4447 Add Hal 1_3 SupportKevin May
2020-03-19IVGCVSW-4565 TENSOR_BOOL8 data type not supported in AndroidNN DriverSadik Armagan
2020-03-11IVGCVSW-4482 Remove boost::ignore_unusedJan Eilers
2020-03-03IVGCVSW-4473 Android R pre Hal 1_3 build changesKevin May
2020-02-28IVGCVSW-4375 Add driver support for TransposeMike Kelly
2020-02-20IVGCVSW-4375 Fixed driver crashesMike Kelly
2020-01-28MLCE-153 Padding calculation for TransposeConv ignores strideMike Kelly
2020-01-27IVGCVSW-4301 Correctly validate reshape for broadcastable inputsDerek Lamberti
2020-01-24IVGCVSW-4262 Add Calls to IsReshapeSupported and IsPermuteSupportedKevin May
2020-01-24IVGCVSW-4260 Fix Transpose CpuRef VTS failuresJames Conroy
2020-01-13IVGCVSW-3813 Add Unary Elementwise Operation support to the android-nn-driverjosh minor