Skip to content

Latest commit

 

History

History
56 lines (39 loc) · 1.05 KB

File metadata and controls

56 lines (39 loc) · 1.05 KB
.. currentmodule:: torch.profiler

torch.profiler

Overview

.. automodule:: torch.profiler
.. currentmodule:: torch.profiler.profiler

.. autofunction:: schedule

.. autofunction:: supported_activities

.. autofunction:: tensorboard_trace_handler

API Reference


.. autoclass:: torch.profiler.profile
  :members:
  :inherited-members:

.. autoclass:: torch.profiler.ProfilerAction
  :members:

.. autoclass:: torch.profiler.ProfilerActivity
  :members:

Intel Instrumentation and Tracing Technology APIs

.. autofunction:: torch.profiler.itt.is_available

.. autofunction:: torch.profiler.itt.mark

.. autofunction:: torch.profiler.itt.range_push

.. autofunction:: torch.profiler.itt.range_pop

.. autofunction:: torch.profiler.itt.range
.. py:module:: torch.profiler.itt
.. py:module:: torch.profiler.profiler
.. py:module:: torch.profiler.python_tracer