Lines Matching +full:profile +full:- +full:traces
16 # dynamo_timed functions should appear in profile traces.
26 with torch.profiler.profile(with_stack=False) as prof:
34 # dynamo_timed functions should appear in profile traces.
46 with torch.profiler.profile(with_stack=False) as prof:
68 with torch.profiler.profile(record_shapes=True):
80 with torch.profiler.profile(record_shapes=True):
92 with torch.profiler.profile(record_shapes=True):
118 (torch.autograd.profiler.profile, lambda prof: prof.function_events),
119 (torch.profiler.profiler.profile, lambda prof: prof.events()),
155 prof = torch.profiler.profile(
177 with torch.profiler.profile(record_shapes=True) as prof:
189 if e.name == "Torch-Compiled Region":
193 e.name == "Torch-Compiled Region" and e.kwinputs["context"] == "0/0_1"
199 e.name == "Torch-Compiled Region" and e.kwinputs["context"] == "1/0"