Home
last modified time | relevance | path

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

/aosp_15_r20/external/executorch/backends/apple/mps/utils/
H A Dmps_utils.py14 def get_input_node(node: torch.fx.Node, input_index: int) -> Union[torch.fx.Node, None]: function
/aosp_15_r20/external/executorch/backends/xnnpack/utils/
H A Dutils.py79 def get_input_node(node: torch.fx.Node, input_index: int) -> torch.fx.Node: function