aboutsummaryrefslogtreecommitdiff
path: root/src/armnnSerializer/test/SerializerTests.cpp
AgeCommit message (Expand)Author
2021-11-08IVGCVSW-6420: Constant flag in tensor info is not set correctlyCathal Corbett
2021-10-27IVGCVSW-6469 Add MirrorPad FrontEnd and Ref SupportMatthew Sloyan
2021-10-20Add ConstTensorsAsInput support for Conv3dMatthew Sloyan
2021-10-02IVGCVSW-5985 Remove deprecated codeJan Eilers
2021-10-01IVGCVSW-6163 Add Conv3d FrontEnd and Ref ImplementationMatthew Sloyan
2021-09-24IVGCVSW-3705 Add Channel Shuffle Front end and Ref ImplementationSimon Obute
2021-08-06IVGCVSW-6119 ConstTensorsAsInput: FullyConnectedMatthew Sloyan
2021-06-16MLCE-510 Add CpuRef Shape Operator to ArmNNKeith Davis
2021-06-16IVGCVSW-6088 Add Sin and Log to ElementWiseUnaryTeresa Charlin
2021-06-11IVGCVSW-5963 'Move unit tests to new framework'Sadik Armagan
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-02-12IVGCVSW-4893 Refactor ILayerVisitor using unified interface strategy.Finn Williams
2021-02-03backends/reference: Add ReduceSum operation supportSadik Armagan
2021-02-01IVGCVSW-5593 Implement Pimpl Idiom for serialization classesFinn Williams
2020-11-09IVGCVSW-5091 Add Logical ops frontend and ref implJames Conroy
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-05-30IVGCVSW-4888 Update Resize Front end for new parametersDavid Monahan
2020-05-13IVGCVSW-4777 Add QLstm serialization supportJames Conroy
2020-03-27IVGCVSW-4555 ArmnnConverter (Serializer) does not support per-axis quantizati...Sadik Armagan
2020-03-02IVGCVSW-4375 Add support for TransposeMike Kelly
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-01IVGCVSW-4050 Add backward compatibility deserialization test for ResizeBilinearAron Virginas-Tar
2019-10-28Refine SerializeDeserializeQuantizedLstm for the validation ofalanhsu5678
2019-10-23Refactor backward compatibility deserialization testsAron Virginas-Tar
2019-10-23IVGCVSW-4010 Add serialization support for StandInLayerAron Virginas-Tar
2019-10-22IVGCVSW-4020 Add backward compatibility deserialization test for Equal and Gr...Aron Virginas-Tar
2019-10-21IVGCVSW-3992 Add serialization support for ComparisonLayerAron Virginas-Tar
2019-10-21IVGCVSW-3993 Add frontend and reference workload for ComparisonLayerAron Virginas-Tar
2019-10-14IVGCVSW-3974 Add serialization support for LOG_SOFTMAXSadik Armagan
2019-10-03IVGCVSW-3934 Add serialization support for INSTANCE_NORMALIZATIONAron Virginas-Tar
2019-09-20IVGCVSW-3886 Add serialization support for DepthToSpaceAron Virginas-Tar
2019-09-19IVGCVSW-3880 Add serialization support for SLICEAron Virginas-Tar
2019-09-11IVGCVSW-3724 Adding serialization support for ArgMinMaxNarumol Prangnawarat
2019-09-10IVGCVSW-3739 Add serialization support for AbsFinnWilliamsArm
2019-07-29IVGCVSW-3471 Add Serialization support for Quantized_LSTMJan Eilers
2019-07-23IVGCVSW-3526 Add layer norm support for lstm serializationJan Eilers
2019-07-16IVGCVSW-3420 Add Serialization support for the new Stack layerMatthew Jackson
2019-07-05Fix member name in PadDescriptorAron Virginas-Tar
2019-07-02IVGCVSW-3382 Deprecate ResizeBilinear and use Resize with Bilinear methodAron Virginas-Tar
2019-07-01IVGCVSW-3364 Add serialization support for Resize layerFinnWilliamsArm
2019-06-24IVGCVSW-3235 Add scalar to use as padding value in Reference PadDavid Monahan
2019-06-24IVGCVSW-3343 Add backward compatibility deserialisation test for pad valueJim Flynn