Home
last modified time | relevance | path

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

/aosp_15_r20/external/executorch/backends/qualcomm/builders/
H A Dutils.py78 def is_graph_output(tensor: torch.fx.Node) -> bool: function
/aosp_15_r20/external/executorch/backends/xnnpack/operators/
H A Dnode_visitor.py114 def is_graph_output(self, tensor: torch.fx.Node) -> bool: member in NodeVisitor