aboutsummaryrefslogtreecommitdiff
path: root/src/core/NEON/kernels/NEElementwiseOperationKernel.cpp
AgeCommit message (Expand)Author
2021-01-22Rename functions/classes for elementwise operationsSang-Hoon Park
2021-01-18Decouple data types of elementwise kernelsSang-Hoon Park
2021-01-13Add SVE2 kernels for quantized elementwise operationsSang-Hoon Park
2021-01-12Add SVE support for non-quantized elementwise operationsSang-Hoon Park
2020-11-12COMPMID-3960: Mismatch on NEArithmeticSubtractionGeorgios Pinitas
2020-11-03COMPMID-3638: Move NEON kernelsMichalis Spyrou
2020-10-20COMPMID-3637: Move utility headers from arm_compute to srcSang-Hoon Park
2020-10-07COMPMID-3637: Move wrapper to srcGeorgios Pinitas
2020-09-10COMPMID-3583: Add S32 support to NEElementwiseDivisionGeorgios Pinitas
2020-08-28COMPMID-3504: Add support for BOOL in NEON comparison operatorsMichele Di Giorgio
2020-08-05COMPMID-3392: Collapse TensorMaps into a single TensorPackGeorgios Pinitas
2020-07-09COMPMID-3324: Adjusting capitalization of Arm copyright claim to reflect Arm ...Michele Di Giorgio
2020-06-19COMPMID-3377: Async support to NEElementwiseUnaryLayerKernel kernels/functionsMichalis Spyrou
2020-05-05COMPMID-3444: Fix CpuAcc Hal 1.3 PRelu failure issueSheri Zhang
2020-05-01IVGCVSW-4743: Fix CpuAcc Hal 1.3 Comparison FailuresMichele Di Giorgio
2020-05-01COMPMID-3069: Allow different quantization info in NEElementwiseMin/MaxMichele Di Giorgio
2020-01-16COMPMID-2994: Add support QASYMM8_SIGNED in NEComparisonOperationKernelmorgolock
2020-01-09COMPMID-2994: Add support QASYMM8_SIGNED in NEElementwiseMaxmorgolock
2019-12-05COMPMID-2796: Add support for QASYMM8_SIGNED in NEActivationLayer and NEPRelu...Michalis Spyrou
2019-06-13COMPMID-2336: Fix armv8.2-a build on AndroidMichele Di Giorgio
2019-06-11COMPMID-2321: PRELU support in NEActivationLayergiuros01
2019-06-03COMPMID-2225: Add interface support for new quantized data types.Georgios Pinitas
2019-05-15COMPMID-2269: Implement POW operator for NEONUsama Arif
2019-05-01COMPMID-1995: Fix clang-tidy warningsMichalis Spyrou
2019-02-20COMPMID-2007: Compilation failures with ndk16b.Georgios Pinitas
2019-01-22COMPMID-1710 Fix bare metal build failureMichalis Spyrou
2019-01-21COMPMID-1768: NEON: Implement RealDivGeorge Wort
2019-01-21COMPMID-1753: NEON: Implement Less, Greater, GreaterEqual, Equal, Not EqualGeorge Wort
2018-12-17COMPMID-1754: NEON: Implement Maximum, Minumum, SquaredDifferencegiuros01