Skip to content

Commit 9a6034b

Browse files
committed
Generate Python docs from pytorch/pytorch@3e934d7
1 parent d877241 commit 9a6034b

File tree

827 files changed

+4912
-868
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

827 files changed

+4912
-868
lines changed

docs/master/__config__.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@
188188

189189

190190
<div class="version">
191-
<a href='http://pytorch.org/docs/versions.html'>1.8.0a0+256d46c &#x25BC</a>
191+
<a href='http://pytorch.org/docs/versions.html'>1.8.0a0+3e934d7 &#x25BC</a>
192192
</div>
193193

194194

@@ -271,6 +271,7 @@
271271
<li class="toctree-l1"><a class="reference internal" href="onnx.html">torch.onnx</a></li>
272272
<li class="toctree-l1"><a class="reference internal" href="optim.html">torch.optim</a></li>
273273
<li class="toctree-l1"><a class="reference internal" href="complex_numbers.html">Complex Numbers</a></li>
274+
<li class="toctree-l1"><a class="reference internal" href="ddp_comm_hooks.html">DDP Communication Hooks</a></li>
274275
<li class="toctree-l1"><a class="reference internal" href="pipeline.html">Pipeline Parallelism</a></li>
275276
<li class="toctree-l1"><a class="reference internal" href="quantization.html">Quantization</a></li>
276277
<li class="toctree-l1"><a class="reference internal" href="rpc.html">Distributed RPC Framework</a></li>

docs/master/_modules/index.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@
187187

188188

189189
<div class="version">
190-
<a href='http://pytorch.org/docs/versions.html'>1.8.0a0+256d46c &#x25BC</a>
190+
<a href='http://pytorch.org/docs/versions.html'>1.8.0a0+3e934d7 &#x25BC</a>
191191
</div>
192192

193193

@@ -270,6 +270,7 @@
270270
<li class="toctree-l1"><a class="reference internal" href="../onnx.html">torch.onnx</a></li>
271271
<li class="toctree-l1"><a class="reference internal" href="../optim.html">torch.optim</a></li>
272272
<li class="toctree-l1"><a class="reference internal" href="../complex_numbers.html">Complex Numbers</a></li>
273+
<li class="toctree-l1"><a class="reference internal" href="../ddp_comm_hooks.html">DDP Communication Hooks</a></li>
273274
<li class="toctree-l1"><a class="reference internal" href="../pipeline.html">Pipeline Parallelism</a></li>
274275
<li class="toctree-l1"><a class="reference internal" href="../quantization.html">Quantization</a></li>
275276
<li class="toctree-l1"><a class="reference internal" href="../rpc.html">Distributed RPC Framework</a></li>
@@ -409,7 +410,9 @@ <h1>All modules for which code is available</h1>
409410
<li><a href="torch/cuda/random.html">torch.cuda.random</a></li>
410411
<li><a href="torch/cuda/streams.html">torch.cuda.streams</a></li>
411412
</ul><li><a href="torch/distributed.html">torch.distributed</a></li>
412-
<ul><li><a href="torch/distributed/autograd.html">torch.distributed.autograd</a></li>
413+
<ul><li><a href="torch/distributed/algorithms/ddp_comm_hooks/default_hooks.html">torch.distributed.algorithms.ddp_comm_hooks.default_hooks</a></li>
414+
<li><a href="torch/distributed/algorithms/ddp_comm_hooks/powerSGD_hook.html">torch.distributed.algorithms.ddp_comm_hooks.powerSGD_hook</a></li>
415+
<li><a href="torch/distributed/autograd.html">torch.distributed.autograd</a></li>
413416
<li><a href="torch/distributed/distributed_c10d.html">torch.distributed.distributed_c10d</a></li>
414417
<li><a href="torch/distributed/optim/optimizer.html">torch.distributed.optim.optimizer</a></li>
415418
<li><a href="torch/distributed/pipeline/sync/pipe.html">torch.distributed.pipeline.sync.pipe</a></li>

docs/master/_modules/torch.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@
187187

188188

189189
<div class="version">
190-
<a href='http://pytorch.org/docs/versions.html'>1.8.0a0+256d46c &#x25BC</a>
190+
<a href='http://pytorch.org/docs/versions.html'>1.8.0a0+3e934d7 &#x25BC</a>
191191
</div>
192192

193193

@@ -270,6 +270,7 @@
270270
<li class="toctree-l1"><a class="reference internal" href="../onnx.html">torch.onnx</a></li>
271271
<li class="toctree-l1"><a class="reference internal" href="../optim.html">torch.optim</a></li>
272272
<li class="toctree-l1"><a class="reference internal" href="../complex_numbers.html">Complex Numbers</a></li>
273+
<li class="toctree-l1"><a class="reference internal" href="../ddp_comm_hooks.html">DDP Communication Hooks</a></li>
273274
<li class="toctree-l1"><a class="reference internal" href="../pipeline.html">Pipeline Parallelism</a></li>
274275
<li class="toctree-l1"><a class="reference internal" href="../quantization.html">Quantization</a></li>
275276
<li class="toctree-l1"><a class="reference internal" href="../rpc.html">Distributed RPC Framework</a></li>

docs/master/_modules/torch/__config__.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@
187187

188188

189189
<div class="version">
190-
<a href='http://pytorch.org/docs/versions.html'>1.8.0a0+256d46c &#x25BC</a>
190+
<a href='http://pytorch.org/docs/versions.html'>1.8.0a0+3e934d7 &#x25BC</a>
191191
</div>
192192

193193

@@ -270,6 +270,7 @@
270270
<li class="toctree-l1"><a class="reference internal" href="../../onnx.html">torch.onnx</a></li>
271271
<li class="toctree-l1"><a class="reference internal" href="../../optim.html">torch.optim</a></li>
272272
<li class="toctree-l1"><a class="reference internal" href="../../complex_numbers.html">Complex Numbers</a></li>
273+
<li class="toctree-l1"><a class="reference internal" href="../../ddp_comm_hooks.html">DDP Communication Hooks</a></li>
273274
<li class="toctree-l1"><a class="reference internal" href="../../pipeline.html">Pipeline Parallelism</a></li>
274275
<li class="toctree-l1"><a class="reference internal" href="../../quantization.html">Quantization</a></li>
275276
<li class="toctree-l1"><a class="reference internal" href="../../rpc.html">Distributed RPC Framework</a></li>

docs/master/_modules/torch/_jit_internal.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@
187187

188188

189189
<div class="version">
190-
<a href='http://pytorch.org/docs/versions.html'>1.8.0a0+256d46c &#x25BC</a>
190+
<a href='http://pytorch.org/docs/versions.html'>1.8.0a0+3e934d7 &#x25BC</a>
191191
</div>
192192

193193

@@ -270,6 +270,7 @@
270270
<li class="toctree-l1"><a class="reference internal" href="../../onnx.html">torch.onnx</a></li>
271271
<li class="toctree-l1"><a class="reference internal" href="../../optim.html">torch.optim</a></li>
272272
<li class="toctree-l1"><a class="reference internal" href="../../complex_numbers.html">Complex Numbers</a></li>
273+
<li class="toctree-l1"><a class="reference internal" href="../../ddp_comm_hooks.html">DDP Communication Hooks</a></li>
273274
<li class="toctree-l1"><a class="reference internal" href="../../pipeline.html">Pipeline Parallelism</a></li>
274275
<li class="toctree-l1"><a class="reference internal" href="../../quantization.html">Quantization</a></li>
275276
<li class="toctree-l1"><a class="reference internal" href="../../rpc.html">Distributed RPC Framework</a></li>
@@ -880,7 +881,7 @@ <h1>Source code for torch._jit_internal</h1><div class="highlight"><pre>
880881
<span class="n">fn</span><span class="o">.</span><span class="n">_torchscript_modifier</span> <span class="o">=</span> <span class="n">FunctionModifiers</span><span class="o">.</span><span class="n">UNUSED</span>
881882
<span class="k">return</span> <span class="n">fn</span>
882883

883-
<div class="viewcode-block" id="ignore"><a class="viewcode-back" href="../../generated/torch.jit.ignore.html#torch.jit.ignore">[docs]</a><span class="k">def</span> <span class="nf">ignore</span><span class="p">(</span><span class="n">drop</span><span class="o">=</span><span class="kc">False</span><span class="p">,</span> <span class="o">**</span><span class="n">kwargs</span><span class="p">):</span>
884+
<span class="k">def</span> <span class="nf">ignore</span><span class="p">(</span><span class="n">drop</span><span class="o">=</span><span class="kc">False</span><span class="p">,</span> <span class="o">**</span><span class="n">kwargs</span><span class="p">):</span>
884885
<span class="sd">&quot;&quot;&quot;</span>
885886
<span class="sd"> This decorator indicates to the compiler that a function or method should</span>
886887
<span class="sd"> be ignored and left as a Python function. This allows you to leave code in</span>
@@ -971,7 +972,7 @@ <h1>Source code for torch._jit_internal</h1><div class="highlight"><pre>
971972
<span class="k">else</span><span class="p">:</span>
972973
<span class="n">fn</span><span class="o">.</span><span class="n">_torchscript_modifier</span> <span class="o">=</span> <span class="n">FunctionModifiers</span><span class="o">.</span><span class="n">IGNORE</span>
973974
<span class="k">return</span> <span class="n">fn</span>
974-
<span class="k">return</span> <span class="n">decorator</span></div>
975+
<span class="k">return</span> <span class="n">decorator</span>
975976

976977

977978
<span class="k">def</span> <span class="nf">_copy_to_script_wrapper</span><span class="p">(</span><span class="n">fn</span><span class="p">):</span>

docs/master/_modules/torch/_lobpcg.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@
187187

188188

189189
<div class="version">
190-
<a href='http://pytorch.org/docs/versions.html'>1.8.0a0+256d46c &#x25BC</a>
190+
<a href='http://pytorch.org/docs/versions.html'>1.8.0a0+3e934d7 &#x25BC</a>
191191
</div>
192192

193193

@@ -270,6 +270,7 @@
270270
<li class="toctree-l1"><a class="reference internal" href="../../onnx.html">torch.onnx</a></li>
271271
<li class="toctree-l1"><a class="reference internal" href="../../optim.html">torch.optim</a></li>
272272
<li class="toctree-l1"><a class="reference internal" href="../../complex_numbers.html">Complex Numbers</a></li>
273+
<li class="toctree-l1"><a class="reference internal" href="../../ddp_comm_hooks.html">DDP Communication Hooks</a></li>
273274
<li class="toctree-l1"><a class="reference internal" href="../../pipeline.html">Pipeline Parallelism</a></li>
274275
<li class="toctree-l1"><a class="reference internal" href="../../quantization.html">Quantization</a></li>
275276
<li class="toctree-l1"><a class="reference internal" href="../../rpc.html">Distributed RPC Framework</a></li>

docs/master/_modules/torch/_lowrank.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@
187187

188188

189189
<div class="version">
190-
<a href='http://pytorch.org/docs/versions.html'>1.8.0a0+256d46c &#x25BC</a>
190+
<a href='http://pytorch.org/docs/versions.html'>1.8.0a0+3e934d7 &#x25BC</a>
191191
</div>
192192

193193

@@ -270,6 +270,7 @@
270270
<li class="toctree-l1"><a class="reference internal" href="../../onnx.html">torch.onnx</a></li>
271271
<li class="toctree-l1"><a class="reference internal" href="../../optim.html">torch.optim</a></li>
272272
<li class="toctree-l1"><a class="reference internal" href="../../complex_numbers.html">Complex Numbers</a></li>
273+
<li class="toctree-l1"><a class="reference internal" href="../../ddp_comm_hooks.html">DDP Communication Hooks</a></li>
273274
<li class="toctree-l1"><a class="reference internal" href="../../pipeline.html">Pipeline Parallelism</a></li>
274275
<li class="toctree-l1"><a class="reference internal" href="../../quantization.html">Quantization</a></li>
275276
<li class="toctree-l1"><a class="reference internal" href="../../rpc.html">Distributed RPC Framework</a></li>

docs/master/_modules/torch/_tensor_str.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@
187187

188188

189189
<div class="version">
190-
<a href='http://pytorch.org/docs/versions.html'>1.8.0a0+256d46c &#x25BC</a>
190+
<a href='http://pytorch.org/docs/versions.html'>1.8.0a0+3e934d7 &#x25BC</a>
191191
</div>
192192

193193

@@ -270,6 +270,7 @@
270270
<li class="toctree-l1"><a class="reference internal" href="../../onnx.html">torch.onnx</a></li>
271271
<li class="toctree-l1"><a class="reference internal" href="../../optim.html">torch.optim</a></li>
272272
<li class="toctree-l1"><a class="reference internal" href="../../complex_numbers.html">Complex Numbers</a></li>
273+
<li class="toctree-l1"><a class="reference internal" href="../../ddp_comm_hooks.html">DDP Communication Hooks</a></li>
273274
<li class="toctree-l1"><a class="reference internal" href="../../pipeline.html">Pipeline Parallelism</a></li>
274275
<li class="toctree-l1"><a class="reference internal" href="../../quantization.html">Quantization</a></li>
275276
<li class="toctree-l1"><a class="reference internal" href="../../rpc.html">Distributed RPC Framework</a></li>

docs/master/_modules/torch/_utils.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@
187187

188188

189189
<div class="version">
190-
<a href='http://pytorch.org/docs/versions.html'>1.8.0a0+256d46c &#x25BC</a>
190+
<a href='http://pytorch.org/docs/versions.html'>1.8.0a0+3e934d7 &#x25BC</a>
191191
</div>
192192

193193

@@ -270,6 +270,7 @@
270270
<li class="toctree-l1"><a class="reference internal" href="../../onnx.html">torch.onnx</a></li>
271271
<li class="toctree-l1"><a class="reference internal" href="../../optim.html">torch.optim</a></li>
272272
<li class="toctree-l1"><a class="reference internal" href="../../complex_numbers.html">Complex Numbers</a></li>
273+
<li class="toctree-l1"><a class="reference internal" href="../../ddp_comm_hooks.html">DDP Communication Hooks</a></li>
273274
<li class="toctree-l1"><a class="reference internal" href="../../pipeline.html">Pipeline Parallelism</a></li>
274275
<li class="toctree-l1"><a class="reference internal" href="../../quantization.html">Quantization</a></li>
275276
<li class="toctree-l1"><a class="reference internal" href="../../rpc.html">Distributed RPC Framework</a></li>

docs/master/_modules/torch/_vmap_internals.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@
187187

188188

189189
<div class="version">
190-
<a href='http://pytorch.org/docs/versions.html'>1.8.0a0+256d46c &#x25BC</a>
190+
<a href='http://pytorch.org/docs/versions.html'>1.8.0a0+3e934d7 &#x25BC</a>
191191
</div>
192192

193193

@@ -270,6 +270,7 @@
270270
<li class="toctree-l1"><a class="reference internal" href="../../onnx.html">torch.onnx</a></li>
271271
<li class="toctree-l1"><a class="reference internal" href="../../optim.html">torch.optim</a></li>
272272
<li class="toctree-l1"><a class="reference internal" href="../../complex_numbers.html">Complex Numbers</a></li>
273+
<li class="toctree-l1"><a class="reference internal" href="../../ddp_comm_hooks.html">DDP Communication Hooks</a></li>
273274
<li class="toctree-l1"><a class="reference internal" href="../../pipeline.html">Pipeline Parallelism</a></li>
274275
<li class="toctree-l1"><a class="reference internal" href="../../quantization.html">Quantization</a></li>
275276
<li class="toctree-l1"><a class="reference internal" href="../../rpc.html">Distributed RPC Framework</a></li>

0 commit comments

Comments
 (0)