Home
last modified time | relevance | path

Searched defs:is_graph_input (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/executorch/backends/qualcomm/builders/
H A Dutils.py66 def is_graph_input( function
/aosp_15_r20/external/executorch/backends/xnnpack/operators/
H A Dnode_visitor.py103 def is_graph_input(self, tensor: torch.fx.Node) -> bool: member in NodeVisitor
/aosp_15_r20/external/pytorch/torch/csrc/jit/ir/
H A Dir.cpp2136 auto is_graph_input = std::find( in inlineCallTo() local