Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/tests/scripts/thread-cert/
H A Ddebug.py69 def inspect_node(self, nodeid): member in Inspector
/aosp_15_r20/external/executorch/exir/
H A Dprint_program.py370 def inspect_node(graph: torch.fx.Graph, node: torch.fx.Node) -> str: function