MCPcopy Create free account
hub / github.com/apache/tvm / clone

Method clone

python/tvm/ir/module.py:68–69  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

66 self.pyfuncs = {}
67
68 def clone(self) -> "IRModule":
69 return _ffi_api.Module_Clone(self)
70
71 def functions_items(self):
72 """Get items in self.functions.items() in alphabetical order.

Callers 3

convertMethod · 0.45
addToCacheMethod · 0.45
addToCacheMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected