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

Method mutated_dfb

python/tvm/relax/binding_rewrite.py:126–130  ·  view source on GitHub ↗

Returns the mutated DataflowBlock.

(self)

Source from the content-addressed store, hash-verified

124 _ffi_api.dfb_rewrite_remove_all_unused(self) # type: ignore
125
126 def mutated_dfb(self) -> DataflowBlock:
127 """
128 Returns the mutated DataflowBlock.
129 """
130 return self.dfb
131
132 def mutated_root_fn(self) -> Function:
133 """

Callers 3

test_simple_auto_add_varFunction · 0.95
assert_immutabilityFunction · 0.80

Calls

no outgoing calls

Tested by 3

test_simple_auto_add_varFunction · 0.76
assert_immutabilityFunction · 0.64