MCPcopy Index your code
hub / github.com/apache/tvm / stats

Method stats

python/tvm/relax/vm_build.py:38–40  ·  view source on GitHub ↗

print the detailed statistics of the executable.

(self)

Source from the content-addressed store, hash-verified

36 self._as_python = self.mod["as_python"]
37
38 def stats(self) -> str:
39 """print the detailed statistics of the executable."""
40 return self._stats()
41
42 def as_text(self) -> str:
43 """print the instructions as text format."""

Callers 1

check_roundtripFunction · 0.80

Calls

no outgoing calls

Tested by 1

check_roundtripFunction · 0.64