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

Method visit_while_

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

Source from the content-addressed store, hash-verified

252 return result
253
254 def visit_while_(self, op):
255 result = super().visit_while_(op)
256 self.log.add("While")
257 return result
258
259 def visit_buffer_store_(self, op):
260 result = super().visit_buffer_store_(op)

Callers

nothing calls this directly

Calls 2

visit_while_Method · 0.45
addMethod · 0.45

Tested by

no test coverage detected