Home
last modified time | relevance | path

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

/external/pytorch/torch/onnx/_internal/fx/
D_pass.py139 def maybe_fx_graph_tabular(graph: torch.fx.Graph) -> str | None: function
268 old_tabular = maybe_fx_graph_tabular(self.module.graph)
280 new_tabular = maybe_fx_graph_tabular(module.graph)