aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/graph
AgeCommit message (Expand)Author
2023-09-28Apply clang-format on repositoryFelix Thomasmathibalan
2023-09-25Remove CommonGraphOptions from Utils target and warningsPaolo Tricerri
2023-09-15Fix include dependencies for mass reformatting patchGunes Bayir
2023-09-04Remove legacy PostOps codeJakub Sujak
2023-07-28Retain back-compatibility for arm_compute/core/Types.hSiCong Li
2023-06-26Remove dependency on fp16 definitions from some core include filesMatthew Bentham
2023-06-15Break up arm_compute/core/Types.h a bitMatthew Bentham
2021-12-17Fix logging bug in graph librarySiCongLi
2021-12-09Graph Fusion With Post Ops Fixramelg01
2021-11-12Fix PostOp dependencySiCongLi
2021-11-09Enable fast_math in CpuFullyConnectedcfRod
2021-11-04Refine code for graph level fusionSheri Zhang
2021-11-03Add graph level convolution fusion with post operatorSheri Zhang
2021-09-07Fuse pad layer with subsequent convolution layerGunes Bayir
2021-08-24Remove map/unmap overhead for input/output accessor when using DummyAccessorGiorgio Arena
2021-07-08Add LayerData to all nodesFreddie Liardet
2021-06-23Add in-place computation for elementwise operationsSheri Zhang
2021-05-07Remove TODOsSheri Zhang
2021-04-21Add support for CLVKMichalis Spyrou
2021-03-31Fix trademarks throughout the codebaseMichele Di Giorgio
2021-03-26Remove GLES-related codeMichele Di Giorgio
2021-03-03Add QASYMM8_SIGNED support to graph examples via graph mutatorSiCongLi
2021-02-23Remove OpenGL ES supportManuel Bottini
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-02-09Add mlgo to graph examplesSiCong Li
2021-01-05Fix Doxygen referencesMichele Di Giorgio
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-10-21COMPMID-3599: Use tuple instead of pairs in backend function creationGeorgios Pinitas
2020-10-20COMPMID-3637: Move utility headers from arm_compute to srcSang-Hoon Park
2020-10-07COMPMID-3599: Fix missing break in TypePrinterMichalis Spyrou
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-25Fix EltwiseLayerNode and QuantizationLayerNodethecha01
2020-08-24COMPMID-3655: PixelWiseMultiplication incorrectly validated in GraphManuel Bottini
2020-08-24Add support ElementwiseMax operator in graph APIthecha01
2020-08-18COMPMID-3454 Patch1: Relocate data_type_from_name to core/UtilsSiCong Li
2020-07-16[ONCPUML-97]: Implement "int8" support for 2D decomposition at high core countsAleksandr Nikolaev
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-06-12COMPMID-3364: use ScaleKernelInfo for Scale on OpenCL and GLESSang-Hoon Park
2020-04-03COMPMID-3101 Fuse activation with floating point elementwise operation layers...Giorgio Arena
2020-03-13COMPMID-3221: Add DeconvolutionLayerDescriptorSang-Hoon Park