Skip to content

[quantization] Handle multi inputs

The current PTQ version is using custom functions getFirstNode and getLastNode that does not handle multi inputs / outputs. Instead use the graphView functions getOrderedinputs and getOrderedOuputs.