Skip to content

Commit 70508a4

Browse files
committed
Generate Python docs from pytorch/pytorch@42cf661
1 parent 4b6bb1b commit 70508a4

File tree

1,736 files changed

+2455
-2340
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,736 files changed

+2455
-2340
lines changed

docs/master/__config__.html

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

196196
<div class="version">
197-
<a href='https://pytorch.org/docs/versions.html'>master (1.10.0a0+git701771a ) &#x25BC</a>
197+
<a href='https://pytorch.org/docs/versions.html'>master (1.11.0a0+git42cf661 ) &#x25BC</a>
198198
</div>
199199

200200

docs/master/_images/Hardsigmoid.png

21.8 KB
Loading

docs/master/_images/Hardswish.png

25.8 KB
Loading

docs/master/_images/Mish.png

25.5 KB
Loading

docs/master/_images/RReLU.png

29.8 KB
Loading

docs/master/_images/SiLU.png

25.4 KB
Loading

docs/master/_modules/index.html

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

195195
<div class="version">
196-
<a href='https://pytorch.org/docs/versions.html'>master (1.10.0a0+git701771a ) &#x25BC</a>
196+
<a href='https://pytorch.org/docs/versions.html'>master (1.11.0a0+git42cf661 ) &#x25BC</a>
197197
</div>
198198

199199

docs/master/_modules/torch.html

Lines changed: 45 additions & 42 deletions
Large diffs are not rendered by default.

docs/master/_modules/torch/__config__.html

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

195195
<div class="version">
196-
<a href='https://pytorch.org/docs/versions.html'>master (1.10.0a0+git701771a ) &#x25BC</a>
196+
<a href='https://pytorch.org/docs/versions.html'>master (1.11.0a0+git42cf661 ) &#x25BC</a>
197197
</div>
198198

199199

docs/master/_modules/torch/_jit_internal.html

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

195195
<div class="version">
196-
<a href='https://pytorch.org/docs/versions.html'>master (1.10.0a0+git701771a ) &#x25BC</a>
196+
<a href='https://pytorch.org/docs/versions.html'>master (1.11.0a0+git42cf661 ) &#x25BC</a>
197197
</div>
198198

199199

@@ -900,7 +900,7 @@ <h1>Source code for torch._jit_internal</h1><div class="highlight"><pre>
900900
<span class="k">return</span> <span class="n">fn</span></div>
901901

902902

903-
<div class="viewcode-block" id="unused"><a class="viewcode-back" href="../../generated/torch.jit.unused.html#torch.jit.unused">[docs]</a><span class="k">def</span> <span class="nf">unused</span><span class="p">(</span><span class="n">fn</span><span class="p">):</span>
903+
<span class="k">def</span> <span class="nf">unused</span><span class="p">(</span><span class="n">fn</span><span class="p">):</span>
904904
<span class="sd">&quot;&quot;&quot;</span>
905905
<span class="sd"> This decorator indicates to the compiler that a function or method should</span>
906906
<span class="sd"> be ignored and replaced with the raising of an exception. This allows you</span>
@@ -947,7 +947,7 @@ <h1>Source code for torch._jit_internal</h1><div class="highlight"><pre>
947947
<span class="k">return</span> <span class="n">prop</span>
948948

949949
<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>
950-
<span class="k">return</span> <span class="n">fn</span></div>
950+
<span class="k">return</span> <span class="n">fn</span>
951951

952952
<span class="c1"># No op context manager from python side</span>
953953
<span class="k">class</span> <span class="nc">_IgnoreContextManager</span><span class="p">(</span><span class="n">contextlib</span><span class="o">.</span><span class="n">AbstractContextManager</span><span class="p">):</span>

0 commit comments

Comments
 (0)