Skip to content

Commit c60646e

Browse files
author
Jessica Lin
authored
Merge pull request pytorch#458 from pytorch/site-v1.6.0
v1.6.0 docs redo for stable (0.7) vision
2 parents 2e018f0 + c551fb9 commit c60646e

File tree

327 files changed

+5668
-6177
lines changed

Some content is hidden

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

327 files changed

+5668
-6177
lines changed

docs/stable/.buildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: 93625c989914b71802289037a0f16437
3+
config: 892a2ec27a03fe01b7f360c8920a2882
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

docs/stable/_images/add_histogram.png

-47 KB
Binary file not shown.

docs/stable/_images/add_hparam.png

-62.6 KB
Binary file not shown.

docs/stable/_images/add_image.png

-46 KB
Binary file not shown.

docs/stable/_images/add_images.png

-74.9 KB
Binary file not shown.

docs/stable/_images/add_scalar.png

-44.9 KB
Binary file not shown.

docs/stable/_images/add_scalars.png

-96.8 KB
Binary file not shown.

docs/stable/_modules/index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,6 @@ <h1>All modules for which code is available</h1>
494494
<li><a href="torch/utils/data/distributed.html">torch.utils.data.distributed</a></li>
495495
<li><a href="torch/utils/data/sampler.html">torch.utils.data.sampler</a></li>
496496
<li><a href="torch/utils/mobile_optimizer.html">torch.utils.mobile_optimizer</a></li>
497-
<li><a href="torch/utils/tensorboard/writer.html">torch.utils.tensorboard.writer</a></li>
498497
</ul><li><a href="torchvision.html">torchvision</a></li>
499498
<ul><li><a href="torchvision/datasets/celeba.html">torchvision.datasets.celeba</a></li>
500499
<li><a href="torchvision/datasets/cifar.html">torchvision.datasets.cifar</a></li>

docs/stable/_modules/torch.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -838,9 +838,9 @@ <h1>Source code for torch</h1><div class="highlight"><pre>
838838
<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>
839839

840840

841-
<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>
841+
<span class="k">def</span> <span class="nf">compiled_with_cxx11_abi</span><span class="p">():</span>
842842
<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>
843-
<span class="k">return</span> <span class="n">_C</span><span class="o">.</span><span class="n">_GLIBCXX_USE_CXX11_ABI</span></div>
843+
<span class="k">return</span> <span class="n">_C</span><span class="o">.</span><span class="n">_GLIBCXX_USE_CXX11_ABI</span>
844844

845845

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

docs/stable/_modules/torch/_jit_internal.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -710,7 +710,7 @@ <h1>Source code for torch._jit_internal</h1><div class="highlight"><pre>
710710
<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>
711711
<span class="k">return</span> <span class="n">fn</span></div>
712712

713-
<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>
713+
<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>
714714
<span class="sd">&quot;&quot;&quot;</span>
715715
<span class="sd"> This decorator indicates to the compiler that a function or method should</span>
716716
<span class="sd"> be ignored and left as a Python function. This allows you to leave code in</span>
@@ -801,7 +801,7 @@ <h1>Source code for torch._jit_internal</h1><div class="highlight"><pre>
801801
<span class="k">else</span><span class="p">:</span>
802802
<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>
803803
<span class="k">return</span> <span class="n">fn</span>
804-
<span class="k">return</span> <span class="n">decorator</span>
804+
<span class="k">return</span> <span class="n">decorator</span></div>
805805

806806

807807
<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>

0 commit comments

Comments
 (0)