Home
last modified time | relevance | path

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

/external/pytorch/torch/autograd/
Dprofiler_legacy.py151 def export_chrome_trace(self, path): member in profile
154 return self.function_events.export_chrome_trace(path)
156 export_chrome_trace.__doc__ = EventList.export_chrome_trace.__doc__
Dprofiler.py453 def export_chrome_trace(self, path): member in profile
462 return self._function_events.export_chrome_trace(path) # type: ignore[union-attr]
464 export_chrome_trace.__doc__ = EventList.export_chrome_trace.__doc__
Dprofiler_util.py210 def export_chrome_trace(self, path): member in EventList
/external/pytorch/test/profiler/
Dtest_profiler.py295 p.export_chrome_trace(fname)
630 prof.export_chrome_trace(fname)
727 prof.export_chrome_trace(fname)
801 prof.export_chrome_trace(fname)
1147 prof.export_chrome_trace(fname)
1161 prof.export_chrome_trace(fname)
1172 prof.export_chrome_trace(fname)
1196 prof.export_chrome_trace(fname)
1212 prof.export_chrome_trace(fname)
1249 prof.export_chrome_trace(fname)
[all …]
Dtest_execution_trace.py156 p.export_chrome_trace(kt.name)
/external/pytorch/benchmarks/dynamo/microbenchmarks/
Dtensor_layout_mini_benchmark.py51 p.export_chrome_trace("/tmp/chrome.json")
/external/pytorch/torch/profiler/
Dprofiler.py214 def export_chrome_trace(self, path: str): member in _KinetoProfile
223 retvalue = self.profiler.export_chrome_trace(fp.name)
230 return self.profiler.export_chrome_trace(path)
483 prof.export_chrome_trace(os.path.join(dir_name, file_name))
/external/pytorch/docs/source/
Dtorch.compiler_profiling_torch_compile.rst20 * Use :code:`prof.export_chrome_trace("trace.json")` to export the profiling artifact.
44 prof.export_chrome_trace("trace.json")
118 prof.export_chrome_trace("trace_compile.json")
193 prof.export_chrome_trace("trace_break.json")
Dautograd.rst275 profiler.profile.export_chrome_trace
/external/pytorch/torch/_functorch/
Dbenchmark_utils.py70 prof.export_chrome_trace(trace_filename)
/external/pytorch/benchmarks/dynamo/
Ddistributed.py44 prof.export_chrome_trace(args.trace_file)
Dcommon.py734 p.export_chrome_trace(name)
/external/pytorch/test/inductor/
Dtest_profiler.py35 prof.export_chrome_trace(fname)
Dtest_padding.py156 p.export_chrome_trace(profile_path)
/external/pytorch/torch/_inductor/
Dwrapper_benchmark.py308 p.export_chrome_trace(path)
/external/pytorch/benchmarks/inference/
Dserver.py378 prof.export_chrome_trace("trace.json")
/external/pytorch/torch/testing/_internal/distributed/rpc/
Drpc_test.py1835 p.export_chrome_trace(path)
/external/pytorch/torch/testing/_internal/distributed/
Ddistributed_test.py221 prof.export_chrome_trace(trace_file)
/external/pytorch/test/quantization/core/
Dtest_quantized_op.py5595 p.export_chrome_trace("/tmp/trace_" + str(p.step_num) + ".json")
/external/pytorch/test/
Dtest_autograd.py4927 prof.export_chrome_trace(trace_file.name)