We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3db94d5 commit e2cb9e7Copy full SHA for e2cb9e7
python/tvm/runtime/disco/session.py
@@ -86,8 +86,6 @@ def __call__(self, *args) -> DRef:
86
return self.session.call_packed(self, *args)
87
88
89
-
90
91
class DModule(DRef):
92
"""A Module in a Disco session."""
93
0 commit comments