Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/apache/tvm
/ add
Method
add
python/tvm/ir/base.py:43–44 ·
view source on GitHub ↗
(self, name, content)
Source
from the content-addressed store, hash-verified
41
@register_object(
"ir.SourceMap"
)
42
class
SourceMap(Object):
43
def
add(self, name, content):
44
return
get_global_func(
"SourceMapAdd"
)(self, name, content)
45
46
47
@register_object(
"ir.SourceName"
)
Callers
15
main
Method · 0.45
update_single_record
Method · 0.45
copy_to
Method · 0.45
hardswish_func
Function · 0.45
extern
Function · 0.45
get_dim_map
Method · 0.45
_check_bijection
Function · 0.45
_bank_free
Function · 0.45
_contig_group
Function · 0.45
_shape_perm_for_isolated
Function · 0.45
_r_side_layout_valid
Function · 0.45
_find_contiguous_chain_prefix
Function · 0.45
Calls
no outgoing calls
Tested by
4
main
Method · 0.36
build_test_set
Function · 0.36
main
Method · 0.36
main
Method · 0.36