aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
2019-06-21IVGCVSW-3291 Add L2Normalization epsilon value to serializationFerran Balaguer
2019-06-21IVGCVSW-3319 Add frontend support for TransposeConvolution2d LayerAron Virginas-Tar
2019-06-17IVGCVSW-3267 Add Arm NN front end support for the new Prelu Activation layerMatteo Martincigh
2019-06-12IVGCVSW-3258 Add front end support for new SpaceToDepth layerAron Virginas-Tar
2019-06-11libarmnnQuantizer has references to libarmnn, so use libarmnn for linkGuillaume GARDET
2019-06-03MLCE-124 Fix install target wrt serializer and tflite parserMatthew Bentham
2019-05-28IVGCVSW-3119 Rename MergerLayer to ConcatLayerJim Flynn
2019-05-08IVGCVSW-2833 Add Dynamic QuantizationJim Flynn
2019-05-08IVGCVSW-2900 Adding the Accuracy Checker Tool and testsÉanna Ó Catháin
2019-05-07IVGCVSW-3038 Move MakeInputTensors to armnnUtilsJim Flynn
2019-05-03IVGCVSW-2834 Add dynamic quantization via datasetsNina Drozd
2019-04-30IVGCVSW-3021 Add end-to-end flow control integration testMatthew Bentham
2019-04-30IVGCVSW-2405 Rename SubGraph to SubgraphViewDerek Lamberti
2019-04-23IVGCVSW-2918 Implement ExecutionFrame.Teresa Charlin
2019-04-19IVGCVSW-2925: Combine Pad with Convolution2d in the OptimizerNina Drozd
2019-04-15IVGCVSW-2848 - Add TfLite Parser support for Unpack layerNina Drozd
2019-04-10IVGCVSW-2947 Remove boost dependency from include/TypesUtils.hppAron Virginas-Tar
2019-04-08IVGCVSW-2844: Add TfLite Parser support for Split layerNina Drozd
2019-04-05IVGCVSW-2914 Add Switch Layer and no-op factory methodSadik Armagan
2019-04-05IVGCVSW-2915 Add Merge Layer and no-op factory methodNattapat Chaimanowong
2019-03-29IVGCVSW-2866 Implement RegisterDebugCallback for RefDebugWorkloadNattapat Chaimanowong
2019-03-28IVGCVSW-2874 Add DequantizeLayer and no-op factory methodNattapat Chaimanowong
2019-03-27IVGCVSW-2870 Support QuantizeLayer on frontendDerek Lamberti
2019-03-20IVGCVSW-2858 Add support for QSymm16 quantizationNattapat Chaimanowong
2019-03-13IVGCVSW-2574 Create a converter application for all the supported ArmNN NetworksSadik Armagan
2019-03-13IVGCVSW-2735 Failure to find flatbuffers is not a fatal build errorRuomei Yan
2019-03-07IVGCVSW-2697 Add Serialize/Deserialize for the Merger LayerJim Flynn
2019-03-07IVGCVSW-2696 Serialize / de-serialize the Mean layerSadik Armagan
2019-03-04IVGCVSW-2691 Add Serialize/Deseralize Gather layerexperimental/matteoSaoirse Stewart
2019-03-04IVGCVSW-2710 Add Serializer and Deserializer for StridedSliceNattapat Chaimanowong
2019-03-04IVGCVSW-2711 Add Serializer and Deserializer for SubtractionConor Kennedy
2019-03-04IVGCVSW-2705 Add Serializer and Deserializer for ResizeBilinearNattapat Chaimanowong
2019-03-04IVGCVSW-2692 Add Serializer and Deserializer for GreaterConor Kennedy
2019-03-01IVGCVSW-2681 Serialize/de-serialize the BatchNormalization layerruoyan01
2019-03-01IVGCVSW-2689 Serialize / de-serialize the Floor layerFinn Williams
2019-03-01IVGCVSW-2706 Serialize / de-serialize the Rsqrt layerSadik Armagan
2019-03-01IVGCVSW-2701 Add Serializer and Deserializer for PadNattapat Chaimanowong
2019-03-01IVGCVSW-2700 Serialize/de-serialize the Normalization layerNina Drozd
2019-02-28IVGCVSW-2688 Add Serializer and Deserializer for EqualNattapat Chaimanowong
2019-02-28IVGCVSW-2687 Add Serializer & Deserializer for DivisionÉanna Ó Catháin
2019-02-27IVGCVSW-2682 Add Serializer and Deserializer for BatchToSpaceNdNattapat Chaimanowong
2019-02-26IVGCVSW-2708 Add Serializer and Deserializer SpaceToBatchNdNattapat Chaimanowong
2019-02-26IVGCVSW-2683 Add Serializer & Deserializer for ConstantConor Kennedy
2019-02-25Rename ArmNN schema file to ArmnnSchema.fbsMatthew Bentham
2019-02-25Add strided-slice parser to tf-liteBruno Goncalves
2019-02-25Add minimum parser to tf-liteBruno Goncalves
2019-02-25Add maximum parser to tf-liteBruno Goncalves
2019-02-22Add space-to-batch-nd parser to tf-liteBruno Goncalves
2019-02-22Add batch-to-space-nd parser to tf-liteBruno Goncalves
2019-02-22Add resize-bilinear parser to tf-liteBruno Goncalves