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

Function _script

python/tvm/runtime/script_printer.py:109–110  ·  view source on GitHub ↗
(obj: Object, config: PrinterConfig)

Source from the content-addressed store, hash-verified

107
108
109def _script(obj: Object, config: PrinterConfig) -> str:
110 return _ffi_node_api.TVMScriptPrinterScript(obj, config) # type: ignore # pylint: disable=no-member
111
112
113def _relax_script(obj: Object, config: PrinterConfig) -> str:

Callers 3

__repr__Method · 0.90
assert_structural_equalFunction · 0.90
scriptMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…