Sam Estep
3a0801f960
[skip ci] Fix "arugment" typos ( #61459 )
...
Summary:
Fixes https://github.com/pytorch/pytorch/issues/61455 .
Pull Request resolved: https://github.com/pytorch/pytorch/pull/61459
Reviewed By: soulitzer
Differential Revision: D29636559
Pulled By: samestep
fbshipit-source-id: 9ad65265c0491d9e81bb303abe3a07c6843bfa4a
2021-07-15 15:20:18 -07:00
James Reed
ac64a41e8a
[FX][docs] Add note about python set pitfall ( #61597 )
...
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/61597
Test Plan: Imported from OSS
Reviewed By: Chillee
Differential Revision: D29685735
Pulled By: jamesr66a
fbshipit-source-id: b5c5b53ff94fac1022f69b7c0ad4e4055b116029
2021-07-13 20:09:13 -07:00
James Reed
02d380450d
[FX][docs][EZ] Fix link to fuser example ( #59670 )
...
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/59670
Test Plan: Imported from OSS
Reviewed By: jansel
Differential Revision: D28975704
Pulled By: jamesr66a
fbshipit-source-id: 2fb759224b5b1ecc62c0ab26563d2a35ed422794
2021-06-08 17:32:55 -07:00
Horace He
79a258f448
s/foward/forward/g ( #58497 )
...
Summary:
Annoying typo.
Prompted by these profiling results: https://github.com/pytorch/pytorch/issues/56419#issuecomment-825787828
Pull Request resolved: https://github.com/pytorch/pytorch/pull/58497
Reviewed By: malfet
Differential Revision: D28521081
Pulled By: Chillee
fbshipit-source-id: ab91a2e167dd7d3387fd56106a6cff81f7a32f10
2021-05-19 11:42:42 -07:00
Gary Miguel
f9c8b7f1a8
[FX][docs] minor fixes ( #58085 )
...
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/58085
Reviewed By: mruberry
Differential Revision: D28364553
Pulled By: jamesr66a
fbshipit-source-id: 0d953672de9a86ecf5b1900b22e6ddef850dbe8f
2021-05-11 15:35:49 -07:00
James Reed
f8e7d8bb0d
[FX][docs] Render inherited methods in fx.Tracer API reference ( #53630 )
...
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/53630
Test Plan: Imported from OSS
Reviewed By: suo
Differential Revision: D26918962
Pulled By: jamesr66a
fbshipit-source-id: 2c84e308889d4ba3176018c7bd44a841e715e6c8
2021-03-09 14:30:41 -08:00
Horace He
c07a62b854
[FX] change dynamic control flow example to a *more* dynamic version ( #53250 )
...
Summary:
This is a more fundamental example, as we may support some amount of shape specialization in the future.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/53250
Reviewed By: navahgar
Differential Revision: D26841272
Pulled By: Chillee
fbshipit-source-id: 027c719afafc03828a657e40859cbfbf135e05c9
2021-03-08 10:00:19 -08:00
Wanchao Liang
79944f7ad9
[fx] simple doc fix
...
Reviewed By: houseroad
Differential Revision: D26739803
fbshipit-source-id: e680ce961a9ed1a5042d675aca9f5cf118c8ff85
2021-03-03 15:47:40 -08:00
Horace He
475278f1c0
[FX] Make some modifications to limitation section ( #51928 )
...
Summary:

Pull Request resolved: https://github.com/pytorch/pytorch/pull/51928
Reviewed By: jamesr66a
Differential Revision: D26329664
Pulled By: Chillee
fbshipit-source-id: 94fd7b03ca53f48b1e4633a462c6e02bb0fd2f3c
2021-02-09 18:32:28 -08:00
Horace He
9c2dd5775a
Fixed slight bug in FX docs ( #51779 )
...
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/51779
Reviewed By: ngimel
Differential Revision: D26279623
Pulled By: Chillee
fbshipit-source-id: 0cd2a487ce6b80ce0d3f81e2b2334ade20d816bb
2021-02-05 11:27:39 -08:00
James Reed
949ab213dd
Revert "Revert D26246231: [FX] Edits after comprehensive pass over docs" ( #51728 )
...
Summary:
Pull Request resolved: https://github.com/pytorch/pytorch/pull/51728
This reverts commit 6c80fd005f .
Test Plan: Imported from OSS
Reviewed By: navahgar
Differential Revision: D26254130
Pulled By: jamesr66a
fbshipit-source-id: f301688f85c512076fee9b83a986677ef893d2c5
2021-02-04 13:01:09 -08:00
Alban Desmaison
6c80fd005f
Revert D26246231: [FX] Edits after comprehensive pass over docs
...
Test Plan: revert-hammer
Differential Revision:
D26246231 (c22bc4821d )
Original commit changeset: 8d6278a9fe1d
fbshipit-source-id: fdc83289f8fe7986bc02181eec55e4e72be2d812
2021-02-04 09:26:21 -08:00
James Reed
c22bc4821d
[FX] Edits after comprehensive pass over docs ( #51705 )
...
Summary:
Pull Request resolved: https://github.com/pytorch/pytorch/pull/51705
Pull Request resolved : #51679
Test Plan: Imported from OSS
Reviewed By: Chillee
Differential Revision: D26246231
Pulled By: jamesr66a
fbshipit-source-id: 8d6278a9fe1da5e6c34eff4fedc4c7e18533fe0f
2021-02-04 08:11:07 -08:00
Horace He
f1a63b7c10
[FX] Added how to write transformations section ( #51278 )
...
Summary:

I still need to add links to vmap/grad/decomposition, but those haven't been added to the examples folder yet.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/51278
Reviewed By: zou3519
Differential Revision: D26223103
Pulled By: Chillee
fbshipit-source-id: 3ad9bf76cd3438743edecdc17c44f8d1e00e5ea1
2021-02-03 21:32:43 -08:00
Ansley Ussery
ab4623da16
Document FX debugging ( #51530 )
...
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/51530
Test Plan: Imported from OSS
Reviewed By: jamesr66a
Differential Revision: D26192641
Pulled By: ansley
fbshipit-source-id: c69ab1bb2451d8ee5a729445f52bccc66e6f431b
2021-02-02 23:17:51 -08:00
James Reed
609f76f27a
[WIP][FX] Add Interpreter and Transformer ( #50420 )
...
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/50420
Test Plan: Imported from OSS
Reviewed By: zdevito
Differential Revision: D25880330
Pulled By: jamesr66a
fbshipit-source-id: 27d34888e36e39924821fed891d79f969237a104
2021-02-01 11:40:12 -08:00
James Reed
789f6f1250
[FX] Minor docs changes ( #50966 )
...
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/50966
Test Plan: Imported from OSS
Reviewed By: suo
Differential Revision: D26029101
Pulled By: jamesr66a
fbshipit-source-id: 4374771be74d0a4d05fdd29107be5357130c2a76
2021-01-22 16:23:19 -08:00
James Reed
d0e942f9a7
[FX][docs] Add limitations of symbolic tracing ( #50638 )
...
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/50638
Test Plan: Imported from OSS
Reviewed By: ansley
Differential Revision: D25933780
Pulled By: jamesr66a
fbshipit-source-id: 0aa97ea05203fbcb707b0e947a465e206104b7df
2021-01-20 21:42:16 -08:00
James Reed
d9f71b5868
[WIP][FX] new sections in docs ( #50562 )
...
Summary:
Pull Request resolved: https://github.com/pytorch/pytorch/pull/50562
Adding new top-level sections to the docs to be filled out

Test Plan: Imported from OSS
Reviewed By: Chillee
Differential Revision: D25919592
Pulled By: jamesr66a
fbshipit-source-id: 45f564eb8fddc7a42abb5501e160cca0dd0745c8
2021-01-14 21:34:36 -08:00
James Reed
6882f9cc1c
[FX] Add wrap() docstring to docs and add decorator example ( #50555 )
...
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/50555
Test Plan: Imported from OSS
Reviewed By: Chillee
Differential Revision: D25917564
Pulled By: jamesr66a
fbshipit-source-id: 20c7c8b1192fa80c6a0bb9e18910791bd7167232
2021-01-14 21:31:51 -08:00
Ansley Ussery
080a097935
Add docstring for Proxy ( #50145 )
...
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/50145
Test Plan: Imported from OSS
Reviewed By: pbelevich
Differential Revision: D25854281
Pulled By: ansley
fbshipit-source-id: d7af6fd6747728ef04e86fbcdeb87cb0508e1fd8
2021-01-11 13:47:55 -08:00
James Reed
778006918c
[WIP][FX] Add FX page to docs ( #48814 )
...
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/48814
Test Plan: Imported from OSS
Reviewed By: ansley
Differential Revision: D25320051
Pulled By: jamesr66a
fbshipit-source-id: b1fdec9615a7a4eb97c557bb3cba7f90b0a4d933
2020-12-15 09:48:29 -08:00