Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/tvm
/ visit_dataflow_var_def_
Method
visit_dataflow_var_def_
python/tvm/relax/expr_functor.py:239–240 ·
view source on GitHub ↗
(self, var: DataflowVar)
Source
from the content-addressed store, hash-verified
237
raise
NotImplementedError()
238
239
def
visit_dataflow_var_def_(self, var: DataflowVar):
240
raise
NotImplementedError()
241
242
def
visit_binding(self, binding: Binding):
243
if
isinstance(binding, MatchCast):
Callers
1
visit_var_def
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected