Searched defs:inspect_node (Results 1 – 2 of 2) sorted by relevance
69 def inspect_node(self, nodeid): member in Inspector
370 def inspect_node(graph: torch.fx.Graph, node: torch.fx.Node) -> str: function