Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/autograd/
H A Dprofiler_util.py172 max_src_column_width=75, argument
201 max_src_column_width=max_src_column_width,
805 max_src_column_width=75, argument
868 if max_src_column_width is not None:
869 src_column_width = min(src_column_width, max_src_column_width)
H A Dprofiler_legacy.py131 max_src_column_width=75, argument
142 max_src_column_width=max_src_column_width,
H A Dprofiler.py433 max_src_column_width=75, argument
444 max_src_column_width=max_src_column_width,
/aosp_15_r20/external/pytorch/test/
H A Dtest_autograd.py4906 max_src_column_width=300,