Closed terfendail closed 2 years ago
Hi @terfendail
What's your use case? Does your model require support for this?
ACL already supports QSYMM8_PER_CHANNEL
for the weights:
https://github.com/ARM-software/ComputeLibrary/blob/main/arm_compute/runtime/NEON/functions/NEConvolutionLayer.h#L106
Hope this helps.
There are some models that could be quantized more conveniently using asymmetric per-channel quantization. However the case could be handled using existing implementation of course.
@alvoron discussion could be of interest for you
Problem description: Are there any plans to support
QSYMM8_PER_CHANNEL
datatype forNEConvolutionLayer
input tensor? Are there any plans to support asymmetric per-channel quantization(something likeQASYMM8_PER_CHANNEL
/QASYMM8_SIGNED_PER_CHANNEL
)?