aboutsummaryrefslogtreecommitdiff
path: root/src/armnnSerializer
AgeCommit message (Expand)Author
2021-08-06IVGCVSW-6119 ConstTensorsAsInput: FullyConnectedMatthew Sloyan
2021-07-28MLCE-530 Add Serializer and Deserializer for UnidirectionalSequenceLstmNarumol Prangnawarat
2021-06-16MLCE-510 Add CpuRef Shape Operator to ArmNNKeith Davis
2021-06-16IVGCVSW-6088 Add Sin and Log to ElementWiseUnaryTeresa Charlin
2021-06-16IVGCVSW-5826 Change weights layout for depthwise to [1,H,W,I*M]Jan Eilers
2021-06-11IVGCVSW-5963 'Move unit tests to new framework'Sadik Armagan
2021-06-01IVGCVSW-5833 Move the ProfilingGuid out of Types.hpp to its own header in pro...Nikhil Raj
2021-05-04IVGCVSW-5940 Enabling NN Driver dumps results in a driver segfaultMike Kelly
2021-04-12IVGCVSW-5410 Add front-end support for CASTmathad01
2021-04-09MLCE-328 Serializer/Deserializer does not support Signed64Mike Kelly
2021-03-25IVGCVSW-5736 and IVGCVSW-5743 'NonConstWeights: Update front-end and TfLiteDe...Sadik Armagan
2021-03-14GitHub#491 Adding QAsymmS8 to SerializerTeresa Charlin
2021-03-03Point readme files to latest doxygen documentationJan Eilers
2021-02-15IVGCVSW-5648 Adding serializer support for m_DimensionsSpecificityColm Donelan
2021-02-12IVGCVSW-4893 Refactor ILayerVisitor using unified interface strategy.Finn Williams
2021-02-11MLCE-360 'ReduceLayer InferOutputShape Issue'Sadik Armagan
2021-02-08IVGCVSW-5605 Doxygen: Update parser sectionJan Eilers
2021-02-03backends/reference: Add ReduceSum operation supportSadik Armagan
2021-02-02IVGCVSW-5605 Doxygen: Move Serializer and Deserializer to Software ToolsJan Eilers
2021-02-01IVGCVSW-5593 Implement Pimpl Idiom for serialization classesFinn Williams
2021-01-15IVGCVSW-4417 'Serialise ArmNN Model on android-nn-driver'Sadik Armagan
2020-11-24IVGCVSW-5347 Update Readme for 20.11Teresa Charlin
2020-11-09IVGCVSW-5091 Add Logical ops frontend and ref implJames Conroy
2020-09-17IVGCVSW-5303 Remove some boost::numeric_cast from rest of ArmNNMatthew Sloyan
2020-08-27Export Armnn cmakeDerek Lamberti
2020-07-31IVGCVSW-4712 Fill layer datatype adjustmentsTeresa Charlin
2020-07-06IVGCVSW-4624 Add a RANK Reference ImplementationFinn Williams
2020-07-01IVGCVSW-4903 Connect axis parameter in Gather from android to ACL.Teresa Charlin
2020-06-17IVGCVSW-4908 Add Serializer/Deserializer Support for FILL operatorKeith Davis
2020-06-11IVGCVSW-4906 Add front-end support for FILL operatorRyan OShea
2020-05-30IVGCVSW-4888 Update Resize Front end for new parametersDavid Monahan
2020-05-22IVGCVSW-4792 Update armnn readme and support filesNarumol Prangnawarat
2020-05-13IVGCVSW-4777 Add QLstm serialization supportJames Conroy
2020-04-24Added new DataTypes to SerializerMike Kelly
2020-03-27IVGCVSW-4555 ArmnnConverter (Serializer) does not support per-axis quantizati...Sadik Armagan
2020-03-20IVGCVSW-4549 Add front end for new QLSTM layerJames Conroy
2020-03-10MLCE-159 Add QAsymmS8 to ArmnnQuantizerFrancis Murtagh
2020-03-10IVGCVSW-4482 Remove boost::ignore_unusedJan Eilers
2020-03-02IVGCVSW-4440 : Add HARD_SWISH Support to Activation in CpuRefColm Donelan
2020-03-02IVGCVSW-4375 Add support for TransposeMike Kelly
2020-02-28IVGCVSW-4439: Adding Elu support to ActivationDavid Monahan
2020-02-20IVGCVSW-4432 Update Readme for 20.02Sadik Armagan
2020-02-04Build graph->inputIds/outputIds with layerBindingId instead of layerIndexexperimental/QuantizerStuffTee Jung
2020-01-23IVGCVSW-4259 Add frontend and reference workload for UnaryOperationLayerjosh minor
2020-01-20Remove use of ArmNN.hpp from other public headersMatthew Bentham
2020-01-13Rename quantized data types to remove ambiguity for signed/unsigned payloadsDerek Lamberti
2019-12-31IVGCVSW-4246 Clean build of Visitors with -WextraDerek Lamberti
2019-11-08IVGCVSW-4067 Change LayerGuid to use ProfilingGuidjaneil01
2019-11-01IVGCVSW-4050 Add backward compatibility deserialization test for ResizeBilinearAron Virginas-Tar
2019-10-28Refine SerializeDeserializeQuantizedLstm for the validation ofalanhsu5678