Skip to content

Commit 6393c63

Browse files
committed
Generate Python docs from pytorch/pytorch@7e0921b
1 parent 6f57086 commit 6393c63

File tree

833 files changed

+1890
-947
lines changed

Some content is hidden

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

833 files changed

+1890
-947
lines changed

docs/master/__config__.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@
189189

190190

191191
<div class="version">
192-
<a href='http://pytorch.org/docs/versions.html'>1.9.0a0+edc5fdf &#x25BC</a>
192+
<a href='http://pytorch.org/docs/versions.html'>1.9.0a0+7e0921b &#x25BC</a>
193193
</div>
194194

195195

docs/master/_modules/index.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.9.0a0+edc5fdf &#x25BC</a>
191+
<a href='http://pytorch.org/docs/versions.html'>1.9.0a0+7e0921b &#x25BC</a>
192192
</div>
193193

194194

@@ -446,6 +446,7 @@ <h1>All modules for which code is available</h1>
446446
<li><a href="torch/distributions/kl.html">torch.distributions.kl</a></li>
447447
<li><a href="torch/distributions/kumaraswamy.html">torch.distributions.kumaraswamy</a></li>
448448
<li><a href="torch/distributions/laplace.html">torch.distributions.laplace</a></li>
449+
<li><a href="torch/distributions/lkj_cholesky.html">torch.distributions.lkj_cholesky</a></li>
449450
<li><a href="torch/distributions/log_normal.html">torch.distributions.log_normal</a></li>
450451
<li><a href="torch/distributions/lowrank_multivariate_normal.html">torch.distributions.lowrank_multivariate_normal</a></li>
451452
<li><a href="torch/distributions/mixture_same_family.html">torch.distributions.mixture_same_family</a></li>

docs/master/_modules/torch.html

Lines changed: 5 additions & 5 deletions
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.9.0a0+edc5fdf &#x25BC</a>
191+
<a href='http://pytorch.org/docs/versions.html'>1.9.0a0+7e0921b &#x25BC</a>
192192
</div>
193193

194194

@@ -805,11 +805,11 @@ <h1>Source code for torch</h1><div class="highlight"><pre>
805805

806806
<span class="n">use_deterministic_algorithms</span><span class="p">(</span><span class="n">d</span><span class="p">)</span>
807807

808-
<div class="viewcode-block" id="are_deterministic_algorithms_enabled"><a class="viewcode-back" href="../generated/torch.are_deterministic_algorithms_enabled.html#torch.are_deterministic_algorithms_enabled">[docs]</a><span class="k">def</span> <span class="nf">are_deterministic_algorithms_enabled</span><span class="p">():</span>
808+
<span class="k">def</span> <span class="nf">are_deterministic_algorithms_enabled</span><span class="p">():</span>
809809
<span class="sa">r</span><span class="sd">&quot;&quot;&quot;Returns True if the global deterministic flag is turned on. Refer to</span>
810810
<span class="sd"> :func:`torch.use_deterministic_algorithms` documentation for more details.</span>
811811
<span class="sd"> &quot;&quot;&quot;</span>
812-
<span class="k">return</span> <span class="n">_C</span><span class="o">.</span><span class="n">_get_deterministic_algorithms</span><span class="p">()</span></div>
812+
<span class="k">return</span> <span class="n">_C</span><span class="o">.</span><span class="n">_get_deterministic_algorithms</span><span class="p">()</span>
813813

814814
<span class="k">def</span> <span class="nf">is_deterministic</span><span class="p">():</span>
815815
<span class="sa">r</span><span class="sd">&quot;&quot;&quot;This function is deprecated and will be removed in a future release.</span>
@@ -1035,9 +1035,9 @@ <h1>Source code for torch</h1><div class="highlight"><pre>
10351035
<span class="k">del</span> <span class="n">_torch_docs</span><span class="p">,</span> <span class="n">_tensor_docs</span><span class="p">,</span> <span class="n">_storage_docs</span>
10361036

10371037

1038-
<span class="k">def</span> <span class="nf">compiled_with_cxx11_abi</span><span class="p">():</span>
1038+
<div class="viewcode-block" id="compiled_with_cxx11_abi"><a class="viewcode-back" href="../generated/torch.compiled_with_cxx11_abi.html#torch.compiled_with_cxx11_abi">[docs]</a><span class="k">def</span> <span class="nf">compiled_with_cxx11_abi</span><span class="p">():</span>
10391039
<span class="sa">r</span><span class="sd">&quot;&quot;&quot;Returns whether PyTorch was built with _GLIBCXX_USE_CXX11_ABI=1&quot;&quot;&quot;</span>
1040-
<span class="k">return</span> <span class="n">_C</span><span class="o">.</span><span class="n">_GLIBCXX_USE_CXX11_ABI</span>
1040+
<span class="k">return</span> <span class="n">_C</span><span class="o">.</span><span class="n">_GLIBCXX_USE_CXX11_ABI</span></div>
10411041

10421042

10431043
<span class="c1"># Import the ops &quot;namespace&quot;</span>

docs/master/_modules/torch/__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.9.0a0+edc5fdf &#x25BC</a>
191+
<a href='http://pytorch.org/docs/versions.html'>1.9.0a0+7e0921b &#x25BC</a>
192192
</div>
193193

194194

docs/master/_modules/torch/_jit_internal.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.9.0a0+edc5fdf &#x25BC</a>
191+
<a href='http://pytorch.org/docs/versions.html'>1.9.0a0+7e0921b &#x25BC</a>
192192
</div>
193193

194194

docs/master/_modules/torch/_lobpcg.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.9.0a0+edc5fdf &#x25BC</a>
191+
<a href='http://pytorch.org/docs/versions.html'>1.9.0a0+7e0921b &#x25BC</a>
192192
</div>
193193

194194

docs/master/_modules/torch/_lowrank.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.9.0a0+edc5fdf &#x25BC</a>
191+
<a href='http://pytorch.org/docs/versions.html'>1.9.0a0+7e0921b &#x25BC</a>
192192
</div>
193193

194194

docs/master/_modules/torch/_tensor_str.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.9.0a0+edc5fdf &#x25BC</a>
191+
<a href='http://pytorch.org/docs/versions.html'>1.9.0a0+7e0921b &#x25BC</a>
192192
</div>
193193

194194

docs/master/_modules/torch/_utils.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.9.0a0+edc5fdf &#x25BC</a>
191+
<a href='http://pytorch.org/docs/versions.html'>1.9.0a0+7e0921b &#x25BC</a>
192192
</div>
193193

194194

docs/master/_modules/torch/_vmap_internals.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.9.0a0+edc5fdf &#x25BC</a>
191+
<a href='http://pytorch.org/docs/versions.html'>1.9.0a0+7e0921b &#x25BC</a>
192192
</div>
193193

194194

0 commit comments

Comments
 (0)