Skip to content

Commit 91f8afd

Browse files
committed
Generate Python docs from pytorch/pytorch@aea0296
1 parent e428b58 commit 91f8afd

File tree

2,814 files changed

+301161
-13382
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,814 files changed

+301161
-13382
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: a264966faa4d67d308fbf0f6f9cf1750
3+
config: 2fcbd13764833f05b9f53a60ed4d6b06
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

main/_images/RReLU.png

357 Bytes

main/_images/ReduceLROnPlateau.png

105 Bytes

main/_sources/fx.experimental.md.txt

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ These APIs are experimental and subject to change without notice.
4141
sympy_is_channels_last_strides_generic
4242
sympy_is_contiguous
4343
sympy_is_contiguous_generic
44+
to_node
4445
```
4546

4647
## torch.fx.experimental.symbolic_shapes
@@ -119,6 +120,8 @@ These APIs are experimental and subject to change without notice.
119120
is_nested_int
120121
is_symbol_binding_fx_node
121122
is_symbolic
123+
expect_true
124+
log_lru_cache_stats
122125
```
123126

124127
## torch.fx.experimental.proxy_tensor
@@ -141,6 +144,9 @@ These APIs are experimental and subject to change without notice.
141144
get_proxy_mode
142145
maybe_enable_thunkify
143146
maybe_disable_thunkify
147+
thunkify
148+
track_tensor
149+
track_tensor_tree
144150
decompose
145151
disable_autocast_cache
146152
disable_proxy_modes_tracing
@@ -184,3 +190,29 @@ These APIs are experimental and subject to change without notice.
184190
update_in
185191
valfilter
186192
valmap
193+
itemfilter
194+
itemmap
195+
```
196+
197+
## torch.fx.experimental.migrate_gradual_types.transform_to_z3
198+
199+
```{eval-rst}
200+
.. currentmodule:: torch.fx.experimental.migrate_gradual_types.transform_to_z3
201+
```
202+
203+
```{eval-rst}
204+
.. automodule:: torch.fx.experimental.migrate_gradual_types.transform_to_z3
205+
```
206+
207+
```{eval-rst}
208+
.. autosummary::
209+
:toctree: generated
210+
:nosignatures:
211+
212+
transform_algebraic_expression
213+
transform_all_constraints
214+
transform_all_constraints_trace_time
215+
transform_dimension
216+
transform_to_z3
217+
transform_var
218+
```

main/_sources/fx.md.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1124,7 +1124,6 @@ The set of leaf modules can be customized by overriding
11241124
.. py:module:: torch.fx.experimental.migrate_gradual_types.constraint_generator
11251125
.. py:module:: torch.fx.experimental.migrate_gradual_types.constraint_transformation
11261126
.. py:module:: torch.fx.experimental.migrate_gradual_types.operation
1127-
.. py:module:: torch.fx.experimental.migrate_gradual_types.transform_to_z3
11281127
.. py:module:: torch.fx.experimental.migrate_gradual_types.util
11291128
.. py:module:: torch.fx.experimental.migrate_gradual_types.z3_types
11301129
.. py:module:: torch.fx.experimental.normalize

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

Lines changed: 1 addition & 1 deletion

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

Lines changed: 1 addition & 1 deletion

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

Lines changed: 1 addition & 1 deletion
Lines changed: 6 additions & 0 deletions
Lines changed: 6 additions & 0 deletions

0 commit comments

Comments
 (0)