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

Method name

python/tvm/tirx/exec_scope.py:99–101  ·  view source on GitHub ↗

Human-readable name of this scope (derived from ``kind``).

(self)

Source from the content-addressed store, hash-verified

97
98 @property
99 def name(self) -> str:
100 """Human-readable name of this scope (derived from ``kind``)."""
101 return _SCOPE_KIND_TO_NAME[self.kind]

Callers 5

bind_with_valueFunction · 0.45
bind_for_valueFunction · 0.45
bind_assign_valueFunction · 0.45
_name_meta_valueFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected