MCPcopy 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_executeFunction · 0.95
test_vm_multiple_funcFunction · 0.95
test_vm_checkerFunction · 0.95
test_neg_immFunction · 0.95
test_vm_formalizeFunction · 0.95
test_vm_operandFunction · 0.95
test_vm_shapeofFunction · 0.95
test_vm_storageFunction · 0.95
test_vm_gotoFunction · 0.95
test_vm_ifFunction · 0.95
test_vm_invoke_closureFunction · 0.95

Calls 1

VMExecutableClass · 0.85

Tested by 11

test_vm_executeFunction · 0.76
test_vm_multiple_funcFunction · 0.76
test_vm_checkerFunction · 0.76
test_neg_immFunction · 0.76
test_vm_formalizeFunction · 0.76
test_vm_operandFunction · 0.76
test_vm_shapeofFunction · 0.76
test_vm_storageFunction · 0.76
test_vm_gotoFunction · 0.76
test_vm_ifFunction · 0.76
test_vm_invoke_closureFunction · 0.76