Skip to content

Commit 4225274

Browse files
committed
Generate Python docs from pytorch/pytorch@b7742b4
1 parent ffbba8b commit 4225274

File tree

1,926 files changed

+4070
-2353
lines changed

Some content is hidden

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

1,926 files changed

+4070
-2353
lines changed

docs/master/__config__.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@
208208
<div class="pytorch-left-menu-search">
209209

210210
<div class="version">
211-
<a href='https://pytorch.org/docs/versions.html'>master (1.11.0a0+git3a21f38 ) &#x25BC</a>
211+
<a href='https://pytorch.org/docs/versions.html'>master (1.11.0a0+gitb7742b4 ) &#x25BC</a>
212212
</div>
213213

214214

docs/master/_images/RReLU.png

-414 Bytes
Loading

docs/master/_modules/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@
207207
<div class="pytorch-left-menu-search">
208208

209209
<div class="version">
210-
<a href='https://pytorch.org/docs/versions.html'>master (1.11.0a0+git3a21f38 ) &#x25BC</a>
210+
<a href='https://pytorch.org/docs/versions.html'>master (1.11.0a0+gitb7742b4 ) &#x25BC</a>
211211
</div>
212212

213213

docs/master/_modules/torch.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@
207207
<div class="pytorch-left-menu-search">
208208

209209
<div class="version">
210-
<a href='https://pytorch.org/docs/versions.html'>master (1.11.0a0+git3a21f38 ) &#x25BC</a>
210+
<a href='https://pytorch.org/docs/versions.html'>master (1.11.0a0+gitb7742b4 ) &#x25BC</a>
211211
</div>
212212

213213

docs/master/_modules/torch/__config__.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@
207207
<div class="pytorch-left-menu-search">
208208

209209
<div class="version">
210-
<a href='https://pytorch.org/docs/versions.html'>master (1.11.0a0+git3a21f38 ) &#x25BC</a>
210+
<a href='https://pytorch.org/docs/versions.html'>master (1.11.0a0+gitb7742b4 ) &#x25BC</a>
211211
</div>
212212

213213

docs/master/_modules/torch/_jit_internal.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@
207207
<div class="pytorch-left-menu-search">
208208

209209
<div class="version">
210-
<a href='https://pytorch.org/docs/versions.html'>master (1.11.0a0+git3a21f38 ) &#x25BC</a>
210+
<a href='https://pytorch.org/docs/versions.html'>master (1.11.0a0+gitb7742b4 ) &#x25BC</a>
211211
</div>
212212

213213

@@ -870,7 +870,7 @@ <h1>Source code for torch._jit_internal</h1><div class="highlight"><pre>
870870
<span class="s2">&quot;if this method is not scripted, copy the python method onto the scripted model&quot;</span>
871871

872872

873-
<div class="viewcode-block" id="export"><a class="viewcode-back" href="../../jit.html#torch.jit.export">[docs]</a><span class="k">def</span> <span class="nf">export</span><span class="p">(</span><span class="n">fn</span><span class="p">):</span>
873+
<span class="k">def</span> <span class="nf">export</span><span class="p">(</span><span class="n">fn</span><span class="p">):</span>
874874
<span class="sd">&quot;&quot;&quot;</span>
875875
<span class="sd"> This decorator indicates that a method on an ``nn.Module`` is used as an entry point into a</span>
876876
<span class="sd"> :class:`ScriptModule` and should be compiled.</span>
@@ -913,7 +913,7 @@ <h1>Source code for torch._jit_internal</h1><div class="highlight"><pre>
913913
<span class="sd"> m = torch.jit.script(MyModule())</span>
914914
<span class="sd"> &quot;&quot;&quot;</span>
915915
<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">EXPORT</span>
916-
<span class="k">return</span> <span class="n">fn</span></div>
916+
<span class="k">return</span> <span class="n">fn</span>
917917

918918

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

docs/master/_modules/torch/_lobpcg.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@
207207
<div class="pytorch-left-menu-search">
208208

209209
<div class="version">
210-
<a href='https://pytorch.org/docs/versions.html'>master (1.11.0a0+git3a21f38 ) &#x25BC</a>
210+
<a href='https://pytorch.org/docs/versions.html'>master (1.11.0a0+gitb7742b4 ) &#x25BC</a>
211211
</div>
212212

213213

docs/master/_modules/torch/_lowrank.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@
207207
<div class="pytorch-left-menu-search">
208208

209209
<div class="version">
210-
<a href='https://pytorch.org/docs/versions.html'>master (1.11.0a0+git3a21f38 ) &#x25BC</a>
210+
<a href='https://pytorch.org/docs/versions.html'>master (1.11.0a0+gitb7742b4 ) &#x25BC</a>
211211
</div>
212212

213213

docs/master/_modules/torch/_tensor.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@
207207
<div class="pytorch-left-menu-search">
208208

209209
<div class="version">
210-
<a href='https://pytorch.org/docs/versions.html'>master (1.11.0a0+git3a21f38 ) &#x25BC</a>
210+
<a href='https://pytorch.org/docs/versions.html'>master (1.11.0a0+gitb7742b4 ) &#x25BC</a>
211211
</div>
212212

213213

docs/master/_modules/torch/_tensor_str.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@
207207
<div class="pytorch-left-menu-search">
208208

209209
<div class="version">
210-
<a href='https://pytorch.org/docs/versions.html'>master (1.11.0a0+git3a21f38 ) &#x25BC</a>
210+
<a href='https://pytorch.org/docs/versions.html'>master (1.11.0a0+gitb7742b4 ) &#x25BC</a>
211211
</div>
212212

213213

0 commit comments

Comments
 (0)