Skip to content

Quantization Test

Weijie Bao requested to merge Weijie/sadl-extension:QuantizationTest into dev_v7

This MR provides consistency verification between float and int16 SADL models.

  1. The main components include the executable code in quantization_test.cpp and the test cases provided in sample_test.sh.
  2. 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.

Merge request reports