aboutsummaryrefslogtreecommitdiff
path: root/src/graph/backends/NEON
AgeCommit message (Expand)Author
2023-09-28Apply clang-format on repositoryFelix Thomasmathibalan
2023-09-25Remove CommonGraphOptions from Utils target and warningsPaolo Tricerri
2023-06-26Remove dependency on fp16 definitions from some core include filesMatthew Bentham
2021-08-24Remove map/unmap overhead for input/output accessor when using DummyAccessorGiorgio Arena
2021-05-19Port DepthConvert to new ApiGeorgios Pinitas
2021-04-20Port CpuConvertFullyConnectedWeights to new APITeresa Charlin
2021-03-31Fix trademarks throughout the codebaseMichele Di Giorgio
2021-02-22Comply with Trademark rules for use of Neon, Arm and MaliSheri Zhang
2021-02-15Add DIV to Elementwise layer support at graph levelAlessandro Navone
2021-01-19Make memset/copy functions state-lessGeorgios Pinitas
2020-12-15Address RVO issue on some compilersGeorgios Pinitas
2020-12-11Remove (CL/NE)UpsampleLayer in favor to (NE/CL)ScaleGeorgios Pinitas
2020-12-10Remove (NE/CL)YoloLayer supportGeorgios Pinitas
2020-12-01Update default C++ standard to C++14Georgios Pinitas
2020-11-03COMPMID-3638: Move NEON kernelsMichalis Spyrou
2020-10-20COMPMID-3637: Move utility headers from arm_compute to srcSang-Hoon Park
2020-09-09Add Reduction operation layer node to graph APIthecha01
2020-09-09Add L2Normalize layer node to Graph APIthecha01
2020-09-07Add ArgMinMax layer node to Graph APIthecha01
2020-09-04Add StridedSliceLayerNode to graph APIthecha01
2020-09-04Add DepthToSpace layer node to Graph APIthecha01
2020-08-24Add support ElementwiseMax operator in graph APIthecha01
2020-07-14COMPMID-3374: Remove memory state from NEConcatenateLayer kernelsGeorgios Pinitas
2020-07-09COMPMID-3324: Adjusting capitalization of Arm copyright claim to reflect Arm ...Michele Di Giorgio
2020-06-16COMPMID-3381: Implement graph example for YoLo v3 output detectorSheri Zhang
2020-05-14COMPMID-3069: Align graph convolution implementation for CL and NEON.Georgios Pinitas
2020-02-26COMPMID-3067: Address gcc9 failuresGeorgios Pinitas
2020-02-05COMPMID-3083: Add graph support for PReluGeorgios Pinitas
2020-02-05COMPMID-2819: Enable PadLayer on NEON graph backend.Georgios Pinitas
2020-01-16COMPMID-2856 Add PrintLayer at graph levelGiorgio Arena
2019-11-14COMPMID-2452: Add mnist exampleIsabella Gottardi
2019-11-12COMPMID-2579: Fuse batch normalization with convolution and depthwise convolu...Gian Marco Iodice
2019-10-26COMPMID-2588: Optimize the output detection kernel required by MobileNet-SSD ...Giuseppe Rossini
2019-10-23COMPMID-2515: Merge optimized depthwise convolution to the generic depthwise ...Manuel Bottini
2019-09-26COMPMID-2161 [NEON] Create IWeightManager classMichalis Spyrou
2019-09-17COMPMID-2649: Generalize MemoryGroup.Georgios Pinitas
2019-08-06COMPMID-1849: Implement CPPDetectionPostProcessLayerIsabella Gottardi
2019-07-29COMPMID-2430: Adding FusedDepthwiseConvolutionBatchNormalizationLayer conditi...Manuel Bottini
2019-07-11COMPMID-2273: Fuse Batch Normalization with Depthwise Convolution layer at gr...Manuel Bottini
2019-07-09COMPMID-2156: Optimized dilated convolution for NEON.Georgios Pinitas
2019-05-20COMPMID-2362: Add Quantization Layer to the graph APIIsabella Gottardi
2019-03-25COMPMID-2076: Add StackLayer to the graph APIMichele Di Giorgio
2019-03-20COMPMID-1995: Prepare Graph to support different input/output quantization infoIsabella Gottardi
2019-03-13COMPMID-1740: Fuse batch normalization with Convolution Layer at graph levelgiuros01
2019-02-18COMPMID-1999: Add support for GenerateProposals operator in CLManuel Bottini
2019-02-15Revert "COMPMID-1329: Add support for GenerateProposals operator in CL"Giuseppe Rossini
2019-01-23COMPMID-1848: Account alignment in Offset-based pool allocationsGeorgios Pinitas
2019-01-21COMPMID-1883: Use buffer based manager to avoid alignment issues.Georgios Pinitas
2018-12-13COMPMID-1808: Add Detection Output Layer to the GraphAPIIsabella Gottardi
2018-11-19COMPMID-1750: Add PriorBox operator to graph API.Pablo Tello