Skip to content

Commit 9e39fd9

Browse files
committed
Generate Python docs from pytorch/pytorch@13a5142
1 parent 5b593a3 commit 9e39fd9

21 files changed

+169
-169
lines changed

docs/2.2/_images/RReLU.png

-454 Bytes
Loading

docs/2.2/_sources/generated/exportdb/index.rst.txt

+12-12
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ support in export please create an issue in the pytorch/pytorch repo wih a modul
1919
:caption: Tags
2020

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

207207
.. note::
208208

209-
Tags: :doc:`torch.dynamic-shape <torch.dynamic-shape>`, :doc:`torch.cond <torch.cond>`
209+
Tags: :doc:`torch.cond <torch.cond>`, :doc:`torch.dynamic-shape <torch.dynamic-shape>`
210210

211211
Support Level: SUPPORTED
212212

@@ -288,7 +288,7 @@ cond_branch_nested_function
288288

289289
.. note::
290290

291-
Tags: :doc:`torch.dynamic-shape <torch.dynamic-shape>`, :doc:`torch.cond <torch.cond>`
291+
Tags: :doc:`torch.cond <torch.cond>`, :doc:`torch.dynamic-shape <torch.dynamic-shape>`
292292

293293
Support Level: SUPPORTED
294294

@@ -365,7 +365,7 @@ cond_branch_nonlocal_variables
365365

366366
.. note::
367367

368-
Tags: :doc:`torch.dynamic-shape <torch.dynamic-shape>`, :doc:`torch.cond <torch.cond>`
368+
Tags: :doc:`torch.cond <torch.cond>`, :doc:`torch.dynamic-shape <torch.dynamic-shape>`
369369

370370
Support Level: SUPPORTED
371371

@@ -466,7 +466,7 @@ cond_closed_over_variable
466466

467467
.. note::
468468

469-
Tags: :doc:`python.closure <python.closure>`, :doc:`torch.cond <torch.cond>`
469+
Tags: :doc:`torch.cond <torch.cond>`, :doc:`python.closure <python.closure>`
470470

471471
Support Level: SUPPORTED
472472

@@ -528,7 +528,7 @@ cond_operands
528528

529529
.. note::
530530

531-
Tags: :doc:`torch.dynamic-shape <torch.dynamic-shape>`, :doc:`torch.cond <torch.cond>`
531+
Tags: :doc:`torch.cond <torch.cond>`, :doc:`torch.dynamic-shape <torch.dynamic-shape>`
532532

533533
Support Level: SUPPORTED
534534

@@ -599,7 +599,7 @@ cond_predicate
599599

600600
.. note::
601601

602-
Tags: :doc:`torch.dynamic-shape <torch.dynamic-shape>`, :doc:`torch.cond <torch.cond>`
602+
Tags: :doc:`torch.cond <torch.cond>`, :doc:`torch.dynamic-shape <torch.dynamic-shape>`
603603

604604
Support Level: SUPPORTED
605605

@@ -660,7 +660,7 @@ constrain_as_size_example
660660

661661
.. note::
662662

663-
Tags: :doc:`torch.escape-hatch <torch.escape-hatch>`, :doc:`torch.dynamic-value <torch.dynamic-value>`
663+
Tags: :doc:`torch.dynamic-value <torch.dynamic-value>`, :doc:`torch.escape-hatch <torch.escape-hatch>`
664664

665665
Support Level: SUPPORTED
666666

@@ -716,7 +716,7 @@ constrain_as_value_example
716716

717717
.. note::
718718

719-
Tags: :doc:`torch.escape-hatch <torch.escape-hatch>`, :doc:`torch.dynamic-value <torch.dynamic-value>`
719+
Tags: :doc:`torch.dynamic-value <torch.dynamic-value>`, :doc:`torch.escape-hatch <torch.escape-hatch>`
720720

721721
Support Level: SUPPORTED
722722

@@ -959,7 +959,7 @@ dynamic_shape_if_guard
959959

960960
.. note::
961961

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

964964
Support Level: SUPPORTED
965965

@@ -1248,7 +1248,7 @@ list_unpack
12481248

12491249
.. note::
12501250

1251-
Tags: :doc:`python.control-flow <python.control-flow>`, :doc:`python.data-structure <python.data-structure>`
1251+
Tags: :doc:`python.data-structure <python.data-structure>`, :doc:`python.control-flow <python.control-flow>`
12521252

12531253
Support Level: SUPPORTED
12541254

@@ -1933,6 +1933,6 @@ Result:
19331933

19341934
.. code-block::
19351935
1936-
Unsupported: torch.* op returned non-Tensor int call_function <function sym_min at 0x7fd698c651f0>
1936+
Unsupported: torch.* op returned non-Tensor int call_function <function sym_min at 0x7f90663ac1f0>
19371937
19381938

docs/2.2/_sources/generated/exportdb/python.closure.rst.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cond_closed_over_variable
55

66
.. note::
77

8-
Tags: :doc:`python.closure <python.closure>`, :doc:`torch.cond <torch.cond>`
8+
Tags: :doc:`torch.cond <torch.cond>`, :doc:`python.closure <python.closure>`
99

1010
Support Level: SUPPORTED
1111

docs/2.2/_sources/generated/exportdb/python.control-flow.rst.txt

+2-2
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

@@ -52,7 +52,7 @@ list_unpack
5252

5353
.. note::
5454

55-
Tags: :doc:`python.control-flow <python.control-flow>`, :doc:`python.data-structure <python.data-structure>`
55+
Tags: :doc:`python.data-structure <python.data-structure>`, :doc:`python.control-flow <python.control-flow>`
5656

5757
Support Level: SUPPORTED
5858

docs/2.2/_sources/generated/exportdb/python.data-structure.rst.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ list_unpack
153153

154154
.. note::
155155

156-
Tags: :doc:`python.control-flow <python.control-flow>`, :doc:`python.data-structure <python.data-structure>`
156+
Tags: :doc:`python.data-structure <python.data-structure>`, :doc:`python.control-flow <python.control-flow>`
157157

158158
Support Level: SUPPORTED
159159

docs/2.2/_sources/generated/exportdb/torch.cond.rst.txt

+6-6
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cond_branch_class_method
55

66
.. note::
77

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

1010
Support Level: SUPPORTED
1111

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

8888
.. note::
8989

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

9292
Support Level: SUPPORTED
9393

@@ -164,7 +164,7 @@ cond_branch_nonlocal_variables
164164

165165
.. note::
166166

167-
Tags: :doc:`torch.dynamic-shape <torch.dynamic-shape>`, :doc:`torch.cond <torch.cond>`
167+
Tags: :doc:`torch.cond <torch.cond>`, :doc:`torch.dynamic-shape <torch.dynamic-shape>`
168168

169169
Support Level: SUPPORTED
170170

@@ -265,7 +265,7 @@ cond_closed_over_variable
265265

266266
.. note::
267267

268-
Tags: :doc:`python.closure <python.closure>`, :doc:`torch.cond <torch.cond>`
268+
Tags: :doc:`torch.cond <torch.cond>`, :doc:`python.closure <python.closure>`
269269

270270
Support Level: SUPPORTED
271271

@@ -327,7 +327,7 @@ cond_operands
327327

328328
.. note::
329329

330-
Tags: :doc:`torch.dynamic-shape <torch.dynamic-shape>`, :doc:`torch.cond <torch.cond>`
330+
Tags: :doc:`torch.cond <torch.cond>`, :doc:`torch.dynamic-shape <torch.dynamic-shape>`
331331

332332
Support Level: SUPPORTED
333333

@@ -398,7 +398,7 @@ cond_predicate
398398

399399
.. note::
400400

401-
Tags: :doc:`torch.dynamic-shape <torch.dynamic-shape>`, :doc:`torch.cond <torch.cond>`
401+
Tags: :doc:`torch.cond <torch.cond>`, :doc:`torch.dynamic-shape <torch.dynamic-shape>`
402402

403403
Support Level: SUPPORTED
404404

docs/2.2/_sources/generated/exportdb/torch.dynamic-shape.rst.txt

+6-6
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cond_branch_class_method
55

66
.. note::
77

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

1010
Support Level: SUPPORTED
1111

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

8888
.. note::
8989

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

9292
Support Level: SUPPORTED
9393

@@ -164,7 +164,7 @@ cond_branch_nonlocal_variables
164164

165165
.. note::
166166

167-
Tags: :doc:`torch.dynamic-shape <torch.dynamic-shape>`, :doc:`torch.cond <torch.cond>`
167+
Tags: :doc:`torch.cond <torch.cond>`, :doc:`torch.dynamic-shape <torch.dynamic-shape>`
168168

169169
Support Level: SUPPORTED
170170

@@ -265,7 +265,7 @@ cond_operands
265265

266266
.. note::
267267

268-
Tags: :doc:`torch.dynamic-shape <torch.dynamic-shape>`, :doc:`torch.cond <torch.cond>`
268+
Tags: :doc:`torch.cond <torch.cond>`, :doc:`torch.dynamic-shape <torch.dynamic-shape>`
269269

270270
Support Level: SUPPORTED
271271

@@ -336,7 +336,7 @@ cond_predicate
336336

337337
.. note::
338338

339-
Tags: :doc:`torch.dynamic-shape <torch.dynamic-shape>`, :doc:`torch.cond <torch.cond>`
339+
Tags: :doc:`torch.cond <torch.cond>`, :doc:`torch.dynamic-shape <torch.dynamic-shape>`
340340

341341
Support Level: SUPPORTED
342342

@@ -438,7 +438,7 @@ dynamic_shape_if_guard
438438

439439
.. note::
440440

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

443443
Support Level: SUPPORTED
444444

docs/2.2/_sources/generated/exportdb/torch.dynamic-value.rst.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ constrain_as_size_example
55

66
.. note::
77

8-
Tags: :doc:`torch.escape-hatch <torch.escape-hatch>`, :doc:`torch.dynamic-value <torch.dynamic-value>`
8+
Tags: :doc:`torch.dynamic-value <torch.dynamic-value>`, :doc:`torch.escape-hatch <torch.escape-hatch>`
99

1010
Support Level: SUPPORTED
1111

@@ -61,7 +61,7 @@ constrain_as_value_example
6161

6262
.. note::
6363

64-
Tags: :doc:`torch.escape-hatch <torch.escape-hatch>`, :doc:`torch.dynamic-value <torch.dynamic-value>`
64+
Tags: :doc:`torch.dynamic-value <torch.dynamic-value>`, :doc:`torch.escape-hatch <torch.escape-hatch>`
6565

6666
Support Level: SUPPORTED
6767

docs/2.2/_sources/generated/exportdb/torch.escape-hatch.rst.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ constrain_as_size_example
5555

5656
.. note::
5757

58-
Tags: :doc:`torch.escape-hatch <torch.escape-hatch>`, :doc:`torch.dynamic-value <torch.dynamic-value>`
58+
Tags: :doc:`torch.dynamic-value <torch.dynamic-value>`, :doc:`torch.escape-hatch <torch.escape-hatch>`
5959

6060
Support Level: SUPPORTED
6161

@@ -111,7 +111,7 @@ constrain_as_value_example
111111

112112
.. note::
113113

114-
Tags: :doc:`torch.escape-hatch <torch.escape-hatch>`, :doc:`torch.dynamic-value <torch.dynamic-value>`
114+
Tags: :doc:`torch.dynamic-value <torch.dynamic-value>`, :doc:`torch.escape-hatch <torch.escape-hatch>`
115115

116116
Support Level: SUPPORTED
117117

docs/2.2/_sources/generated/exportdb/torch.operator.rst.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ Result:
3030

3131
.. code-block::
3232
33-
Unsupported: torch.* op returned non-Tensor int call_function <function sym_min at 0x7fd698c651f0>
33+
Unsupported: torch.* op returned non-Tensor int call_function <function sym_min at 0x7f90663ac1f0>

0 commit comments

Comments
 (0)