aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2019-05-23IVGCVSW-2771 Fix SubTensor error in vgg16 ExecuteNetwork NEONNarumol Prangnawarat
2019-05-22IVGCVSW-3081 Quantizer min>=max error & missing layersLes Bell
2019-05-20IVGCVSW-3125 Deprecate CreateMergerDescriptorForConcatenation functionJim Flynn
2019-05-16IVGCVSW-3087 Changing version to 19.05Telmo Soares
2019-05-14Use the new deprecation APIMatteo Martincigh
2019-05-14IVGCVSW-3076 Add ConcatLayer methods to public APIJim Flynn
2019-05-14MLCE-101 Add dilation support for DepthWiseConv workloadBruno Goncalves
2019-05-13MLCE-101: Adding dilation support in conv and dconvPablo Tello
2019-05-10IVGCVSW-2990 Add deprecation helpersDerek Lamberti
2019-05-10IVGCVSW-3061 Modify NetworkQuantizer to support option to preserve input/outp...Nattapat Chaimanowong
2019-05-08IVGCVSW-2833 Add Dynamic QuantizationJim Flynn
2019-05-03IVGCVSW-3014 Add GetSupportedBackends to IDeviceSpecNarumol Prangnawarat
2019-05-03IVGCVSW-2834 Add dynamic quantization via datasetsNina Drozd
2019-05-02IVGCVSW-3039 Unify BindingPointInfo declarationsJim Flynn
2019-04-30IVGCVSW-2773 Integrate new CL tuner into ArmNNRuomei Yan
2019-04-29IVGCVSW-2657: Fix to force correct quantisation parameters for QASYMM8 SoftmaxDavid Monahan
2019-04-16IVGCVSW-2957 MergerLayer subtensor optimization now backend agnosticDerek Lamberti
2019-04-10IVGCVSW-2947 Remove boost dependency from include/TypesUtils.hppAron Virginas-Tar
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-28IVGCVSW-2880 Refactor order of methodsDerek Lamberti
2019-03-27IVGCVSW-2870 Support QuantizeLayer on frontendDerek Lamberti
2019-03-26IVGCVSW-2881 Remove DebugDescriptorNattapat Chaimanowong
2019-03-26IVGCVSW-2832 Update CL pin to 2761c2f0b60175469e959982a25ff0abdca6c9ceJim Flynn
2019-03-25IVGCVSW-2882 Fix include order in armnn public headersMatthew Bentham
2019-03-25IVGCVSW-2865 add missing include of functionalMatthew Bentham
2019-03-22IVGCVSW-2865 Extend IRuntime to add a new method RegisterDebugCallback(...)Nattapat Chaimanowong
2019-03-20IVGCVSW-2858 Add support for QSymm16 quantizationNattapat Chaimanowong
2019-03-20IVGCVSW-2814 Extensive ref IsSupported for Activation & AdditionDerek Lamberti
2019-03-19IVGCVSW-2839 Add QuantisedSymm16 support to the ArmNN frontendNattapat Chaimanowong
2019-03-12IVGCVSW-2709 Serialize / de-serialize the Splitter layerJim Flynn
2019-03-07IVGCVSW-2697 Add Serialize/Deserialize for the Merger LayerJim Flynn
2019-02-27IVGCVSW-2752 Make biases optional in INetworkAron Virginas-Tar
2019-02-27IVGCVSW-2759 Add MakeOptional to enable in-place optional object constructionAron Virginas-Tar
2019-02-26IVGCVSW-2560 Verify Inference test for TensorFlow Lite MobileNet SSDNarumol Prangnawarat
2019-02-25IVGCVSW-2721 Quantize and Dequantize aren't quite rightFrancis Murtagh
2019-02-22IVGCVSW-2749 Throw exception in TensorShape when requested index >= number of...Aron Virginas-Tar
2019-02-22IVGSVSW-2736 Fix dangling reference to temporary storageDerek Lamberti
2019-02-21IVGCVSW-2429 Add Detection PostProcess Parser to TensorFlow Lite Parserkeidav01
2019-02-20IVGSVSW-2736 Rename DeserializeParser => Deserializer & fix namespacesDerek Lamberti
2019-02-20IVGCVSW-2583 Update verison number for 19.02Saoirse Stewart
2019-02-19IVGCVSW-2736 Deserialize using istream instead of filenameDerek Lamberti
2019-02-14IVGCVSW-2620 Support static quantization of ConstantMatteo Martincigh
2019-02-14IVGCVSW-2726 Code cleanupMatteo Martincigh
2019-02-13IVGCVSW-2662 Create ISerializer class and refactor SerializerNattapat Chaimanowong
2019-02-11IVGCVSW-2531 Serialize a simple ArmNN NetworkMike Kelly
2019-02-11IVGCVSW-2676 Make biases optional in ILayerVisitor for Convolution2D, Depthwi...Aron Virginas-Tar
2019-02-11IVGCVSW-2581 Create DeserializerKevin May