Skip to content
Snippets Groups Projects
Commit 28b195c7 authored by Felix Jentzsch's avatar Felix Jentzsch
Browse files

Cleanup

parent d6bfc7c2
No related branches found
No related tags found
No related merge requests found
...@@ -309,7 +309,7 @@ class Absorb1BitMulIntoConv(Transformation): ...@@ -309,7 +309,7 @@ class Absorb1BitMulIntoConv(Transformation):
class AbsorbTransposeIntoMultiThreshold(Transformation): class AbsorbTransposeIntoMultiThreshold(Transformation):
"""Change (NCHWTranspose -> MultiThreshold -> NHWCTranspose) to (MultiThreshold) """Change (NCHWTranspose -> MultiThreshold -> NHWCTranspose) to (MultiThreshold)
with NHWC mode. For (NCHWTranspose -> MultiThreshold), move Transpose past MT.""" with NHWC mode. For (NCHWTranspose -> MultiThreshold) move Transpose past MT."""
def apply(self, model): def apply(self, model):
graph = model.graph graph = model.graph
......
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