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

Method visit_var_def_

python/tvm/relax/expr_functor.py:236–237  ·  view source on GitHub ↗
(self, var: Var)

Source from the content-addressed store, hash-verified

234 raise NotImplementedError()
235
236 def visit_var_def_(self, var: Var):
237 raise NotImplementedError()
238
239 def visit_dataflow_var_def_(self, var: DataflowVar):
240 raise NotImplementedError()

Callers 1

visit_var_defMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected