Home
last modified time | relevance | path

Searched defs:filter_nodes (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/executorch/exir/
H A Dmemory_planning.py288 def filter_nodes(inputs: Iterable[Any]) -> Iterable[Node]: function
/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dpattern_matcher.py1990 def filter_nodes(nodes: Iterable[torch.fx.Node], fn: Any) -> List[torch.fx.Node]: function