aboutsummaryrefslogtreecommitdiff
path: root/src/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-04Remove legacy PostOps codeJakub Sujak
2023-07-18Break up core/Utils.h to reduce unused code being included everywhereMatthew Bentham
2023-06-26Remove dependency on fp16 definitions from some core include filesMatthew Bentham
2023-06-15Break up Utils.h a bit to reduce unused code being included everywhereMatthew Bentham
2021-12-09Graph Fusion With Post Ops Fixramelg01
2021-11-25Fix node fusion mutator orderingSiCongLi
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-15Provide tests for fusing pad layer in graph APIGunes Bayir
2021-09-07Fuse pad layer with subsequent convolution layerGunes Bayir
2021-08-25Sync backend only if allocated rather than supportedGiorgio Arena
2021-08-24Remove map/unmap overhead for input/output accessor when using DummyAccessorGiorgio Arena
2021-07-19Add layer data to JSON outputFreddie Liardet
2021-07-16Avoid multiple Rhs matrix transformation on ClGemmGeorgios Pinitas
2021-07-13Add in-place calculation support for CL elementwise arithmetic kernelsSheri Zhang
2021-07-08Add LayerData to all nodesFreddie Liardet
2021-07-02Implement FP GPU depthwise convolution 1x1 kernel for in-place computationSiCongLi
2021-06-23Add in-place computation for elementwise operationsSheri Zhang
2021-05-26Fix node fusion mutatorSiCongLi
2021-05-19Port DepthConvert to new ApiGeorgios Pinitas
2021-05-18Port CLGEMM to memory injecting interfaceGeorgios Pinitas
2021-05-12Remove unused CLCoreRuntimeContextGeorgios Pinitas
2021-05-07Remove TODOsSheri Zhang
2021-04-29Remove stale/solved TODOsMichele Di Giorgio
2021-04-21Add support for CLVKMichalis Spyrou
2021-04-20Port CpuConvertFullyConnectedWeights to new APITeresa Charlin
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-23Fix redundant ternary operator in yolo node graph builderGeorgios Pinitas
2021-02-23Remove OpenGL ES supportManuel Bottini
2021-02-23Use polymorphic_downcast instead of dynamic_castGeorgios Pinitas
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-19Make memset/copy functions state-lessGeorgios Pinitas
2021-01-08Generalization of CLTunerManuel Bottini
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-07COMPMID-3639: (3RDPARTY_UPDATE) Move CL kernels to srcSang-Hoon Park
2020-11-03COMPMID-3638: Move NEON kernelsMichalis Spyrou
2020-11-03COMPMID-3851: Fix output quantization info for SoftmaxLayerNodeSheri Zhang
2020-10-20COMPMID-3637: Move utility headers from arm_compute to srcSang-Hoon Park
2020-09-22COMPMID-3791: Add support for all activation types in NodeFusionMutatorGian Marco Iodice
2020-09-09Add Reduction operation layer node to graph APIthecha01