PTQ is incompatible with Producer as input
See original issue: aidge#262 (closed)
PTQ to do constant folding will set all producers to constant, this is problematic when using a Producer as an input as it will be turn into a constant and future try to change its output will fail with error:
[FATAL] - Producer is constant, cannot update output.