Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/_functorch/
H A Dcompile_utils.py169 def get_placeholders(graph): function
/aosp_15_r20/external/executorch/backends/cadence/aot/
H A Dcompiler_utils.py36 def get_placeholders(graph: torch.fx.Graph) -> List[torch.fx.Node]: function
/aosp_15_r20/external/pytorch/test/inductor/
H A Dtest_compiled_autograd.py437 def get_placeholders(gm_): function