Skip to content
Snippets Groups Projects
Commit e2640358 authored by Yaman Umuroglu's avatar Yaman Umuroglu
Browse files

[Build] apply AbsorbSignBiasIntoMultiThreshold early on

parent 0233e5f1
No related branches found
No related tags found
No related merge requests found
......@@ -158,6 +158,7 @@ def step_streamline(model: ModelWrapper, cfg: DataflowBuildConfig):
topologies.
"""
model = model.transform(absorb.AbsorbSignBiasIntoMultiThreshold())
model = model.transform(MoveScalarLinearPastInvariants())
model = model.transform(Streamline())
need_lowering = len(model.get_nodes_by_op_type("Conv")) > 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment