Add a sink operation to avoid dangling nodes
2 unresolved threads
2 unresolved threads
Compare changes
Files
2+ 42
− 1
@@ -73,7 +73,6 @@ class Constant(AbstractOperation):
@@ -1263,3 +1262,45 @@ class Shift(AbstractOperation):
Probably this can be hardcoded to a suitable value (like 0).
The latency is kind of hard-coded to 0 already since the constructor sets the
latency_offsets
to{'in0': 0}
. However the code may be more readable if the latency function explicitly always returns 0.