Add uint8 quantization example for NEON
authorDiana Bite <diana.bite@arm.com>
Thu, 6 Feb 2020 22:12:07 +0000 (22:12 +0000)
committerManuel Bottini <manuel.bottini@arm.com>
Thu, 16 Apr 2020 08:55:27 +0000 (08:55 +0000)
commitb7f4a95c4bf27b4507e5b3b9278c249b1feefe36
tree01754dd9562e00f59f8d26ede0e69fc945a5ec60
parent7a0212aae4fe6617eb31c734c24246c345556391
Add uint8 quantization example for NEON

This example performs a simple matrix multiply operation.
It includes both full precision and low precision GEMMs.
Uses square matrices with known values by default (for easy vaidation).
Uses random values when user specifies matrix sizes.

Signed-off-by: Diana Bite <diana.bite@arm.com>
Change-Id: I269d1e20dbd231c48667751e71758b2e90ec72a2
Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/c/VisualCompute/ComputeLibrary/+/223887
Tested-by: bsgcomp <bsgcomp@arm.com>
Reviewed-by: Georgios Pinitas <georgios.pinitas@arm.com>
Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/2924
Comments-Addressed: Arm Jenkins <bsgcomp@arm.com>
Tested-by: Arm Jenkins <bsgcomp@arm.com>
Reviewed-by: Manuel Bottini <manuel.bottini@arm.com>
examples/neon_gemm_qasymm8.cpp [new file with mode: 0644]