Home
last modified time | relevance | path

Searched refs:_is_mutable_buffer (Results 1 – 2 of 2) sorted by relevance

/external/executorch/exir/passes/
Dspec_prop_pass.py30 def _is_mutable_buffer( function
79 and not _is_mutable_buffer(node, exported_program.graph_signature)
/external/executorch/exir/
Dmemory_planning.py214 if _is_mutable_buffer(nd, self.graph_signature):
295 def _is_mutable_buffer( function
319 if node.op == "placeholder" and not _is_mutable_buffer(node, graph_signature):