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

[Streamline] AbsorbSignBiasIntoMultiThreshold part of Streamline

parent d7769677
No related branches found
No related tags found
No related merge requests found
......@@ -41,6 +41,7 @@ from finn.transformation.streamline.absorb import (
FactorOutMulSignMagnitude,
Absorb1BitMulIntoMatMul,
Absorb1BitMulIntoConv,
AbsorbSignBiasIntoMultiThreshold,
)
from finn.transformation.streamline.collapse_repeated import (
......@@ -71,6 +72,7 @@ class Streamline(Transformation):
ConvertDivToMul(),
BatchNormToAffine(),
ConvertSignToThres(),
AbsorbSignBiasIntoMultiThreshold(),
MoveAddPastMul(),
MoveScalarAddPastMatMul(),
MoveScalarAddPastConv(),
......
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