Replace Name Maps with Node-Pointers Unordered Maps
Description
Current PTQ calibration steps make use of maps for storing the scaling factors, and the key or those maps are the node names.
As a consequence, the input nodes must be properly named before we pass the network to the PTQ.
We propose to replace those maps of names by unordered maps of node shared-pointers.