qops
torch_to_nnef.op.aten.qops
dequantize
Translate aten::dequantize
to NNEF.
We will only handle the case of zero_point affine quantization for now.. which in reverse of quantization is:
(x - zero_point) * scale