Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_op
Function · 0.70
_memoized_f
Function · 0.50
_updater
Function · 0.50
apply
Method · 0.50
_timeit
Method · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected