Searched refs:print_tabular (Results 1 – 14 of 14) sorted by relevance
72 lowered_export_program.exported_program().graph.print_tabular()105 lowered_export_program.exported_program().graph.print_tabular()
165 expo_program.graph_module.graph.print_tabular()192 edge_prog_manager.exported_program().graph_module.graph.print_tabular()
94 exec_prog.exported_program().graph_module.graph.print_tabular()
3 …odes', 'on_generate_code', 'output', 'owning_module', 'placeholder', 'print_tabular', 'process_inp…
25 torch.fx.graph.Graph.print_tabular(self)
145 gm.graph.print_tabular()176 gm.graph.print_tabular()196 gm.graph.print_tabular()
106 gm.graph.print_tabular()109 symbolically trace it, then call the :meth:`Graph.print_tabular` method to print643 traced.graph.print_tabular()689 We may also have good luck by editing the ``print_tabular`` method to print
63 gm.graph.print_tabular()
49 …sumed by the backend. The generic debug function provided by fx like `print_tabular()` or `print_r…
152 graph.print_tabular()
106 edge_program.graph.print_tabular()
406 captured_dqlinear.exported_program.graph_module.graph.print_tabular()
306 exported_program.graph_module.graph.print_tabular()
1494 def print_tabular(self): member in Graph