Skip to content

Commit

Permalink
[Transform] Add comment to streamingeltwise conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
auphelia committed Aug 22, 2024
1 parent ec7be72 commit e1d1f63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/finn/transformation/fpgadataflow/convert_to_hw_layers.py
Original file line number Diff line number Diff line change
Expand Up @@ -1251,8 +1251,8 @@ def apply(self, model):


class InferStreamingEltwise(Transformation):
"""Convert eltwise Sub or Sub -> Abs to StreamingEltwise layer
with SubEltwise or AbsDiffEltwise op."""
"""Convert eltwise Add, Sub or Sub -> Abs to StreamingEltwise layer
with AddEltwise, SubEltwise or AbsDiffEltwise op."""

def apply(self, model):
graph = model.graph
Expand Down

0 comments on commit e1d1f63

Please sign in to comment.