aboutsummaryrefslogtreecommitdiff
path: root/src/backends/neon
AgeCommit message (Expand)Author
2022-06-20IVGCVSW-6873 Import inputs but don't export outputs fails.Colm Donelan
2022-05-23MLCE-825: Give reason when workload unsupported for Non Constant Weights/BiasFrancis Murtagh
2022-05-18IVGCVSW-6929 Support for models with implicit expandedMike Kelly
2022-05-17IVGCVSW-6126 ConstTensorsAsInput: Conv2d - BackendsCathal Corbett
2022-05-16IVGCVSW-6124 ConstTensorsAsInput: Conv2d - FrontEndKeith Davis
2022-05-13IVGCVSW-6175 Add Pooling3d to NeonRyan OShea
2022-05-13IVGCVSW-6260 ConstTensorsAsInput: Fully Connected Cl and Neon support.Cathal Corbett
2022-05-12IVGCVSW-6940 ConstTensorsAsInput: DepthwiseConvolution2d - Complete ACLCathal Corbett
2022-05-10IVGCVSW-6936 Sqrt for CpuRef, CpuAcc and GpuAccTeresa Charlin
2022-05-09IVGCVSW-6862 Use same datatype for all containers of indices in NeonGatherNdTeresa Charlin
2022-05-06IVGCVSW-6862 Modify GATHERNd Neon workloadTeresa Charlin
2022-05-06IVGCVSW-6936 Add SQRT support to NeonTeresa Charlin
2022-05-05IVGCVSW-6127 ConstTensorsAsInput: DepthwiseConvolution2dCathal Corbett
2022-05-05IVGCVSW-6862 Add GATHERNd Neon workloadTeresa Charlin
2022-05-05IVGCVSW-6806 Add Unidirectional Sequence Lstm support to NeonMike Kelly
2022-03-23IVGCVSW-6706 Move headers to profiling/client/includeJim Flynn
2022-03-23IVGCVSW-6839 Unidirectional sequence LSTM test failing in Android SCathal Corbett
2022-03-03Revert "Revert "IVGCVSW-6267 Add support of Unidirectional Sequence Lstm fp32...Cathal Corbett
2022-03-03Revert "Revert "IVGCVSW-6268 Add support of Unidirectional Sequence Lstm fp32...Cathal Corbett
2022-02-23IVGCVSW-6700 Disable importing on ClConv2d when datalayout is NCHWDavid Monahan
2022-02-23Revert "IVGCVSW-6268 Add support of Unidirectional Sequence Lstm fp32/fp16 to...Cathal Corbett
2022-02-23Revert "IVGCVSW-6267 Add support of Unidirectional Sequence Lstm fp32/fp16 to...Cathal Corbett
2022-02-22IVGCVSW-6267 Add support of Unidirectional Sequence Lstm fp32/fp16 to ClCathal Corbett
2022-02-21IVGCVSW-6268 Add support of Unidirectional Sequence Lstm fp32/fp16 to NeonCathal Corbett
2022-02-11Fix unit test where NeonMemoryManager was used instead of RefMemoryManagerMatthew Bentham
2022-02-10IVGCVSW-6700 Add override functions to all typed Neon/CL workloadsDavid Monahan
2022-02-08Handle optional biases better in Neon/Cl FullyConnected workloadsMatthew Bentham
2022-02-07IVGCVSW-6635 Move MemCopyTestImpl from acl to armnnTestUtils.Colm Donelan
2022-02-03IVGCVSW-6696 Add Forced Import EndToEnd tests to Ref, Neon, and CLDavid Monahan
2022-01-31IVGCVSW-6552 Add support of aligned host memoryNarumol Prangnawarat
2022-01-26IVGCVSW-6685-6686 Modify workloads to extend Neon/Cl BaseWorkloadTeresa Charlin
2022-01-26IVGCVSW-6683-6684 Add ClBaseWorkload and NeonBaseWorkloadTeresa Charlin
2022-01-25IVGCVSW-6678 Register CopyAndImportFactoryPairs to NeonBackend and unit testsNarumol Prangnawarat
2022-01-24Bugfix: Set removal date for Backend API stability items to 22.11Francis Murtagh
2022-01-19IVGCVSW-6629 Stabilize the ILayerSupport interface with unified strategy.Cathal Corbett
2022-01-18IVGCVSW-6641 Stabilize the IWorkloadFactory interface with unified strategyTeresa Charlin
2022-01-14IVGCVSW-6633 SubgraphView uses IConnectableLayer rather than Layer in its m_L...Francis Murtagh
2022-01-13IVGCVSW-6674 Implement CanBeImported function in NeonTensorHandleDavid Monahan
2021-12-23IVGCVSW-6632 OptimizationViews: has INetwork rather than Graph for holding la...Cathal Corbett
2021-12-15IVGCVSW-6626 Promote backend headers in backendCommon to armnn/backendsColm Donelan
2021-12-14IVGCVSW-6453 'Move the ArmNN Test Utils code to a physically separate directory'Sadik Armagan
2021-11-18IVGCVSW-6520 Extend pad workload for CpuAcc to support mirror paddingTeresa Charlin
2021-11-10Fix typo errors from ticket IVGCVSW-6420Cathal Corbett
2021-11-08IVGCVSW-6420: Constant flag in tensor info is not set correctlyCathal Corbett
2021-11-08IVGCVSW-6527 Support the new memory API in loaded networkFinn Williams
2021-11-03Bug Fix in CpuAcc and GpuAcc workload: Gather has 2 inputsTeresa Charlin
2021-10-27IVGCVSW-6469 Add MirrorPad FrontEnd and Ref SupportMatthew Sloyan
2021-10-27IVGCVSW-6170 Add CpuAcc Conv3d WorkloadTeresa Charlin
2021-10-19IVGCVSW-6310 Update ICustomAllocator and add GetDefaultAllocator function to ...Francis Murtagh
2021-10-13Revert "Disable Sin support in Neon"ryan.oshea3