IVGCVSW-3722 Add front end support for ArgMinMax
[platform/upstream/armnn.git] / include / armnn / ILayerVisitor.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-07-24 James ConroyIVGCVSW-3469 Add front end for Quantized LSTM layer
2019-07-10 Matthew JacksonIVGCVSW-3418 Add Arm NN front end support for the new...
2019-07-02 Aron Virginas-TarIVGCVSW-3382 Deprecate ResizeBilinear and use Resize...
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-28 Jim FlynnIVGCVSW-3119 Rename MergerLayer to ConcatLayer
2019-05-14 Jim FlynnIVGCVSW-3076 Add ConcatLayer methods to public API
2019-05-08 Jim FlynnIVGCVSW-2833 Add Dynamic Quantization
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-25 Matthew BenthamIVGCVSW-2882 Fix include order in armnn public headers
2019-02-11 Aron Virginas-TarIVGCVSW-2676 Make biases optional in ILayerVisitor...
2019-02-08 Narumol PrangnawaratIVGCVSW-2559 End to end tests for Detection PostProcess
2019-01-29 jimfly01IVGCVSW-2569 Add implementation of ConstTensor Accept...
2019-01-25 jimfly01IVGCVSW-2547 Add Accept function to IConnectableLayer
2019-01-24 jimfly01IVGCVSW-2546 Add ILayerVisitor to the public API