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

Method imm

python/tvm/relax/exec_builder.py:74–76  ·  view source on GitHub ↗

set instruction's argument as an immediate.

(self, value: int)

Source from the content-addressed store, hash-verified

72 return _ffi_api.ExecBuilderR(self, idx) # type: ignore
73
74 def imm(self, value: int) -> int:
75 """set instruction's argument as an immediate."""
76 return _ffi_api.ExecBuilderImm(self, value) # type: ignore
77
78 def c(self, idx: int) -> int:
79 """set instruction's argument as a constant."""

Callers 2

test_neg_immFunction · 0.95
test_vm_storageFunction · 0.95

Calls

no outgoing calls

Tested by 2

test_neg_immFunction · 0.76
test_vm_storageFunction · 0.76