aboutsummaryrefslogtreecommitdiff
path: root/src/core/NEON/kernels/NEFuseBatchNormalizationKernel.cpp
AgeCommit message (Expand)Author
2023-09-28Apply clang-format on repositoryFelix Thomasmathibalan
2022-03-08Decouple fuseBatchNormalizationKernelYair Schwarzbaum
2021-03-08Remove usage of valid window region in NHWC CPU kernels - Part2SiCongLi
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-07-09COMPMID-3324: Adjusting capitalization of Arm copyright claim to reflect Arm ...Michele Di Giorgio
2020-07-07COMPMID-3532: Align data type support between doxygen and implementation - NEONMichele Di Giorgio
2020-03-11COMPMID-3069: Remove unnecessary uses of ToolchainSupport.hMatthew Bentham
2019-06-25COMPMID-2245: Extend NEFuseBatchNormalization to support DepthwiseConvolution...Manuel Bottini
2019-06-03COMPMID-2225: Add interface support for new quantized data types.Georgios Pinitas
2019-02-22COMPMID-1710: Add FP16 support checks.Georgios Pinitas
2019-01-11COMPMID-1652 NEON Cleanup and add missing testsMichalis Spyrou
2018-12-13COMPMID-1741: Implement NEFuseBatchNormalizationKernelgiuros01