Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/test/profiler/
H A Dtest_torch_tidy.py130 def _format_allocations(profiled_code): argument
133 profiled_code()
157 def profiled_code(add_empty_set: bool): function
169 self._format_allocations(lambda: profiled_code(add_empty_set=False)),
178 self._format_allocations(lambda: profiled_code(add_empty_set=True)),
187 def profiled_code(add_empty_set: bool): function
217 self._format_allocations(lambda: profiled_code(add_empty_set=False)),
236 self._format_allocations(lambda: profiled_code(add_empty_set=True)),
255 def profiled_code(): function
281 self._format_allocations(profiled_code),
[all …]