aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/NEON/functions
AgeCommit message (Expand)Author
2024-01-10Fix compilation error on GCC 13.2Jakub Sujak
2023-12-07Optimize CPU depth-to-spaceViet-Hoa Do
2023-12-05Optimize CpuSoftmaxKernel for axis=0Gunes Bayir
2023-10-26Add check to disable dynamic bias with quantized datatypes in Conv2D layerMohammed Suhail Munshi
2023-10-10Optimize NEStackLayerGunes Bayir
2023-10-04NEDeconvolutionLayer validation fixPablo Marquez Tello
2023-09-28Apply clang-format on repositoryFelix Thomasmathibalan
2023-09-27Implement tflite compliant reverse for CPUAdnan AlSinan
2023-08-08Add support for S64 output in NEArgMinMaxLayerPablo Marquez Tello
2023-08-03Fix ReduceMean validate issueViet-Hoa Do
2023-07-10Do not include headers necessary for logging when logging is disabledMatthew Bentham
2023-07-07Enable transpose convolution with non-square kernelsViet-Hoa Do
2023-06-16Add Fused Activation to OpenCL MatMulMohammed Suhail Munshi
2023-06-09Reorder destructor in srcDavid Svantesson
2023-05-11Remove check for bias in CPU Depthwise ConvolutionJakub Sujak
2023-05-10Remove inclusion of NEReorderKernel header from NEReorderLayerRamy Elgammal
2023-05-10Re-enable dyanmic weights in Neon™ depthwise convolutionRamy Elgammal
2023-05-05Disable dynamic weights in unsupported operatorsViet-Hoa Do
2023-05-05Make NECast::validate take args by const pointerMatthew Bentham
2023-05-03Guards to make NEReorder aarch64 onlyDavid Svantesson
2023-05-01Add Reorder to changelogDavid Svantesson
2023-04-28Reorder addedDavid Svantesson
2023-04-14Fix dynamic weights for CPU connected layerViet-Hoa Do
2023-04-13Implement MatMul Function and Operator with Floating Point support for CPUMohammed Suhail Munshi
2023-03-30Add cropping support to NEBatchToSpaceSiCong Li
2023-03-21Add dynamic weights for CPU fully connected layerViet-Hoa Do
2023-03-14Add CropInfo to BatchToSpace reference and fixtureSiCong Li
2023-03-03Add weights_info as optional input for NEDeconvolutionLayerAnnop Wongwathanarat
2023-02-14Extend skip upsampling for deconvolution for non-1x1 kernelsAnnop Wongwathanarat
2023-02-01Add new operator AddMulAdd for Neon™ backend for Float/Quantized typesGunes Bayir
2023-02-01Remove fixed format strides hackJonathan Deakin
2023-01-30Skip upsampling for deconvolution when not neededAnnop Wongwathanarat
2023-01-20Add enable_fast_math for NEDeconvolutionLayerAnnop Wongwathanarat
2022-12-21Optimize MeanReduce by integer acc. and removing upfront dequant.Omar Al Khatib
2022-09-16Optimize Quantized/Integer Bilinear Scale for Neon™Gunes Bayir
2022-09-09Optimize FP32/16 Bilinear Scale Kernel for Neon™Gunes Bayir
2022-08-03[ONCPUML-968] Fixed format kernel support in additional APIsMilos Puzovic
2022-07-26Fix for inclusion of "arm_gemm" from src into "Types.h" from coreRamy Elgammal
2022-07-19[ONCPUML-951] Variable weight support for Convolution.Francesco Petrogalli
2022-07-14Integrate new winograd APIs from MLTechramelg01
2022-05-06QLSTM add support for different qinfoMike Kelly
2022-04-21NEQLSTM: perform type conversion in prepare method.Pablo Marquez Tello
2022-04-01Add CPU Pool3d FP16/32 implementationAdnan AlSinan
2022-03-29NEQLSTM: Add support for QASYMM8_SIGNED for input_to_forget_weightsPablo Marquez Tello
2022-03-24QLSTM add support for different qinfo in weightsPablo Marquez Tello
2022-02-16Fixed threshould argument order in NE/CL/LSTMPablo Marquez Tello
2022-02-14Port MaxUnpoolingLayer kernel and add KernelSelect vaidation testDana Zlotnik
2022-02-09Remove deprecated remap functions.Adnan AlSinan
2021-11-15Initialise quantization info in NEPadLayerPablo Marquez Tello
2021-10-18DirectConv3d support refineSheri Zhang