1. 0d05b66 Interpreting tensor as 1D for CPU multiplication by Viet-Hoa Do · 1 year, 10 months ago
  2. 7891a73 Move CPU/GPU files from Core/Runtime to the respective backend folders by Georgios Pinitas · 2 years, 11 months ago[Renamed (99%) from src/core/cpu/kernels/CpuMulKernel.cpp]
  3. 7f8caf7 Fix integer overflow and null dereference by Michalis Spyrou · 3 years, 2 months ago
  4. 0dc0d8e Rename PixelwiseMultiplications to Mul for simplicity by Georgios Pinitas · 3 years, 2 months ago[Renamed (97%) from src/core/cpu/kernels/CpuPixelWiseMultiplicationKernel.cpp]
  5. 1e3ab42 Make CpuPixelWiseMultiplicationKernel stateless by Sheri Zhang · 3 years, 4 months ago[Renamed (78%) from src/core/NEON/kernels/NEPixelWiseMultiplicationKernel.cpp]
  6. c7b1e84 Remove usage of valid window region in NHWC CPU kernels - Part1 by SiCongLi · 3 years, 5 months ago
  7. c727d52 Add broadcasting support in NEPixelWiseMultiplicationKernel for FP16 by Pablo Marquez Tello · 3 years, 5 months ago
  8. d7341fb COMPMID-3960: Mismatch on NEArithmeticSubtraction by Georgios Pinitas · 3 years, 8 months ago
  9. 2cb05d9 COMPMID-3852: Fix complex multiplication remove padding performance regression by Sheri Zhang · 3 years, 8 months ago
  10. ebcebf1 COMPMID-3638: Move NEON kernels by Michalis Spyrou · 3 years, 9 months ago
  11. 68dd25f COMPMID-3637: Move utility headers from arm_compute to src by Sang-Hoon Park · 3 years, 9 months ago
  12. ddb93bb COMPMID-3637: Move wrapper to src by Georgios Pinitas · 3 years, 9 months ago
  13. 4d91dc6 COMPMID-3181: Remove padding from NEReductionOperationKernel by Sheri Zhang · 3 years, 10 months ago
  14. d6d1b36 COMPMID-3784 Add broadcast support to S32 NEPixelwiseMultiplication by SiCong Li · 3 years, 10 months ago
  15. bb88f89 COMPMID-3581 Add S32 support to NEPixelWiseMultiplication by SiCong Li · 3 years, 10 months ago
  16. 0499dff COMPMID-3392: Collapse TensorMaps into a single TensorPack by Georgios Pinitas · 4 years ago
  17. 40aad9b COMPMID-3600: Fix requantization in NEPixelWiseMultiplicationKernel by Michele Di Giorgio · 4 years ago
  18. a449a36 COMPMID-3600: MUL unit test failing with data type QUANT8_ASYMM by Sheri Zhang · 4 years ago
  19. d9eaf61 COMPMID-3324: Adjusting capitalization of Arm copyright claim to reflect Arm preferred presentation by Michele Di Giorgio · 4 years ago
  20. f9b595a COMPMID-3532: Align data type support between doxygen and implementation - NEON by Michele Di Giorgio · 4 years ago
  21. 6eb7345 COMPMID-3373: Async support to NEArithmetic* kernels/functions (Pt. 2) by Michalis Spyrou · 4 years ago
  22. fcf6f4e COMPMID-3477: Remove padding from NEPixelWiseMultiplicationKernel by Sheri Zhang · 4 years ago
  23. 9428a18 COMPMID-3237: Add support for QSYMM16 into S32 NEPixelwiseMultiplicationKernel by Michele Di Giorgio · 4 years, 3 months ago
  24. d7d7e90 COMPMID-2819: Update data type auto_init in Elementwise kernels. by Georgios Pinitas · 4 years, 7 months ago
  25. 52ea9c2 COMPMID-2811: QASYMM8_SIGNED support in NEPixelwiseMultiplication. by Pablo Tello · 4 years, 7 months ago
  26. 6bff195 COMPMID-2486: Remove disabled compiler warnings by Michalis Spyrou · 4 years, 9 months ago
  27. b19c55d COMPMID-2640: Fix performance regression for Resnet101 Int8 on NEON by Gian Marco Iodice · 4 years, 10 months ago
  28. ebdde65 COMPMID-2432: Fix defects reported by Coverity by Michalis Spyrou · 5 years ago
  29. 7bb56c6 COMPMID-2409: Add QSYMM16 support for PixelWiseMultiplication for NEON by Manuel Bottini · 5 years ago
  30. 4c5469b COMPMID-2225: Add interface support for new quantized data types. by Georgios Pinitas · 5 years ago
  31. 154bc1c COMPMID-1973: Implement FFTConvolutionLayer on NEON by giuros01 · 5 years ago
  32. a4f378d COMPMID-1995: Fix clang-tidy warnings by Michalis Spyrou · 5 years ago
  33. 79fa9a2 COMPMID-2009: Add support for QASYMM8 in NEPixelWiseMultiplicationKernel by Manuel Bottini · 5 years ago
  34. eaefd00 COMPMID-1419: Make NEGEMMAssemblyDispatch dynamically typed instead of templated by Anthony Barbier · 6 years ago
  35. 7485d5a COMPMID-970 : Remove QS8 / QS16 support by Vidhya Sudhan Loganathan · 6 years ago
  36. 861f0db COMPMID-941 Add NEON broadcast multiply support by Michalis Spyrou · 6 years ago
  37. 631c41a COMPMID-556: Rename Error to Status and inverse logic by Georgios Pinitas · 7 years ago
  38. 754e952 COMPMID-617: Add validate support for NEON PixelWiseMultiplication by Ioan-Cristian Szabo · 7 years ago
  39. 5edbd1c COMPMID-556: Add support to build arm64-v8.2-a for Android platform (clang compiler) by Ioan-Cristian Szabo · 7 years ago
  40. e500747 COMPMID-556: Cherry-picked minor fixes from Github by Anthony Barbier · 7 years ago
  41. 33fd07b COMPMID-634: Enable clang with libc++ to compile for Android (32 and 64 bits) by Ioan-Cristian Szabo · 7 years ago
  42. 30f0215 COMPMID-417: Fix clang-tidy failures for 32-bit runs by Georgios Pinitas · 7 years ago
  43. c186b57 COMPMID-481: Add thread info parameter by Moritz Pflanzer · 7 years ago
  44. 1b80b6c COMPMID-447: Support scaling factors different than 1 for QS8/QS16 NEPixelWiseMultiplication. by Michele Di Giorgio · 7 years ago
  45. 81f0d15 COMPMID-444: Add support for QS8/QS16 NEON Arithmetic Add/Sub/Mul. by Michele Di Giorgio · 7 years ago
  46. df24618 COMPMID-421: Added FP16 suppot to NENormalizationLayer and NEPixelWiseMultiplication. by Pablo Tello · 7 years ago
  47. ab0a77e COMPMID-409: Add support for QS8 and QS16 CLPixelWiseMultiplication. by Michele Di Giorgio · 7 years ago
  48. f0dea70 COMPMID-417: Auto configuration for Add/Sub/Mul Neon/CL. by Georgios Pinitas · 7 years ago
  49. 6ff3b19 COMPMID-344 Updated doxygen by Anthony Barbier · 7 years ago