Skip to content

Split quantization reference implementation

Viet-Hoa Do requested to merge viet/quantize into main
  • Split the dynamic quantization into two steps:
    • Computing the quantization information.
    • Quantizing the input data using the quantization information.
  • The two functions will be used by tests for static quantization in the future.

Signed-off-by: Viet-Hoa Do viet-hoa.do@arm.com

Edited by Viet-Hoa Do

Merge request reports