Home
last modified time | relevance | path

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

/external/executorch/backends/example/
Dtest_example_delegate.py72 lowered_export_program.exported_program().graph.print_tabular()
105 lowered_export_program.exported_program().graph.print_tabular()
/external/executorch/backends/cadence/aot/
Dcompiler.py165 expo_program.graph_module.graph.print_tabular()
192 edge_prog_manager.exported_program().graph_module.graph.print_tabular()
Dexport_example.py94 exec_prog.exported_program().graph_module.graph.print_tabular()
/external/pytorch/test/expect/
DTestFXAPIBackwardCompatibility.test_class_member_back_compat-fx_backcompat_class_members.expect3 …odes', 'on_generate_code', 'output', 'owning_module', 'placeholder', 'print_tabular', 'process_inp…
DTestFXAPIBackwardCompatibility.test_function_back_compat-fx_backcompat_function_signatures.expect25 torch.fx.graph.Graph.print_tabular(self)
/external/pytorch/docs/source/
Dtorch.compiler_custom_backends.rst145 gm.graph.print_tabular()
176 gm.graph.print_tabular()
196 gm.graph.print_tabular()
Dfx.rst106 gm.graph.print_tabular()
109 symbolically trace it, then call the :meth:`Graph.print_tabular` method to print
643 traced.graph.print_tabular()
689 We may also have good luck by editing the ``print_tabular`` method to print
Dtorch.compiler_dynamo_overview.rst63 gm.graph.print_tabular()
/external/executorch/docs/source/
Ddebug-backend-delegate.md49 …sumed by the backend. The generic debug function provided by fx like `print_tabular()` or `print_r…
/external/pytorch/torch/onnx/_internal/fx/
D_pass.py152 graph.print_tabular()
/external/executorch/backends/apple/mps/
Dmps_preprocess.py106 edge_program.graph.print_tabular()
/external/executorch/backends/xnnpack/test/
Dtest_xnnpack_utils.py406 captured_dqlinear.exported_program.graph_module.graph.print_tabular()
/external/executorch/examples/qualcomm/
Dutils.py306 exported_program.graph_module.graph.print_tabular()
/external/pytorch/torch/fx/
Dgraph.py1494 def print_tabular(self): member in Graph