Searched refs:_set_replace_hook (Results 1 – 9 of 9) sorted by relevance
34 with ep.graph_module._set_replace_hook(ep.graph_signature.get_replace_hook()):
156 with ep.graph_module._set_replace_hook(ep.graph_signature.get_replace_hook()):
562 with gm._set_replace_hook(new_graph_signature.get_replace_hook()):584 with gm._set_replace_hook(graph_signature.get_replace_hook()):
35 with gm._set_replace_hook(sig.get_replace_hook()):
136 …replace_ctx = new_gm._set_replace_hook(new_signature.get_replace_hook()) # type: ignore[assignmen…
184 with gm._set_replace_hook(sig.get_replace_hook()):
215 tagged_graph_module._set_replace_hook(
53 with gm._set_replace_hook(sig.get_replace_hook()):
896 def _set_replace_hook(self, f): member in GraphModule