Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/apache/tvm
/ get
Method
get
python/tvm/relax/exec_builder.py:149–151 ·
view source on GitHub ↗
return the executable
(self)
Source
from the content-addressed store, hash-verified
147
_ffi_api.ExecBuilderEmitIf(self, cond, false_offset)
# type: ignore
148
149
def
get(self) -> VMExecutable:
150
""
"return the executable"
""
151
return
VMExecutable(_ffi_api.ExecBuilderGet(self))
# type: ignore
Callers
15
test_vm_execute
Function · 0.95
test_vm_multiple_func
Function · 0.95
test_vm_checker
Function · 0.95
test_neg_imm
Function · 0.95
test_vm_formalize
Function · 0.95
test_vm_operand
Function · 0.95
test_vm_shapeof
Function · 0.95
test_vm_storage
Function · 0.95
test_vm_goto
Function · 0.95
test_vm_if
Function · 0.95
test_vm_invoke_closure
Function · 0.95
_auto_attach_system_lib_prefix
Function · 0.45
Calls
1
VMExecutable
Class · 0.85
Tested by
11
test_vm_execute
Function · 0.76
test_vm_multiple_func
Function · 0.76
test_vm_checker
Function · 0.76
test_neg_imm
Function · 0.76
test_vm_formalize
Function · 0.76
test_vm_operand
Function · 0.76
test_vm_shapeof
Function · 0.76
test_vm_storage
Function · 0.76
test_vm_goto
Function · 0.76
test_vm_if
Function · 0.76
test_vm_invoke_closure
Function · 0.76