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

Method visit_var_binding_

python/tvm/relax/expr_functor.py:224–225  ·  view source on GitHub ↗
(self, binding: VarBinding)

Source from the content-addressed store, hash-verified

222 raise NotImplementedError()
223
224 def visit_var_binding_(self, binding: VarBinding):
225 raise NotImplementedError()
226
227 def visit_match_cast_(self, binding: MatchCast):
228 raise NotImplementedError()

Callers 1

visit_bindingMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected