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

Method visit_match_cast_

python/tvm/relax/expr_functor.py:227–228  ·  view source on GitHub ↗
(self, binding: MatchCast)

Source from the content-addressed store, hash-verified

225 raise NotImplementedError()
226
227 def visit_match_cast_(self, binding: MatchCast):
228 raise NotImplementedError()
229
230 def visit_binding_block_(self, block: BindingBlock):
231 raise NotImplementedError()

Callers 1

visit_bindingMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected