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

[Build] add AbsorbConsecutiveTransposes to std lowering flow

parent 339f64a5
No related branches found
No related tags found
No related merge requests found
......@@ -221,6 +221,7 @@ def step_streamline(model: ModelWrapper, cfg: DataflowBuildConfig):
model = model.transform(MakeMaxPoolNHWC())
model = model.transform(absorb.AbsorbTransposeIntoMultiThreshold())
model = model.transform(MakeMaxPoolNHWC())
model = model.transform(absorb.AbsorbConsecutiveTransposes())
model = model.transform(ConvertBipolarMatMulToXnorPopcount())
model = model.transform(Streamline())
# absorb final add-mul nodes into TopK
......
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