Home
last modified time | relevance | path

Searched defs:replace_all_uses_with (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/torch/fx/
H A Dnode.py588 def replace_all_uses_with(self, member in Node
/aosp_15_r20/external/pytorch/torch/export/
H A Dexported_program.py95 def replace_all_uses_with(self, original_node, new_node): member in ModuleCallSignature
/aosp_15_r20/external/llvm/bindings/ocaml/llvm/
H A Dllvm.mli725 val replace_all_uses_with : llvalue -> llvalue -> unit val