You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Search graph for quantization nodes
Generalizes the search for quantization parameters.
The idea is to make a graph like this a valid quantized graph:
dq -> view -> transpose -> some_op
^
/
dq ------> expand -------/
For a subset of operations 'passable_op' it is is allowed to "pass
through" the op when searching for qparams. If multiple qparams
are encounterd in one search, they are asserted to be equal.
Signed-off-by: Erik Lundell <[email protected]>
0 commit comments