Skip to content

Commit 4463165

Browse files
committed
Generate Python docs from pytorch/pytorch@e33fa0e
1 parent b920cea commit 4463165

File tree

2,784 files changed

+69195
-10405
lines changed

Some content is hidden

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

2,784 files changed

+69195
-10405
lines changed

main/.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: c3d559b74e1a501294e46bd94235cd65
3+
config: 37b333832146a16b1621f4246a3a48b7
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

main/_images/RReLU.png

-28 Bytes
Loading

main/_images/ReduceLROnPlateau.png

36 Bytes
Loading

main/_sources/generated/exportdb/index.rst.txt

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ support in export please create an issue in the pytorch/pytorch repo with a modu
1919
:caption: Tags
2020

2121
torch.escape-hatch
22-
torch.cond
2322
torch.dynamic-shape
23+
torch.cond
2424
python.closure
2525
torch.dynamic-value
2626
python.data-structure
@@ -235,7 +235,7 @@ cond_branch_class_method
235235

236236
.. note::
237237

238-
Tags: :doc:`torch.cond <torch.cond>`, :doc:`torch.dynamic-shape <torch.dynamic-shape>`
238+
Tags: :doc:`torch.dynamic-shape <torch.dynamic-shape>`, :doc:`torch.cond <torch.cond>`
239239

240240
Support Level: SUPPORTED
241241

@@ -317,7 +317,7 @@ cond_branch_nested_function
317317

318318
.. note::
319319

320-
Tags: :doc:`torch.cond <torch.cond>`, :doc:`torch.dynamic-shape <torch.dynamic-shape>`
320+
Tags: :doc:`torch.dynamic-shape <torch.dynamic-shape>`, :doc:`torch.cond <torch.cond>`
321321

322322
Support Level: SUPPORTED
323323

@@ -396,7 +396,7 @@ cond_branch_nonlocal_variables
396396

397397
.. note::
398398

399-
Tags: :doc:`torch.cond <torch.cond>`, :doc:`torch.dynamic-shape <torch.dynamic-shape>`
399+
Tags: :doc:`torch.dynamic-shape <torch.dynamic-shape>`, :doc:`torch.cond <torch.cond>`
400400

401401
Support Level: SUPPORTED
402402

@@ -576,7 +576,7 @@ cond_operands
576576

577577
.. note::
578578

579-
Tags: :doc:`torch.cond <torch.cond>`, :doc:`torch.dynamic-shape <torch.dynamic-shape>`
579+
Tags: :doc:`torch.dynamic-shape <torch.dynamic-shape>`, :doc:`torch.cond <torch.cond>`
580580

581581
Support Level: SUPPORTED
582582

@@ -668,7 +668,7 @@ cond_predicate
668668

669669
.. note::
670670

671-
Tags: :doc:`torch.cond <torch.cond>`, :doc:`torch.dynamic-shape <torch.dynamic-shape>`
671+
Tags: :doc:`torch.dynamic-shape <torch.dynamic-shape>`, :doc:`torch.cond <torch.cond>`
672672

673673
Support Level: SUPPORTED
674674

@@ -731,7 +731,7 @@ constrain_as_size_example
731731

732732
.. note::
733733

734-
Tags: :doc:`torch.dynamic-value <torch.dynamic-value>`, :doc:`torch.escape-hatch <torch.escape-hatch>`
734+
Tags: :doc:`torch.escape-hatch <torch.escape-hatch>`, :doc:`torch.dynamic-value <torch.dynamic-value>`
735735

736736
Support Level: SUPPORTED
737737

@@ -798,7 +798,7 @@ constrain_as_value_example
798798

799799
.. note::
800800

801-
Tags: :doc:`torch.dynamic-value <torch.dynamic-value>`, :doc:`torch.escape-hatch <torch.escape-hatch>`
801+
Tags: :doc:`torch.escape-hatch <torch.escape-hatch>`, :doc:`torch.dynamic-value <torch.dynamic-value>`
802802

803803
Support Level: SUPPORTED
804804

@@ -1099,7 +1099,7 @@ dynamic_shape_if_guard
10991099

11001100
.. note::
11011101

1102-
Tags: :doc:`python.control-flow <python.control-flow>`, :doc:`torch.dynamic-shape <torch.dynamic-shape>`
1102+
Tags: :doc:`torch.dynamic-shape <torch.dynamic-shape>`, :doc:`python.control-flow <python.control-flow>`
11031103

11041104
Support Level: SUPPORTED
11051105

@@ -1416,7 +1416,7 @@ list_contains
14161416

14171417
.. note::
14181418

1419-
Tags: :doc:`python.assert <python.assert>`, :doc:`torch.dynamic-shape <torch.dynamic-shape>`, :doc:`python.data-structure <python.data-structure>`
1419+
Tags: :doc:`torch.dynamic-shape <torch.dynamic-shape>`, :doc:`python.assert <python.assert>`, :doc:`python.data-structure <python.data-structure>`
14201420

14211421
Support Level: SUPPORTED
14221422

@@ -1471,7 +1471,7 @@ list_unpack
14711471

14721472
.. note::
14731473

1474-
Tags: :doc:`python.control-flow <python.control-flow>`, :doc:`python.data-structure <python.data-structure>`
1474+
Tags: :doc:`python.data-structure <python.data-structure>`, :doc:`python.control-flow <python.control-flow>`
14751475

14761476
Support Level: SUPPORTED
14771477

@@ -2277,7 +2277,7 @@ dynamic_shape_round
22772277

22782278
.. note::
22792279

2280-
Tags: :doc:`python.builtin <python.builtin>`, :doc:`torch.dynamic-shape <torch.dynamic-shape>`
2280+
Tags: :doc:`torch.dynamic-shape <torch.dynamic-shape>`, :doc:`python.builtin <python.builtin>`
22812281

22822282
Support Level: NOT_SUPPORTED_YET
22832283

main/_sources/generated/exportdb/python.assert.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ list_contains
6060

6161
.. note::
6262

63-
Tags: :doc:`python.assert <python.assert>`, :doc:`torch.dynamic-shape <torch.dynamic-shape>`, :doc:`python.data-structure <python.data-structure>`
63+
Tags: :doc:`torch.dynamic-shape <torch.dynamic-shape>`, :doc:`python.assert <python.assert>`, :doc:`python.data-structure <python.data-structure>`
6464

6565
Support Level: SUPPORTED
6666

main/_sources/generated/exportdb/python.builtin.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ dynamic_shape_round
55

66
.. note::
77

8-
Tags: :doc:`python.builtin <python.builtin>`, :doc:`torch.dynamic-shape <torch.dynamic-shape>`
8+
Tags: :doc:`torch.dynamic-shape <torch.dynamic-shape>`, :doc:`python.builtin <python.builtin>`
99

1010
Support Level: NOT_SUPPORTED_YET
1111

main/_sources/generated/exportdb/python.control-flow.rst.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ dynamic_shape_if_guard
55

66
.. note::
77

8-
Tags: :doc:`python.control-flow <python.control-flow>`, :doc:`torch.dynamic-shape <torch.dynamic-shape>`
8+
Tags: :doc:`torch.dynamic-shape <torch.dynamic-shape>`, :doc:`python.control-flow <python.control-flow>`
99

1010
Support Level: SUPPORTED
1111

@@ -62,7 +62,7 @@ list_unpack
6262

6363
.. note::
6464

65-
Tags: :doc:`python.control-flow <python.control-flow>`, :doc:`python.data-structure <python.data-structure>`
65+
Tags: :doc:`python.data-structure <python.data-structure>`, :doc:`python.control-flow <python.control-flow>`
6666

6767
Support Level: SUPPORTED
6868

main/_sources/generated/exportdb/python.data-structure.rst.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ list_contains
147147

148148
.. note::
149149

150-
Tags: :doc:`python.assert <python.assert>`, :doc:`torch.dynamic-shape <torch.dynamic-shape>`, :doc:`python.data-structure <python.data-structure>`
150+
Tags: :doc:`torch.dynamic-shape <torch.dynamic-shape>`, :doc:`python.assert <python.assert>`, :doc:`python.data-structure <python.data-structure>`
151151

152152
Support Level: SUPPORTED
153153

@@ -202,7 +202,7 @@ list_unpack
202202

203203
.. note::
204204

205-
Tags: :doc:`python.control-flow <python.control-flow>`, :doc:`python.data-structure <python.data-structure>`
205+
Tags: :doc:`python.data-structure <python.data-structure>`, :doc:`python.control-flow <python.control-flow>`
206206

207207
Support Level: SUPPORTED
208208

main/_sources/generated/exportdb/torch.cond.rst.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cond_branch_class_method
55

66
.. note::
77

8-
Tags: :doc:`torch.cond <torch.cond>`, :doc:`torch.dynamic-shape <torch.dynamic-shape>`
8+
Tags: :doc:`torch.dynamic-shape <torch.dynamic-shape>`, :doc:`torch.cond <torch.cond>`
99

1010
Support Level: SUPPORTED
1111

@@ -87,7 +87,7 @@ cond_branch_nested_function
8787

8888
.. note::
8989

90-
Tags: :doc:`torch.cond <torch.cond>`, :doc:`torch.dynamic-shape <torch.dynamic-shape>`
90+
Tags: :doc:`torch.dynamic-shape <torch.dynamic-shape>`, :doc:`torch.cond <torch.cond>`
9191

9292
Support Level: SUPPORTED
9393

@@ -166,7 +166,7 @@ cond_branch_nonlocal_variables
166166

167167
.. note::
168168

169-
Tags: :doc:`torch.cond <torch.cond>`, :doc:`torch.dynamic-shape <torch.dynamic-shape>`
169+
Tags: :doc:`torch.dynamic-shape <torch.dynamic-shape>`, :doc:`torch.cond <torch.cond>`
170170

171171
Support Level: SUPPORTED
172172

@@ -346,7 +346,7 @@ cond_operands
346346

347347
.. note::
348348

349-
Tags: :doc:`torch.cond <torch.cond>`, :doc:`torch.dynamic-shape <torch.dynamic-shape>`
349+
Tags: :doc:`torch.dynamic-shape <torch.dynamic-shape>`, :doc:`torch.cond <torch.cond>`
350350

351351
Support Level: SUPPORTED
352352

@@ -438,7 +438,7 @@ cond_predicate
438438

439439
.. note::
440440

441-
Tags: :doc:`torch.cond <torch.cond>`, :doc:`torch.dynamic-shape <torch.dynamic-shape>`
441+
Tags: :doc:`torch.dynamic-shape <torch.dynamic-shape>`, :doc:`torch.cond <torch.cond>`
442442

443443
Support Level: SUPPORTED
444444

main/_sources/generated/exportdb/torch.dynamic-shape.rst.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cond_branch_class_method
55

66
.. note::
77

8-
Tags: :doc:`torch.cond <torch.cond>`, :doc:`torch.dynamic-shape <torch.dynamic-shape>`
8+
Tags: :doc:`torch.dynamic-shape <torch.dynamic-shape>`, :doc:`torch.cond <torch.cond>`
99

1010
Support Level: SUPPORTED
1111

@@ -87,7 +87,7 @@ cond_branch_nested_function
8787

8888
.. note::
8989

90-
Tags: :doc:`torch.cond <torch.cond>`, :doc:`torch.dynamic-shape <torch.dynamic-shape>`
90+
Tags: :doc:`torch.dynamic-shape <torch.dynamic-shape>`, :doc:`torch.cond <torch.cond>`
9191

9292
Support Level: SUPPORTED
9393

@@ -166,7 +166,7 @@ cond_branch_nonlocal_variables
166166

167167
.. note::
168168

169-
Tags: :doc:`torch.cond <torch.cond>`, :doc:`torch.dynamic-shape <torch.dynamic-shape>`
169+
Tags: :doc:`torch.dynamic-shape <torch.dynamic-shape>`, :doc:`torch.cond <torch.cond>`
170170

171171
Support Level: SUPPORTED
172172

@@ -270,7 +270,7 @@ cond_operands
270270

271271
.. note::
272272

273-
Tags: :doc:`torch.cond <torch.cond>`, :doc:`torch.dynamic-shape <torch.dynamic-shape>`
273+
Tags: :doc:`torch.dynamic-shape <torch.dynamic-shape>`, :doc:`torch.cond <torch.cond>`
274274

275275
Support Level: SUPPORTED
276276

@@ -362,7 +362,7 @@ cond_predicate
362362

363363
.. note::
364364

365-
Tags: :doc:`torch.cond <torch.cond>`, :doc:`torch.dynamic-shape <torch.dynamic-shape>`
365+
Tags: :doc:`torch.dynamic-shape <torch.dynamic-shape>`, :doc:`torch.cond <torch.cond>`
366366

367367
Support Level: SUPPORTED
368368

@@ -478,7 +478,7 @@ dynamic_shape_if_guard
478478

479479
.. note::
480480

481-
Tags: :doc:`python.control-flow <python.control-flow>`, :doc:`torch.dynamic-shape <torch.dynamic-shape>`
481+
Tags: :doc:`torch.dynamic-shape <torch.dynamic-shape>`, :doc:`python.control-flow <python.control-flow>`
482482

483483
Support Level: SUPPORTED
484484

@@ -600,7 +600,7 @@ dynamic_shape_round
600600

601601
.. note::
602602

603-
Tags: :doc:`python.builtin <python.builtin>`, :doc:`torch.dynamic-shape <torch.dynamic-shape>`
603+
Tags: :doc:`torch.dynamic-shape <torch.dynamic-shape>`, :doc:`python.builtin <python.builtin>`
604604

605605
Support Level: NOT_SUPPORTED_YET
606606

@@ -756,7 +756,7 @@ list_contains
756756

757757
.. note::
758758

759-
Tags: :doc:`python.assert <python.assert>`, :doc:`torch.dynamic-shape <torch.dynamic-shape>`, :doc:`python.data-structure <python.data-structure>`
759+
Tags: :doc:`torch.dynamic-shape <torch.dynamic-shape>`, :doc:`python.assert <python.assert>`, :doc:`python.data-structure <python.data-structure>`
760760

761761
Support Level: SUPPORTED
762762

0 commit comments

Comments
 (0)