Skip to content

Commit

Permalink
minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
francesco committed Feb 23, 2020
1 parent 0bdadad commit 76cccfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mirror/ModuleHelper.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ class ModuleHelper():
def __init__(self, module, device):
super().__init__()
self.module = module
self.handles = []
self.root = LayerNode(parent=None)
self.name2layers = {}
self.device = device

def trace(self, module, root=None):
Expand Down

0 comments on commit 76cccfc

Please sign in to comment.