ARM-software/ComputeLibrary

Question about quantization gemm example

allnes opened this issue · 0 comments

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?