aboutsummaryrefslogtreecommitdiff
path: root/src/graph
AgeCommit message (Expand)Author
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
2020-09-09Add L2Normalize layer node to Graph APIthecha01
2020-09-07Add ArgMinMax layer node to Graph APIthecha01
2020-09-07COMPMID-3748: Compiler issue with Bfloat16 on gcc8Georgios Pinitas
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-3698: Fix segfault running inception_v3, inception_v4, resnet50, resn...Sheri Zhang
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-22COMPMID-3386: Support memory injection in CLConcatenate functions/kernelsMichele Di Giorgio
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-23COMPMID-3324: Allow in-place mutation on nodes with separate multiple inputsMichele Di Giorgio
2020-06-22COMPMID-3479: Perform in-place computations in NEElementwiseUnaryKernelManuel Bottini
2020-06-19COMPMID-3480: Enable in-place elementwise operations in graph APIMichele Di Giorgio
2020-06-18Revert "COMPMID-3480: Perform in-place computations in NEArithmeticAdditionKe...Michele Di Giorgio
2020-06-16COMPMID-3381: Implement graph example for YoLo v3 output detectorSheri Zhang
2020-06-15COMPMID-3480: Perform in-place computations in NEArithmeticAdditionKernelMichele Di Giorgio
2020-05-14COMPMID-3069: Align graph convolution implementation for CL and NEON.Georgios Pinitas
2020-04-03COMPMID-3101 Fuse activation with floating point elementwise operation layers...Giorgio Arena
2020-03-25COMPMID-3098 Fuse Relu and Bounded Relu with FullyConnected NEONSiCongLi