Skip to content

Commit 50e4be6

Browse files
committed
Generate Python docs from pytorch/pytorch@f8d408d
1 parent 99b31ff commit 50e4be6

File tree

2,734 files changed

+565435
-9952
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,734 files changed

+565435
-9952
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: 3a5d0f1fe0c9ec6b9c7ad18475d6ca92
3+
config: 41ba15781e841f8adf90cb7eca635571
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

main/_images/RReLU.png

-356 Bytes
Loading

main/_images/ReduceLROnPlateau.png

-15 Bytes
Loading

main/_sources/accelerator.md.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
:nosignatures:
4141

4242
empty_cache
43+
get_memory_info
4344
max_memory_allocated
4445
max_memory_reserved
4546
memory_allocated

main/_sources/fx.experimental.md.txt

Lines changed: 92 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,37 @@ These APIs are experimental and subject to change without notice.
1212
.. autoclass:: torch.fx.experimental.sym_node.DynamicInt
1313
```
1414

15+
## torch.fx.experimental.sym_node
16+
17+
```{eval-rst}
18+
.. currentmodule:: torch.fx.experimental.sym_node
19+
```
20+
21+
```{eval-rst}
22+
.. automodule:: torch.fx.experimental.sym_node
23+
```
24+
25+
```{eval-rst}
26+
.. autosummary::
27+
:toctree: generated
28+
:nosignatures:
29+
30+
is_channels_last_contiguous_2d
31+
is_channels_last_contiguous_3d
32+
is_channels_last_strides_2d
33+
is_channels_last_strides_3d
34+
is_contiguous
35+
is_non_overlapping_and_dense_indicator
36+
method_to_operator
37+
sympy_is_channels_last_contiguous_2d
38+
sympy_is_channels_last_contiguous_3d
39+
sympy_is_channels_last_strides_2d
40+
sympy_is_channels_last_strides_3d
41+
sympy_is_channels_last_strides_generic
42+
sympy_is_contiguous
43+
sympy_is_contiguous_generic
44+
```
45+
1546
## torch.fx.experimental.symbolic_shapes
1647

1748
```{eval-rst}
@@ -69,6 +100,25 @@ These APIs are experimental and subject to change without notice.
69100
rebind_unbacked
70101
resolve_unbacked_bindings
71102
is_accessor_node
103+
cast_symbool_to_symint_guardless
104+
create_contiguous
105+
error
106+
eval_guards
107+
eval_is_non_overlapping_and_dense
108+
find_symbol_binding_fx_nodes
109+
free_symbols
110+
free_unbacked_symbols
111+
fx_placeholder_targets
112+
fx_placeholder_vals
113+
guard_bool
114+
guard_float
115+
guard_int
116+
guard_scalar
117+
has_hint
118+
has_symbolic_sizes_strides
119+
is_nested_int
120+
is_symbol_binding_fx_node
121+
is_symbolic
72122
```
73123

74124
## torch.fx.experimental.proxy_tensor
@@ -91,4 +141,46 @@ These APIs are experimental and subject to change without notice.
91141
get_proxy_mode
92142
maybe_enable_thunkify
93143
maybe_disable_thunkify
144+
decompose
145+
disable_autocast_cache
146+
disable_proxy_modes_tracing
147+
extract_val
148+
fake_signature
149+
fetch_object_proxy
150+
fetch_sym_proxy
151+
has_proxy_slot
152+
is_sym_node
153+
maybe_handle_decomp
154+
proxy_call
155+
set_meta
156+
set_original_aten_op
157+
set_proxy_slot
158+
snapshot_fake
94159
```
160+
161+
## torch.fx.experimental.unification.unification_tools
162+
163+
```{eval-rst}
164+
.. currentmodule:: torch.fx.experimental.unification.unification_tools
165+
```
166+
167+
```{eval-rst}
168+
.. automodule:: torch.fx.experimental.unification.unification_tools
169+
```
170+
171+
```{eval-rst}
172+
.. autosummary::
173+
:toctree: generated
174+
:nosignatures:
175+
176+
assoc
177+
assoc_in
178+
dissoc
179+
first
180+
keyfilter
181+
keymap
182+
merge
183+
merge_with
184+
update_in
185+
valfilter
186+
valmap

main/_sources/fx.md.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1134,7 +1134,6 @@ The set of leaf modules can be customized by overriding
11341134
.. py:module:: torch.fx.experimental.refinement_types
11351135
.. py:module:: torch.fx.experimental.rewriter
11361136
.. py:module:: torch.fx.experimental.schema_type_annotation
1137-
.. py:module:: torch.fx.experimental.sym_node
11381137
.. py:module:: torch.fx.experimental.unification.core
11391138
.. py:module:: torch.fx.experimental.unification.dispatch
11401139
.. py:module:: torch.fx.experimental.unification.match
@@ -1144,7 +1143,6 @@ The set of leaf modules can be customized by overriding
11441143
.. py:module:: torch.fx.experimental.unification.multipledispatch.dispatcher
11451144
.. py:module:: torch.fx.experimental.unification.multipledispatch.utils
11461145
.. py:module:: torch.fx.experimental.unification.multipledispatch.variadic
1147-
.. py:module:: torch.fx.experimental.unification.unification_tools
11481146
.. py:module:: torch.fx.experimental.unification.utils
11491147
.. py:module:: torch.fx.experimental.unification.variable
11501148
.. py:module:: torch.fx.experimental.unify_refinements

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

Lines changed: 13 additions & 13 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.dynamic-shape
2322
torch.cond
23+
torch.dynamic-shape
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.dynamic-shape <torch.dynamic-shape>`, :doc:`torch.cond <torch.cond>`
238+
Tags: :doc:`torch.cond <torch.cond>`, :doc:`torch.dynamic-shape <torch.dynamic-shape>`
239239

240240
Support Level: SUPPORTED
241241

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

318318
.. note::
319319

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

322322
Support Level: SUPPORTED
323323

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

397397
.. note::
398398

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

401401
Support Level: SUPPORTED
402402

@@ -500,7 +500,7 @@ cond_closed_over_variable
500500

501501
.. note::
502502

503-
Tags: :doc:`python.closure <python.closure>`, :doc:`torch.cond <torch.cond>`
503+
Tags: :doc:`torch.cond <torch.cond>`, :doc:`python.closure <python.closure>`
504504

505505
Support Level: SUPPORTED
506506

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

577577
.. note::
578578

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

581581
Support Level: SUPPORTED
582582

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

669669
.. note::
670670

671-
Tags: :doc:`torch.dynamic-shape <torch.dynamic-shape>`, :doc:`torch.cond <torch.cond>`
671+
Tags: :doc:`torch.cond <torch.cond>`, :doc:`torch.dynamic-shape <torch.dynamic-shape>`
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

@@ -1156,7 +1156,7 @@ dynamic_shape_map
11561156

11571157
.. note::
11581158

1159-
Tags: :doc:`torch.map <torch.map>`, :doc:`torch.dynamic-shape <torch.dynamic-shape>`
1159+
Tags: :doc:`torch.dynamic-shape <torch.dynamic-shape>`, :doc:`torch.map <torch.map>`
11601160

11611161
Support Level: SUPPORTED
11621162

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

14171417
.. note::
14181418

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

14211421
Support Level: SUPPORTED
14221422

@@ -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.data-structure <python.data-structure>`, :doc:`python.assert <python.assert>`, :doc:`torch.dynamic-shape <torch.dynamic-shape>`
63+
Tags: :doc:`torch.dynamic-shape <torch.dynamic-shape>`, :doc:`python.data-structure <python.data-structure>`, :doc:`python.assert <python.assert>`
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.closure.rst.txt

Lines changed: 1 addition & 1 deletion
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

0 commit comments

Comments
 (0)