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

Method add

tests/python/tirx-base/test_tir_expr_functor.py:85–86  ·  view source on GitHub ↗
(self, s: str)

Source from the content-addressed store, hash-verified

83 self.level -= 1
84
85 def add(self, s: str):
86 self.log.append(self.indent * self.level + s)
87
88 def __str__(self) -> str:
89 return "\n".join(self.log)

Callers 15

visit_var_Method · 0.45
visit_size_var_Method · 0.45
visit_buffer_load_Method · 0.45
visit_producer_load_Method · 0.45
visit_let_Method · 0.45
visit_call_Method · 0.45
visit_add_Method · 0.45
visit_sub_Method · 0.45
visit_mul_Method · 0.45
visit_div_Method · 0.45
visit_mod_Method · 0.45
visit_floordiv_Method · 0.45

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected