Home
last modified time | relevance | path

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

/external/pytorch/torch/autograd/
Dprofiler_util.py173 max_name_column_width=55, argument
202 max_name_column_width=max_name_column_width,
806 max_name_column_width=55, argument
848 if max_name_column_width is not None:
849 name_column_width = min(name_column_width, max_name_column_width)
1021 if max_name_column_width is not None and len(name) >= max_name_column_width - 3:
1022 name = name[: (max_name_column_width - 3)] + "..."
Dprofiler_legacy.py132 max_name_column_width=55, argument
143 max_name_column_width=max_name_column_width,
Dprofiler.py434 max_name_column_width=55, argument
445 max_name_column_width=max_name_column_width,
/external/pytorch/test/inductor/
Dtest_torchinductor.py11326 print(p.key_averages().table(max_name_column_width=200))