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

Method convert_constant

python/tvm/relax/exec_builder.py:107–108  ·  view source on GitHub ↗
(self, const: object)

Source from the content-addressed store, hash-verified

105 raise ValueError("emit should happen in a function scope")
106
107 def convert_constant(self, const: object) -> int:
108 return _ffi_api.ExecBuilderConvertConstant(self, const) # type: ignore
109
110 def emit_call(
111 self,

Callers 3

emit_callMethod · 0.95
test_emit_cacheFunction · 0.95
test_vm_storageFunction · 0.95

Calls

no outgoing calls

Tested by 2

test_emit_cacheFunction · 0.76
test_vm_storageFunction · 0.76