IVGCVSW-3722 Add front end support for ArgMinMax
[platform/upstream/armnn.git] / include / armnn / ILayerSupport.hpp
2019-09-05 Nikhil RajIVGCVSW-3722 Add front end support for ArgMinMax
2019-09-05 Kevin MayIVGCVSW-3739 Add Arm NN front end support for Abs Layer
2019-08-05 Derek LambertiIVGCVSW-3277 Mem export/import suppor for Tensors
2019-07-24 James ConroyIVGCVSW-3469 Add front end for Quantized LSTM layer
2019-07-17 Matthew JacksonIVGCVSW-3419 Add reference workload support for the...
2019-07-10 Matthew JacksonIVGCVSW-3418 Add Arm NN front end support for the new...
2019-07-09 Jan EilersIVGCVSW-3397 Join lstm parameter infos in a struct...
2019-07-02 Aron Virginas-TarIVGCVSW-3382 Deprecate ResizeBilinear and use Resize...
2019-07-02 Jan EilersIVGCVSW-3236 Extend Ref LSTM with layer normalization...
2019-06-28 Teresa CharlinIVGCVSW-3363 Add frontend support for Resize Layer
2019-06-21 Aron Virginas-TarIVGCVSW-3319 Add frontend support for TransposeConvolut...
2019-06-17 Matteo MartincighIVGCVSW-3267 Add Arm NN front end support for the new...
2019-06-12 Aron Virginas-TarIVGCVSW-3258 Add front end support for new SpaceToDepth...
2019-05-23 Narumol PrangnawaratIVGCVSW-2771 Fix SubTensor error in vgg16 ExecuteNetwor...
2019-05-14 Jim FlynnIVGCVSW-3076 Add ConcatLayer methods to public API
2019-05-13 Pablo TelloMLCE-101: Adding dilation support in conv and dconv
2019-04-05 Sadik ArmaganIVGCVSW-2914 Add Switch Layer and no-op factory method
2019-04-05 Nattapat ChaimanowongIVGCVSW-2915 Add Merge Layer and no-op factory method
2019-03-28 Nattapat ChaimanowongIVGCVSW-2874 Add DequantizeLayer and no-op factory...
2019-03-28 Derek LambertiIVGCVSW-2880 Refactor order of methods
2019-03-27 Derek LambertiIVGCVSW-2870 Support QuantizeLayer on frontend
2019-03-26 Nattapat ChaimanowongIVGCVSW-2881 Remove DebugDescriptor
2019-03-25 Matthew BenthamIVGCVSW-2882 Fix include order in armnn public headers
2019-01-24 Narumol PrangnawaratIVGCVSW-2555 Add no-op implementation for Detection...
2019-01-23 Sadik ArmaganIVGCVSW-1048 RESIZE_BILINEAR NEON operator
2019-01-23 Matteo MartincighIVGCVSW-2455 Move the extra backend code to a new git...
2019-01-16 narpra01IVGCVSW-2508 Add no-op factory implementations and...
2019-01-15 Matteo MartincighIVGCVSW-2454 Merge together the pluggable backends...
2019-01-11 Matteo MartincighIVGCVSW-2454 Refactor ArmNN to support pluggable backen...
2019-01-07 Mohamed Nour Aboue... IVGCVSW-2371 Add Rsqrt Ref implementation
2018-12-17 FrancisMurtaghIVGCVSW-2398 Add no-op factory implementations for...
2018-12-14 Matteo MartincighIVGCVSW-2377 Add no-op factory implementations for...
2018-12-06 Nattapat ChaimanowongIVGCVSW-2315 Add descriptor for Debug
2018-12-03 Nattapat ChaimanowongIVGCVSW-2315 Add DebugLayer and no-op factory method
2018-11-29 kevmay01IVGCVSW-2245 Add Minimum Layer and no-op Factory implem...
2018-11-28 Nattapat ChaimanowongIVGCVSW-2253 Add maximum layer and corresponding no...
2018-11-19 Nikhil RajIVGCVSW-2043 - Merger using ACL for innermost concat...
2018-11-15 Conor KennedyIVGCVSW-2086: Add StridedSlice layer & corresponding...
2018-11-12 Éanna Ó CatháinIVGCVSW-2054: BATCH_TO_SPACE_ND Reference implementatio...
2018-11-02 Nattapat ChaimanowongIVGCVSW-2093 Add SpaceToBatchNd layer and corresponding...
2018-10-22 David BeckIVGCVSW-2037 : separate registry for layer support...
2018-10-10 arovir01IVGCVSW-1983: Order the IsLayerSupported functions...
2018-10-10 arovir01IVGCVSW-1973: Replace char* reasonIfNotSupported with...
2018-10-10 David BeckIVGCVSW-1964 : replace optional biases with home-grown...
2018-10-10 David BeckIVGCVSW-1642 : adding IBackendInternal interface