aboutsummaryrefslogtreecommitdiff
path: root/src/armnn
AgeCommit message (Expand)Author
2019-06-21IVGCVSW-3319 Add frontend support for TransposeConvolution2d LayerAron Virginas-Tar
2019-06-19IVGCVSW-3270 Add Quantizer support for the new Prelu Activation layerMatteo Martincigh
2019-06-19IVGCVSW-3268 Add Reference workload support for the new Prelu Activation layerMatteo Martincigh
2019-06-18IVGCVSW-3234 Ensure that Quantizer allows different quantization scalesNarumol Prangnawarat
2019-06-17IVGCVSW-3267 Add Arm NN front end support for the new Prelu Activation layerMatteo Martincigh
2019-06-17IVGCVSW-3273 ArmnnQuantizer: UnimplementedException thrown for: VisitNormali...Nikhil Raj
2019-06-14MLCE-121 Github: Build error on GCC 9Mike Kelly
2019-06-12IVGCVSW-3261 Add Quantizer support for SpaceToDepth layerAron Virginas-Tar
2019-06-12IVGCVSW-3258 Add front end support for new SpaceToDepth layerAron Virginas-Tar
2019-06-11IVGCVSW-3253 Refactor MonotonicClockRaw in WallClockTimerAron Virginas-Tar
2019-06-07IVGCVSW-3228 Fix bias quantization to be INT32 not QAsymm8Francis Murtagh
2019-06-07Github #140 Use snprintf instead of strncpyMatthew Bentham
2019-06-04IVGCVSW-3212 Refactor the Reference BatchNormalization workloads toMatteo Martincigh
2019-06-04IVGCVSW-3215 Add CreateWorkload test for Rsqrt Fp32nikraj01
2019-05-29Don't add redundant copiesDerek Lamberti
2019-05-28IVGCVSW-3119 Rename MergerLayer to ConcatLayerJim Flynn
2019-05-23IVGCVSW-3082 Fix layer execution order after a subgraph substitutionMatteo Martincigh
2019-05-23IVGCVSW-2771 Fix SubTensor error in vgg16 ExecuteNetwork NEONNarumol Prangnawarat
2019-05-22IVGCVSW-3132 Reintroduce SubGraph definition, but deprecatedMatteo Martincigh
2019-05-22IVGCVSW-3081 Quantizer min>=max error & missing layersLes Bell
2019-05-22IVGCVSW-3088 Update the backends README fileMatteo Martincigh
2019-05-21IVGCVSW-3015 Fix duplicate input/output slots in sub-graphMatteo Martincigh
2019-05-20IVGCVSW-3125 Deprecate CreateMergerDescriptorForConcatenation functionJim Flynn
2019-05-20IVGCVSW-3030 Add unit testing for the Optimization APIMatteo Martincigh
2019-05-20IVGCVSW-3124 Rename workloadFactory CreateMerger to CreateConcatJim Flynn
2019-05-20IVGCVSW-2967 Support QSymm16 for Constant workloadsNina Drozd
2019-05-14Use the new deprecation APIMatteo Martincigh
2019-05-14IVGCVSW-3076 Add ConcatLayer methods to public APIJim Flynn
2019-05-13MLCE-101: Adding dilation support in conv and dconvPablo Tello
2019-05-13IVGCVSW-3035 Correct gamma variable nameNarumol Prangnawarat
2019-05-13IVGCVSW-3058 Segmentation fault running Resnetv2.50 tfite int8 modelMatteo Martincigh
2019-05-10IVGCVSW-3034 Adding a unit test to check substituteSubGraphDavid Monahan
2019-05-10IVGCVSW-3034 Updates to SubstituteSubGraph andDavid Monahan
2019-05-10IVGCVSW-3030 Refactor code and fix OptimizeSubgraphViewMatteo Martincigh
2019-05-10IVGCVSW-3030 Added move operators to the Graph classMatteo Martincigh
2019-05-10IVGCVSW-3061 Modify NetworkQuantizer to support option to preserve input/outp...Nattapat Chaimanowong
2019-05-09IVGCVSW-3030 Make the OptimizationViews class move-assignableMatteo Martincigh
2019-05-09IVGCVSW-3031 Reparent layer to new graphDerek Lamberti
2019-05-08IVGCVSW-2833 Add Dynamic QuantizationJim Flynn
2019-05-08IVGCVSW-2900 Adding the Accuracy Checker Tool and testsÉanna Ó Catháin
2019-05-08IVGCVSW-3031 Finer grained backend optimization APIDerek Lamberti
2019-05-07IVGCVSW-3067 Fix issue with QuantizerVisior not setting TensorShape correctlyNattapat Chaimanowong
2019-05-07IVGCVSW-2989 Generate subgraphs without cyclic dependenciesDerek Lamberti
2019-05-03IVGCVSW-3014 Add GetSupportedBackends to IDeviceSpecNarumol Prangnawarat
2019-05-03IVGCVSW-3029 Remove any AddLayer capabilities from SubgraphViewMatteo Martincigh
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-29IVGCVSW-2657: Fix to force correct quantisation parameters for QASYMM8 SoftmaxDavid Monahan
2019-04-23IVGCVSW-2918 Implement ExecutionFrame.Teresa Charlin