MCPcopy Create free account
hub / github.com/apache/tvm / f

Function f

python/tvm/script/parser/core/doc.py:87–89  ·  view source on GitHub ↗
(to_doc: FnToDoc)

Source from the content-addressed store, hash-verified

85 """
86
87 def f(to_doc: FnToDoc): # pylint: disable=redefined-outer-name
88 reg = Registry._inst # pylint: disable=protected-access
89 reg.table[name].to_doc = to_doc
90
91 return f
92

Callers 5

_eval_opFunction · 0.70
_memoized_fFunction · 0.50
_updaterFunction · 0.50
applyMethod · 0.50
_timeitMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected