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