Skip to content

Commit 0096442

Browse files
committed
Remove unused MemoryTransfer
1 parent 84ba647 commit 0096442

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Deeploy/TilingExtension/TilingCodegen.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,6 @@
1111

1212
from Deeploy.AbstractDataTypes import Pointer
1313
from Deeploy.DeeployTypes import OperatorRepresentation, VariableBuffer
14-
from Deeploy.TilingExtension.MemoryConstraints import MemoryConstraint
15-
16-
17-
@dataclass
18-
class MemoryTransfer():
19-
source: MemoryConstraint
20-
destination: MemoryConstraint
2114

2215

2316
@dataclass

0 commit comments

Comments
 (0)