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

Method vm_state

python/tvm/relax/exec_builder.py:89–90  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

87 return self.r(SpecialReg.VOID_ARG)
88
89 def vm_state(self) -> int:
90 return self.r(SpecialReg.VM_STATE)
91
92 def declare_function(self, func_name: str, kind: VMFuncKind = VMFuncKind.PACKED_FUNC) -> None:
93 """Declare a function"""

Callers 1

test_vm_storageFunction · 0.95

Calls 1

rMethod · 0.95

Tested by 1

test_vm_storageFunction · 0.76