aboutsummaryrefslogtreecommitdiff
path: root/src/armnn
AgeCommit message (Expand)Author
2020-01-15IVGCVSW-3879 Fix output shape inference formula for TransposeConvolution2dAron Virginas-Tar
2019-12-17IVGCVSW-4293 Fix multiple Concat issues.Derek Lamberti
2019-12-12IVGCVSW-4268 Print all Descriptors on dot graphJim Flynn
2019-12-12IVGCVSW-4262 Use ACL Permute and Reshape Validate function in Neon and CLKevin May
2019-12-12IVGCVSW-4267 Add missing layers to GetLayerTypeAsCStringJim Flynn
2019-12-11MLCE-143 Fixed driver crash during CTS testsMike Kelly
2019-08-28IVGCVSW-3656 Rename ARMCOMPUTEREF to ARMNNREFMatteo Martincigh
2019-08-27IVGCVSW-3277 Fix RequiresCopy in case a tensor handle factory is not availableMatteo Martincigh
2019-08-23Fix Windows build:Rob Hughes
2019-08-22IVGCVSW-3656 Make the reference backend optionalMatteo Martincigh
2019-08-20IVGCVSW-3163 Support Neon TransposeConv2dSadik Armagan
2019-08-20IVGCVSW-3606 Support memory import for Reference backendFerran Balaguer
2019-08-19IVGCVSW-3545 Update the device specs with the dynamic backend idsMatteo Martincigh
2019-08-16IVGCVSW-3639 Add 5d tensor supportMatthew Jackson
2019-08-14IVGCVSW-3622 Add Neon TensorHandleFactoryNarumol Prangnawarat
2019-08-14IVGCVSW-3636 Fix Graph and WorkloaData to support backend Import functionalityFerran Balaguer
2019-08-14IVGCVSW-3474 Refactor Lstm and QuantizedLstm Param GettersFrancis Murtagh
2019-08-13IVGCVSW-3607 Add CreateWorkloadFactory with TensorHandleFactoryRegistryNarumol Prangnawarat
2019-08-09IVGCVSW-3474 Add end to end tests for Quantized_LSTMFrancis Murtagh
2019-08-09IVGCVSW-3603 *Json printer prints full profiling hierarchyDerek Lamberti
2019-08-09IVGCVSW-3597 Add complete test suite for the dynamic backendsMatteo Martincigh
2019-08-09IVGCVSW-3596 Register the dynamic backends in the BackendRegistryMatteo Martincigh
2019-08-07IVGCVSW-3595 Implement the LoadDynamicBackends function in the Runtime classMatteo Martincigh
2019-08-06GitHub #240 Fix bias shape in CreatePreCompiledWorkloadTest()Aron Virginas-Tar
2019-08-05IVGCVSW-3277 Mem export/import suppor for TensorsDerek Lamberti
2019-08-05IVGCVSW-3342 Add CL backend support for Quantized_LSTM (16bit cell state)Ferran Balaguer
2019-08-02IVGCVSW-3604 Fix channel shape calculation in TransposeConvolution2dLayer::In...Narumol Prangnawarat
2019-08-02IVGCVSW-3470 Add Quantized_LSTM testsJames Conroy
2019-08-01IVGCVSW-3539 Add CL support and tests for StackMatthew Jackson
2019-07-30IVGCVSW-3581 Fix AddCopyLayers and associated testsMatthew Bentham
2019-07-26IVGCVSW-3554 Update workloads to pass Softmax Axis Parameter to BackendsFrancis Murtagh
2019-07-26IVGCVSW-3537 Add support for L2 Normalization with < 4 dimensional tensorsMatthew Jackson
2019-07-24IVGCVSW-3469 Add front end for Quantized LSTM layerJames Conroy
2019-07-23IVGCVSW-3476 Add InferOutputShapes unit tests for convolution workloadsTeresa Charlin
2019-07-23Fix various uses of non-standard C++:Rob Hughes
2019-07-23NNXSW-1697 Remove use of SubgraphView that may become invalid.Rob Hughes
2019-07-23IVGCVSW-3526 Add layer norm support for lstm serializationJan Eilers
2019-07-19IVGCVSW-3479 Add End to End test for PreluNikhil Raj
2019-07-17IVGCVSW-3423 Add TfLite parser support for Stack (Pack) layerMatthew Jackson
2019-07-17IVGCVSW-3419 Add reference workload support for the new Stack layerMatthew Jackson
2019-07-16IVGCVSW-3478 Refactor armnn to make new Lstm parameters available in android-...Ferran Balaguer
2019-07-15MLCE-103 Add necessary enhancements to ModelAccuracyToolSiCong Li
2019-07-15IVGCVSW-3421 Add Quantizer support for the new Stack layerMatthew Jackson
2019-07-12Github #227 Remove unnecessary includesMatthew Bentham
2019-07-11IVGCVSW-3454 Fix VTS dilated conv2d test failuresMike Kelly
2019-07-10IVGCVSW-3418 Add Arm NN front end support for the new Stack layerMatthew Jackson
2019-07-09IVGCVSW-3397 Join lstm parameter infos in a struct for isLstmSupportedJan Eilers
2019-07-09IVGCVSW-3391 Add SpaceToDepth CreateWorkload and EndToEnd testsJames Conroy
2019-07-05Fix the warning message reporting when sub-graphs fail to get optimizedMatteo Martincigh
2019-07-03IVGCVSW-3277 Remove dead codeMatteo Martincigh