Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/tvm
/ visit_dataflow_block_
Method
visit_dataflow_block_
python/tvm/relax/expr_functor.py:233–234 ·
view source on GitHub ↗
(self, block: DataflowBlock)
Source
from the content-addressed store, hash-verified
231
raise
NotImplementedError()
232
233
def
visit_dataflow_block_(self, block: DataflowBlock):
234
raise
NotImplementedError()
235
236
def
visit_var_def_(self, var: Var):
237
raise
NotImplementedError()
Callers
1
visit_binding_block
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected