Searched defs:get_input_node (Results 1 – 2 of 2) sorted by relevance
14 def get_input_node(node: torch.fx.Node, input_index: int) -> Union[torch.fx.Node, None]: function
79 def get_input_node(node: torch.fx.Node, input_index: int) -> torch.fx.Node: function