IVGCVSW-5593 Implement Pimpl Idiom for serialization classes
[platform/upstream/armnn.git] / src / armnnDeserializer / Deserializer.cpp
2021-02-01 Finn WilliamsIVGCVSW-5593 Implement Pimpl Idiom for serialization...
2020-11-09 James ConroyIVGCVSW-5091 Add Logical ops frontend and ref impl
2020-10-02 Colm DonelanIVGCVSW-5297 Remove boost::format from rest of ArmNN.
2020-09-17 Matthew SloyanIVGCVSW-5303 Remove some boost::numeric_cast from rest...
2020-07-06 Finn WilliamsIVGCVSW-4624 Add a RANK Reference Implementation
2020-07-01 Teresa CharlinIVGCVSW-4903 Connect axis parameter in Gather from...
2020-06-30 Francis MurtaghIVGCVSW-4487 Remove boost::filesystem
2020-06-23 Josh MinorFix deserializer output binding tensorshape logic
2020-06-17 Keith DavisIVGCVSW-4908 Add Serializer/Deserializer Support for...
2020-05-30 David MonahanIVGCVSW-4888 Update Resize Front end for new parameters
2020-05-13 James ConroyIVGCVSW-4777 Add QLstm serialization support
2020-04-10 Jan EilersIVGCVSW-4483 Remove boost::polymorphic_downcast
2020-04-06 Narumol PrangnawaratIVGCVSW-4485 Remove Boost assert
2020-03-27 Sadik ArmaganIVGCVSW-4555 ArmnnConverter (Serializer) does not suppo...
2020-03-10 Francis MurtaghMLCE-159 Add QAsymmS8 to ArmnnQuantizer
2020-03-10 Jan EilersIVGCVSW-4482 Remove boost::ignore_unused
2020-03-02 Colm DonelanIVGCVSW-4440 : Add HARD_SWISH Support to Activation...
2020-03-02 Mike KellyIVGCVSW-4375 Add support for Transpose
2020-02-28 David MonahanIVGCVSW-4439: Adding Elu support to Activation
2020-02-04 Tee JungBuild graph->inputIds/outputIds with layerBindingId...
2020-01-23 josh minorIVGCVSW-4259 Add frontend and reference workload for...
2020-01-20 Matthew BenthamRemove use of ArmNN.hpp from other public headers
2020-01-13 Derek LambertiRename quantized data types to remove ambiguity for...
2019-12-31 Derek LambertiIVGCVSW-4246 Clean build of Visitors with -Wextra
2019-12-05 Derek LambertiReplace boost logging with simple logger
2019-11-29 Matteo MartincighIVGCVSW-4209 Create a public API for the ArmNN Utils
2019-10-31 Aron Virginas-TarFix bug in deserializitaion of ResizeLayer
2019-10-23 Aron Virginas-TarIVGCVSW-4010 Add serialization support for StandInLayer
2019-10-21 Aron Virginas-TarIVGCVSW-3992 Add serialization support for ComparisonLayer
2019-10-21 Aron Virginas-TarIVGCVSW-3993 Add frontend and reference workload for...
2019-10-14 Sadik ArmaganIVGCVSW-3974 Add serialization support for LOG_SOFTMAX
2019-10-03 Aron Virginas-TarIVGCVSW-3934 Add serialization support for INSTANCE_NOR...
2019-10-01 Tee JungUpdate field name of serialized format not to make...
2019-09-20 Aron Virginas-TarIVGCVSW-3886 Add serialization support for DepthToSpace
2019-09-19 Aron Virginas-TarIVGCVSW-3880 Add serialization support for SLICE
2019-09-19 Matthew BenthamFix illegal use of anonymous stack veriable in Deserializer
2019-09-11 Narumol PrangnawaratIVGCVSW-3724 Adding serialization support for ArgMinMax
2019-09-10 FinnWilliamsArmIVGCVSW-3739 Add serialization support for Abs
2019-07-29 Jan EilersIVGCVSW-3471 Add Serialization support for Quantized_LSTM
2019-07-23 Jan EilersIVGCVSW-3526 Add layer norm support for lstm serialization
2019-07-16 Matthew JacksonIVGCVSW-3420 Add Serialization support for the new...
2019-07-02 Aron Virginas-TarIVGCVSW-3382 Deprecate ResizeBilinear and use Resize...
2019-07-01 FinnWilliamsArmIVGCVSW-3364 Add serialization support for Resize layer
2019-06-24 David MonahanIVGCVSW-3235 Add scalar to use as padding value in...
2019-06-21 Aron Virginas-TarIVGCVSW-3330 Parse dilation parameters for DepthwiseCon...
2019-06-21 Aron Virginas-TarIVGCVSW-3321 Add serialization support for TransposeCon...
2019-06-21 Ferran BalaguerIVGCVSW-3291 Add L2Normalization epsilon value to seria...
2019-06-19 Ellen Norris-ThompsonIVGCVSW-3269 Add Serialization support for the new...
2019-06-12 Aron Virginas-TarIVGCVSW-3260 Add serialization support for SpaceToDepth
2019-06-04 Matteo MartincighDo not rebuild the serializer/deserializer code if...
2019-05-28 Jim FlynnIVGCVSW-3119 Rename MergerLayer to ConcatLayer
2019-05-16 Nattapat ChaimanowongIVGCVSW-2964 Fix issue with Deserializer creating ciruc...
2019-05-14 Matteo MartincighUse the new deprecation API
2019-05-14 Jim FlynnIVGCVSW-3076 Add ConcatLayer methods to public API
2019-05-13 Matthew BenthamMLCE-101 Add dilation parameter to serializer
2019-04-10 Aron Virginas-TarIVGCVSW-2947 Remove boost dependency from include/Types...
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-27 Derek LambertiIVGCVSW-2870 Serialize quantize layer
2019-03-21 Jim FlynnIVGCVSW-2694: serialize/deserialize LSTM
2019-03-19 Nattapat ChaimanowongIVGCVSW-2839 Add QuantisedSymm16 support to the ArmNN...
2019-03-18 Nattapat ChaimanowongIVGCVSW-2686 Add Serializer and Deserializer for Detect...
2019-03-12 Jim FlynnIVGCVSW-2709 Serialize / de-serialize the Splitter...
2019-03-08 Narumol PrangnawaratIVGCVSW-2693 Serialize/de-serialize L2Normalization
2019-03-07 Jim FlynnIVGCVSW-2697 Add Serialize/Deserialize for the Merger...
2019-03-07 Nattapat ChaimanowongIVGCVSW-2783 Fix Deserializer connections for layer...
2019-03-07 Sadik ArmaganIVGCVSW-2696 Serialize / de-serialize the Mean layer
2019-03-05 Nattapat ChaimanowongIVGCVSW-2689 Fix Floor Deserilizer discarding layer...
2019-03-04 Matteo MartincighIVGCVSW-2691 Add Serialize/Deseralize Gather layer
2019-03-04 ruoyan01IVGCVSW-2681 Fix layer name in BatchNormalization deser...
2019-03-04 Saoirse StewartIVGCVSW-2691 Add Serialize/Deseralize Gather layer
2019-03-04 Nattapat ChaimanowongIVGCVSW-2710 Add Serializer and Deserializer for Stride...
2019-03-04 Conor KennedyIVGCVSW-2711 Add Serializer and Deserializer for Subtra...
2019-03-04 Nattapat ChaimanowongIVGCVSW-2705 Add Serializer and Deserializer for Resize...
2019-03-04 Conor KennedyIVGCVSW-2692 Add Serializer and Deserializer for Greater
2019-03-01 ruoyan01IVGCVSW-2681 Serialize/de-serialize the BatchNormalizat...
2019-03-01 Finn WilliamsIVGCVSW-2689 Serialize / de-serialize the Floor layer
2019-03-01 Sadik ArmaganIVGCVSW-2706 Serialize / de-serialize the Rsqrt layer
2019-03-01 Nattapat ChaimanowongIVGCVSW-2701 Add Serializer and Deserializer for Pad
2019-03-01 Nina DrozdIVGCVSW-2700 Serialize/de-serialize the Normalization...
2019-03-01 Aron Virginas-TarIVGCVSW-2695 Serialize / deserialize the Maximum layer
2019-02-28 Nattapat ChaimanowongIVGCVSW-2688 Add Serializer and Deserializer for Equal
2019-02-28 Aron Virginas-TarIVGCVSW-2698 Serialize / deserialize the Minimum layer
2019-02-28 Éanna Ó CatháinIVGCVSW-2687 Add Serializer & Deserializer for Division
2019-02-27 Nattapat ChaimanowongIVGCVSW-2682 Add Serializer and Deserializer for BatchT...
2019-02-26 Nattapat ChaimanowongIVGCVSW-2708 Add Serializer and Deserializer SpaceToBatchNd
2019-02-26 Conor KennedyIVGCVSW-2683 Add Serializer & Deserializer for Constant
2019-02-25 Éanna Ó CatháinIVGCVSW-2751 When layers are Deserialized the layer...
2019-02-25 Matthew BenthamRename ArmNN schema file to ArmnnSchema.fbs
2019-02-25 Saoirse StewartIVGCVSW-2757 Add check for wrong number of components...
2019-02-22 Derek LambertiIVGSVSW-2736 Fix dangling reference to temporary storage
2019-02-21 Sadik ArmaganIVGCVSW-2639 Add Serializer & Deserializer for Fully...
2019-02-20 Nattapat ChaimanowongIVGCVSW-2702 Add Serializer and Deserializer for Permute
2019-02-20 Mike KellyIVGCVSW-2643 Add Serializer & Deserializer for Activation
2019-02-20 Derek LambertiIVGSVSW-2736 Rename DeserializeParser => Deserializer...