Skip to content

get_scaling_factor() segfault when used with Single Shift

Noam Zerah requested to merge noamzerah/aidge_quantization:dev into dev

Due to the quantizer Mul being replaced by a bitshift in the case of a single shift, calling the function get_scaling_factor() causes a segmentation fault when invoked after the quantization of the model (when the single shift flag is set to true).

See issue: aidge#301 (closed)

Merge request reports

Loading