ARM-software / ComputeLibrary

The Compute Library is a set of computer vision and machine learning functions optimised for both Arm CPUs and GPUs using SIMD technologies.
MIT License
2.75k stars 767 forks source link

Question about quantization gemm example #1102

Open allnes opened 2 months ago

allnes commented 2 months ago

HI!

I'm looking for ways for reusing yours quantization kernels in OpenVINO and see this example.

I see that you use main gemm kernel and after that I see next stage

And I have next question, could I get QASSYM8 data type from main gemm kernel and inside current kernel do requatization through using QuantizationInfo from dst?