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

Method visit_assert_

tests/python/tirx-base/test_tir_stmt_functor.py:244–247  ·  view source on GitHub ↗
(self, op)

Source from the content-addressed store, hash-verified

242 return result
243
244 def visit_assert_(self, op):
245 result = super().visit_assert_(op)
246 self.log.add("AssertStmt")
247 return result
248
249 def visit_for_(self, op):
250 result = super().visit_for_(op)

Callers

nothing calls this directly

Calls 2

visit_assert_Method · 0.45
addMethod · 0.45

Tested by

no test coverage detected