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

Function _relax_script

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

Source from the content-addressed store, hash-verified

111
112
113def _relax_script(obj: Object, config: PrinterConfig) -> str:
114 func = get_global_func("script.printer.ReprPrintRelax")
115 return func(obj, config)
116
117
118class Scriptable:

Callers 1

_relax_scriptMethod · 0.85

Calls 1

funcFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…