Quantization Test
This MR provides consistency verification between float and int16 SADL models.
- The main components include the executable code in
quantization_test.cpp
and the test cases provided insample_test.sh
. - This MR can verify the precision of SADL models when transitioning from float to int16 and can confirm whether the new features introduced in SADL are compatible with int16.