MCPcopy 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")
42class 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

mainMethod · 0.45
update_single_recordMethod · 0.45
copy_toMethod · 0.45
hardswish_funcFunction · 0.45
externFunction · 0.45
get_dim_mapMethod · 0.45
_check_bijectionFunction · 0.45
_bank_freeFunction · 0.45
_contig_groupFunction · 0.45
_shape_perm_for_isolatedFunction · 0.45
_r_side_layout_validFunction · 0.45

Calls

no outgoing calls

Tested by 4

mainMethod · 0.36
build_test_setFunction · 0.36
mainMethod · 0.36
mainMethod · 0.36