Brian Wignall
f326045b37
Fix typos, via a Levenshtein-type corrector ( #31523 )
...
Summary:
Should be non-semantic.
Uses https://en.wikipedia.org/wiki/Wikipedia:Lists_of_common_misspellings/For_machines to find likely typos, with https://github.com/bwignall/typochecker to help automate the checking.
Uses an updated version of the tool used in https://github.com/pytorch/pytorch/pull/30606 .
Pull Request resolved: https://github.com/pytorch/pytorch/pull/31523
Differential Revision: D19216749
Pulled By: mrshenli
fbshipit-source-id: 7fd489cb9a77cd7e4950c1046f925d57524960ea
2020-01-17 16:03:19 -08:00
James Reed
f380f0ba27
Move torch.onnx.operators functions into ATen ( #12803 )
...
Summary:
These were indiscriminately dumping `onnx::` instructions into traces, and making it so you couldn't run the traces in the JIT interpreter
Pull Request resolved: https://github.com/pytorch/pytorch/pull/12803
Differential Revision: D10443526
Pulled By: jamesr66a
fbshipit-source-id: 07172004bf31be9f61e498b5772759fe9262e9b3
2018-10-18 16:04:34 -07:00
James Reed
4667983f0f
Fixes for interpreter and ONNX export for translation ( #7044 )
...
Fixes for interpreter and ONNX export for translation
Address comments
2018-04-27 22:23:57 -07:00
bddppq
2a4b33bf87
Add doc for torch/onnx/operators.py ( #5895 )
...
* Add doc for torch/onnx/operators.py
* lint
2018-03-19 23:48:25 -04:00
anderspapitto
f446b82e70
introduce shape_as_tensor and reshape_from_variable_shape ( #5824 )
2018-03-19 13:30:27 -04:00