mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-07 12:21:27 +01:00
Fixes #155013 Pull Request resolved: https://github.com/pytorch/pytorch/pull/155762 Approved by: https://github.com/svekars
59 lines
889 B
Markdown
59 lines
889 B
Markdown
```{eval-rst}
|
|
.. role:: hidden
|
|
:class: hidden-section
|
|
```
|
|
|
|
# Benchmark Utils - torch.utils.benchmark
|
|
|
|
```{eval-rst}
|
|
.. automodule:: torch.utils.benchmark
|
|
```
|
|
|
|
```{eval-rst}
|
|
.. currentmodule:: torch.utils.benchmark
|
|
```
|
|
|
|
```{eval-rst}
|
|
.. autoclass:: Timer
|
|
:members:
|
|
```
|
|
|
|
```{eval-rst}
|
|
.. autoclass:: Measurement
|
|
:members:
|
|
```
|
|
|
|
```{eval-rst}
|
|
.. autoclass:: CallgrindStats
|
|
:members:
|
|
```
|
|
|
|
```{eval-rst}
|
|
.. autoclass:: FunctionCounts
|
|
:members:
|
|
```
|
|
|
|
```{eval-rst}
|
|
.. autoclass:: Compare
|
|
:members:
|
|
```
|
|
|
|
% These are missing documentation. Adding them here until a better place
|
|
% is made in this file.
|
|
|
|
```{eval-rst}
|
|
.. py:module:: torch.utils.benchmark.examples
|
|
```
|
|
|
|
```{eval-rst}
|
|
.. py:module:: torch.utils.benchmark.op_fuzzers
|
|
```
|
|
|
|
```{eval-rst}
|
|
.. py:module:: torch.utils.benchmark.utils
|
|
```
|
|
|
|
```{eval-rst}
|
|
.. py:module:: torch.utils.benchmark.utils.valgrind_wrapper
|
|
```
|