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

Method visit_var_

python/tvm/relax/testing/ast_printer.py:127–128  ·  view source on GitHub ↗
(self, op: relax.Var)

Source from the content-addressed store, hash-verified

125 return self.build_expr(op, "DataflowVar", name_hint=wrap_quotes(op.name_hint))
126
127 def visit_var_(self, op: relax.Var) -> str:
128 return self.build_expr(op, "Var", name_hint=wrap_quotes(op.name_hint))
129
130 def visit_shape_expr_(self, op: relax.ShapeExpr) -> str:
131 return self.build_expr(

Callers

nothing calls this directly

Calls 2

build_exprMethod · 0.95
wrap_quotesFunction · 0.85

Tested by

no test coverage detected