Skip to content

Commit 60e3f1b

Browse files
committed
Generate Python docs from pytorch/pytorch@ffe1744
1 parent fe15b81 commit 60e3f1b

File tree

789 files changed

+865
-806
lines changed

Some content is hidden

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

789 files changed

+865
-806
lines changed

docs/master/__config__.html

Lines changed: 1 addition & 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+6b1df38 &#x25BC</a>
191+
<a href='http://pytorch.org/docs/versions.html'>1.8.0a0+ffe1744 &#x25BC</a>
192192
</div>
193193

194194

docs/master/_modules/index.html

Lines changed: 1 addition & 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+6b1df38 &#x25BC</a>
190+
<a href='http://pytorch.org/docs/versions.html'>1.8.0a0+ffe1744 &#x25BC</a>
191191
</div>
192192

193193

docs/master/_modules/torch.html

Lines changed: 1 addition & 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+6b1df38 &#x25BC</a>
190+
<a href='http://pytorch.org/docs/versions.html'>1.8.0a0+ffe1744 &#x25BC</a>
191191
</div>
192192

193193

docs/master/_modules/torch/__config__.html

Lines changed: 1 addition & 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+6b1df38 &#x25BC</a>
190+
<a href='http://pytorch.org/docs/versions.html'>1.8.0a0+ffe1744 &#x25BC</a>
191191
</div>
192192

193193

docs/master/_modules/torch/_jit_internal.html

Lines changed: 1 addition & 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+6b1df38 &#x25BC</a>
190+
<a href='http://pytorch.org/docs/versions.html'>1.8.0a0+ffe1744 &#x25BC</a>
191191
</div>
192192

193193

docs/master/_modules/torch/_lobpcg.html

Lines changed: 1 addition & 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+6b1df38 &#x25BC</a>
190+
<a href='http://pytorch.org/docs/versions.html'>1.8.0a0+ffe1744 &#x25BC</a>
191191
</div>
192192

193193

docs/master/_modules/torch/_lowrank.html

Lines changed: 1 addition & 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+6b1df38 &#x25BC</a>
190+
<a href='http://pytorch.org/docs/versions.html'>1.8.0a0+ffe1744 &#x25BC</a>
191191
</div>
192192

193193

docs/master/_modules/torch/_tensor_str.html

Lines changed: 3 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+6b1df38 &#x25BC</a>
190+
<a href='http://pytorch.org/docs/versions.html'>1.8.0a0+ffe1744 &#x25BC</a>
191191
</div>
192192

193193

@@ -377,12 +377,12 @@ <h1>Source code for torch._tensor_str</h1><div class="highlight"><pre>
377377
<span></span><span class="kn">import</span> <span class="nn">math</span>
378378
<span class="kn">import</span> <span class="nn">torch</span>
379379
<span class="kn">from</span> <span class="nn">torch._six</span> <span class="kn">import</span> <span class="n">inf</span>
380-
<span class="kn">from</span> <span class="nn">typing</span> <span class="kn">import</span> <span class="n">Union</span><span class="p">,</span> <span class="n">Optional</span>
380+
<span class="kn">from</span> <span class="nn">typing</span> <span class="kn">import</span> <span class="n">Optional</span>
381381

382382

383383
<span class="k">class</span> <span class="nc">__PrinterOptions</span><span class="p">(</span><span class="nb">object</span><span class="p">):</span>
384384
<span class="n">precision</span><span class="p">:</span> <span class="nb">int</span> <span class="o">=</span> <span class="mi">4</span>
385-
<span class="n">threshold</span><span class="p">:</span> <span class="n">Union</span><span class="p">[</span><span class="nb">str</span><span class="p">,</span> <span class="nb">float</span><span class="p">]</span> <span class="o">=</span> <span class="mi">1000</span>
385+
<span class="n">threshold</span><span class="p">:</span> <span class="nb">float</span> <span class="o">=</span> <span class="mi">1000</span>
386386
<span class="n">edgeitems</span><span class="p">:</span> <span class="nb">int</span> <span class="o">=</span> <span class="mi">3</span>
387387
<span class="n">linewidth</span><span class="p">:</span> <span class="nb">int</span> <span class="o">=</span> <span class="mi">80</span>
388388
<span class="n">sci_mode</span><span class="p">:</span> <span class="n">Optional</span><span class="p">[</span><span class="nb">bool</span><span class="p">]</span> <span class="o">=</span> <span class="kc">None</span>

docs/master/_modules/torch/_utils.html

Lines changed: 1 addition & 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+6b1df38 &#x25BC</a>
190+
<a href='http://pytorch.org/docs/versions.html'>1.8.0a0+ffe1744 &#x25BC</a>
191191
</div>
192192

193193

docs/master/_modules/torch/_vmap_internals.html

Lines changed: 1 addition & 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+6b1df38 &#x25BC</a>
190+
<a href='http://pytorch.org/docs/versions.html'>1.8.0a0+ffe1744 &#x25BC</a>
191191
</div>
192192

193193

docs/master/_modules/torch/autograd.html

Lines changed: 1 addition & 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+6b1df38 &#x25BC</a>
190+
<a href='http://pytorch.org/docs/versions.html'>1.8.0a0+ffe1744 &#x25BC</a>
191191
</div>
192192

193193

docs/master/_modules/torch/autograd/anomaly_mode.html

Lines changed: 1 addition & 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+6b1df38 &#x25BC</a>
190+
<a href='http://pytorch.org/docs/versions.html'>1.8.0a0+ffe1744 &#x25BC</a>
191191
</div>
192192

193193

docs/master/_modules/torch/autograd/function.html

Lines changed: 1 addition & 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+6b1df38 &#x25BC</a>
190+
<a href='http://pytorch.org/docs/versions.html'>1.8.0a0+ffe1744 &#x25BC</a>
191191
</div>
192192

193193

docs/master/_modules/torch/autograd/functional.html

Lines changed: 1 addition & 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+6b1df38 &#x25BC</a>
190+
<a href='http://pytorch.org/docs/versions.html'>1.8.0a0+ffe1744 &#x25BC</a>
191191
</div>
192192

193193

docs/master/_modules/torch/autograd/grad_mode.html

Lines changed: 1 addition & 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+6b1df38 &#x25BC</a>
190+
<a href='http://pytorch.org/docs/versions.html'>1.8.0a0+ffe1744 &#x25BC</a>
191191
</div>
192192

193193

docs/master/_modules/torch/autograd/gradcheck.html

Lines changed: 1 addition & 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+6b1df38 &#x25BC</a>
190+
<a href='http://pytorch.org/docs/versions.html'>1.8.0a0+ffe1744 &#x25BC</a>
191191
</div>
192192

193193

docs/master/_modules/torch/autograd/profiler.html

Lines changed: 1 addition & 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+6b1df38 &#x25BC</a>
190+
<a href='http://pytorch.org/docs/versions.html'>1.8.0a0+ffe1744 &#x25BC</a>
191191
</div>
192192

193193

docs/master/_modules/torch/backends/cuda.html

Lines changed: 1 addition & 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+6b1df38 &#x25BC</a>
190+
<a href='http://pytorch.org/docs/versions.html'>1.8.0a0+ffe1744 &#x25BC</a>
191191
</div>
192192

193193

docs/master/_modules/torch/backends/cudnn.html

Lines changed: 1 addition & 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+6b1df38 &#x25BC</a>
190+
<a href='http://pytorch.org/docs/versions.html'>1.8.0a0+ffe1744 &#x25BC</a>
191191
</div>
192192

193193

docs/master/_modules/torch/backends/mkl.html

Lines changed: 1 addition & 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+6b1df38 &#x25BC</a>
190+
<a href='http://pytorch.org/docs/versions.html'>1.8.0a0+ffe1744 &#x25BC</a>
191191
</div>
192192

193193

docs/master/_modules/torch/backends/mkldnn.html

Lines changed: 1 addition & 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+6b1df38 &#x25BC</a>
190+
<a href='http://pytorch.org/docs/versions.html'>1.8.0a0+ffe1744 &#x25BC</a>
191191
</div>
192192

193193

docs/master/_modules/torch/backends/openmp.html

Lines changed: 1 addition & 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+6b1df38 &#x25BC</a>
190+
<a href='http://pytorch.org/docs/versions.html'>1.8.0a0+ffe1744 &#x25BC</a>
191191
</div>
192192

193193

docs/master/_modules/torch/cuda.html

Lines changed: 1 addition & 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+6b1df38 &#x25BC</a>
190+
<a href='http://pytorch.org/docs/versions.html'>1.8.0a0+ffe1744 &#x25BC</a>
191191
</div>
192192

193193

docs/master/_modules/torch/cuda/amp/autocast_mode.html

Lines changed: 1 addition & 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+6b1df38 &#x25BC</a>
190+
<a href='http://pytorch.org/docs/versions.html'>1.8.0a0+ffe1744 &#x25BC</a>
191191
</div>
192192

193193

docs/master/_modules/torch/cuda/amp/grad_scaler.html

Lines changed: 1 addition & 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+6b1df38 &#x25BC</a>
190+
<a href='http://pytorch.org/docs/versions.html'>1.8.0a0+ffe1744 &#x25BC</a>
191191
</div>
192192

193193

docs/master/_modules/torch/cuda/memory.html

Lines changed: 1 addition & 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+6b1df38 &#x25BC</a>
190+
<a href='http://pytorch.org/docs/versions.html'>1.8.0a0+ffe1744 &#x25BC</a>
191191
</div>
192192

193193

docs/master/_modules/torch/cuda/nvtx.html

Lines changed: 1 addition & 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+6b1df38 &#x25BC</a>
190+
<a href='http://pytorch.org/docs/versions.html'>1.8.0a0+ffe1744 &#x25BC</a>
191191
</div>
192192

193193

docs/master/_modules/torch/cuda/random.html

Lines changed: 1 addition & 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+6b1df38 &#x25BC</a>
190+
<a href='http://pytorch.org/docs/versions.html'>1.8.0a0+ffe1744 &#x25BC</a>
191191
</div>
192192

193193

docs/master/_modules/torch/cuda/streams.html

Lines changed: 1 addition & 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+6b1df38 &#x25BC</a>
190+
<a href='http://pytorch.org/docs/versions.html'>1.8.0a0+ffe1744 &#x25BC</a>
191191
</div>
192192

193193

docs/master/_modules/torch/distributed.html

Lines changed: 1 addition & 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+6b1df38 &#x25BC</a>
190+
<a href='http://pytorch.org/docs/versions.html'>1.8.0a0+ffe1744 &#x25BC</a>
191191
</div>
192192

193193

docs/master/_modules/torch/distributed/autograd.html

Lines changed: 1 addition & 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+6b1df38 &#x25BC</a>
190+
<a href='http://pytorch.org/docs/versions.html'>1.8.0a0+ffe1744 &#x25BC</a>
191191
</div>
192192

193193

docs/master/_modules/torch/distributed/distributed_c10d.html

Lines changed: 1 addition & 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+6b1df38 &#x25BC</a>
190+
<a href='http://pytorch.org/docs/versions.html'>1.8.0a0+ffe1744 &#x25BC</a>
191191
</div>
192192

193193

docs/master/_modules/torch/distributed/optim/optimizer.html

Lines changed: 1 addition & 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+6b1df38 &#x25BC</a>
190+
<a href='http://pytorch.org/docs/versions.html'>1.8.0a0+ffe1744 &#x25BC</a>
191191
</div>
192192

193193

docs/master/_modules/torch/distributed/rpc.html

Lines changed: 1 addition & 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+6b1df38 &#x25BC</a>
190+
<a href='http://pytorch.org/docs/versions.html'>1.8.0a0+ffe1744 &#x25BC</a>
191191
</div>
192192

193193

docs/master/_modules/torch/distributed/rpc/api.html

Lines changed: 1 addition & 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+6b1df38 &#x25BC</a>
190+
<a href='http://pytorch.org/docs/versions.html'>1.8.0a0+ffe1744 &#x25BC</a>
191191
</div>
192192

193193

docs/master/_modules/torch/distributed/rpc/backend_registry.html

Lines changed: 1 addition & 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+6b1df38 &#x25BC</a>
190+
<a href='http://pytorch.org/docs/versions.html'>1.8.0a0+ffe1744 &#x25BC</a>
191191
</div>
192192

193193

docs/master/_modules/torch/distributed/rpc/functions.html

Lines changed: 1 addition & 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+6b1df38 &#x25BC</a>
190+
<a href='http://pytorch.org/docs/versions.html'>1.8.0a0+ffe1744 &#x25BC</a>
191191
</div>
192192

193193

docs/master/_modules/torch/distributed/rpc/options.html

Lines changed: 1 addition & 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+6b1df38 &#x25BC</a>
190+
<a href='http://pytorch.org/docs/versions.html'>1.8.0a0+ffe1744 &#x25BC</a>
191191
</div>
192192

193193

docs/master/_modules/torch/distributions/bernoulli.html

Lines changed: 1 addition & 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+6b1df38 &#x25BC</a>
190+
<a href='http://pytorch.org/docs/versions.html'>1.8.0a0+ffe1744 &#x25BC</a>
191191
</div>
192192

193193

docs/master/_modules/torch/distributions/beta.html

Lines changed: 1 addition & 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+6b1df38 &#x25BC</a>
190+
<a href='http://pytorch.org/docs/versions.html'>1.8.0a0+ffe1744 &#x25BC</a>
191191
</div>
192192

193193

docs/master/_modules/torch/distributions/binomial.html

Lines changed: 1 addition & 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+6b1df38 &#x25BC</a>
190+
<a href='http://pytorch.org/docs/versions.html'>1.8.0a0+ffe1744 &#x25BC</a>
191191
</div>
192192

193193

docs/master/_modules/torch/distributions/categorical.html

Lines changed: 1 addition & 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+6b1df38 &#x25BC</a>
190+
<a href='http://pytorch.org/docs/versions.html'>1.8.0a0+ffe1744 &#x25BC</a>
191191
</div>
192192

193193

0 commit comments

Comments
 (0)