Home
last modified time | relevance | path

Searched refs:is_graph_input (Results 1 – 4 of 4) sorted by relevance

/external/executorch/backends/qualcomm/builders/
Dnode_visitor.py37 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):
Dutils.py66 def is_graph_input( function
/external/executorch/backends/xnnpack/operators/
Dnode_visitor.py103 def is_graph_input(self, tensor: torch.fx.Node) -> bool: member in NodeVisitor
157 is_input = self.is_graph_input(tensor) or (
175 and not self.is_graph_input(tensor)
/external/pytorch/torch/csrc/jit/ir/
Dir.cpp2136 auto is_graph_input = std::find( in inlineCallTo() local
2138 if (is_graph_input != callee_graph->inputs().end()) { in inlineCallTo()