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

Method _begin_binding_block

python/tvm/relax/block_builder.py:176–177  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

174 _ffi_api.BlockBuilderBeginDataflowBlock(self) # type: ignore
175
176 def _begin_binding_block(self) -> None:
177 _ffi_api.BlockBuilderBeginBindingBlock(self) # type: ignore
178
179 def _end_block(self) -> BindingBlock:
180 return _ffi_api.BlockBuilderEndBlock(self) # type: ignore

Callers 5

_enter_function_scopeMethod · 0.95
test_block_builderFunction · 0.95
__exit__Method · 0.80
visit_binding_block_Method · 0.80
test_binding_blockFunction · 0.80

Calls

no outgoing calls

Tested by 3

test_block_builderFunction · 0.76
visit_binding_block_Method · 0.64
test_binding_blockFunction · 0.64