Split quantization reference implementation
- 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