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

Method f

python/tvm/relax/exec_builder.py:82–84  ·  view source on GitHub ↗

set instruction's argument as a function.

(self, name: str)

Source from the content-addressed store, hash-verified

80 return _ffi_api.ExecBuilderC(self, idx) # type: ignore
81
82 def f(self, name: str) -> int:
83 """set instruction's argument as a function."""
84 return _ffi_api.ExecBuilderF(self, name) # type: ignore
85
86 def void_arg(self) -> int:
87 return self.r(SpecialReg.VOID_ARG)

Callers 1

test_vm_invoke_closureFunction · 0.95

Calls

no outgoing calls

Tested by 1

test_vm_invoke_closureFunction · 0.76