Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/_dynamo/
H A Dcomptime.py225 def print_value_stack(self, *, file=None, stacklevel=0): member in ComptimeContext
325 def print_value_stack(*, stacklevel=0): member in _Comptime
327 lambda ctx: ctx.print_value_stack(
338 lambda ctx: ctx.print_value_stack(
/aosp_15_r20/external/pytorch/test/dynamo/
H A Dtest_comptime.py148 ctx.print_value_stack(file=FILE, stacklevel=1)