Searched refs:is_graph_input (Results 1 – 4 of 4) sorted by relevance
37 is_graph_input,217 is_input = is_graph_input(node, self.edge_program)311 if is_graph_input(node, self.edge_program):386 if is_graph_input(node, edge_program):
66 def is_graph_input( function
103 def is_graph_input(self, tensor: torch.fx.Node) -> bool: member in NodeVisitor157 is_input = self.is_graph_input(tensor) or (175 and not self.is_graph_input(tensor)
2136 auto is_graph_input = std::find( in inlineCallTo() local2138 if (is_graph_input != callee_graph->inputs().end()) { in inlineCallTo()