pytorch/tools/codegen/api
Edward Yang ba5686f8c5 Refactor argument fields in FunctionSchema to Arguments (#48182)
Summary:
Pull Request resolved: https://github.com/pytorch/pytorch/pull/48182

I'm planning to add a bunch more argument fields following
https://github.com/pytorch/pytorch/pull/45890#discussion_r503646917 and
it will be a lot more convenient if the arguments get to live
in their own dedicated struct.  Type checker will tell you if
I've done it wrong.  No change to output.

Signed-off-by: Edward Z. Yang <ezyang@fb.com>

Test Plan: Imported from OSS

Reviewed By: ljk53

Differential Revision: D25057897

Pulled By: ezyang

fbshipit-source-id: dd377181dad6ab0c894d19d83408b7812775a691
2020-12-02 07:57:06 -08:00
..
__init__.py
autograd.py [pytorch][codegen] add autograd data model (#48249) 2020-11-19 21:47:05 -08:00
cpp.py Refactor argument fields in FunctionSchema to Arguments (#48182) 2020-12-02 07:57:06 -08:00
dispatcher.py Refactor argument fields in FunctionSchema to Arguments (#48182) 2020-12-02 07:57:06 -08:00
meta.py Refactor argument fields in FunctionSchema to Arguments (#48182) 2020-12-02 07:57:06 -08:00
native.py Fix NativeFunctions.h for c10-full ops (#46090) 2020-10-14 06:32:36 -07:00
python.py Refactor argument fields in FunctionSchema to Arguments (#48182) 2020-12-02 07:57:06 -08:00
types.py Structured kernel definitions (#45277) 2020-11-17 15:24:43 -08:00