pytorch/tools/codegen/api
Jiakai Liu 24fd84313f [pytorch] fix ConstRefCType usage in codegen/api/native.py (#50742)
Summary:
Pull Request resolved: https://github.com/pytorch/pytorch/pull/50742

Fixed the other usage of `BaseCType('const ...&)` on #49138.

Checked byte-for-byte compatibility of the codegen output.

Test Plan: Imported from OSS

Reviewed By: ezyang

Differential Revision: D25955565

Pulled By: ljk53

fbshipit-source-id: 83ebd6b039892b805444867ed97a6e2fa6e72225
2021-01-20 15:01:37 -08:00
..
__init__.py
autograd.py [pytorch][codegen] migrate gen_variable_type to new data model (#49735) 2021-01-05 14:12:39 -08:00
cpp.py Remove codegen logic to support non-c10-full ops (#49164) 2021-01-06 14:17:36 -08:00
dispatcher.py Remove codegen logic to support non-c10-full ops (#49164) 2021-01-06 14:17:36 -08:00
meta.py Introduce tools.codegen.api.translate (#49122) 2020-12-16 16:18:40 -08:00
native.py [pytorch] fix ConstRefCType usage in codegen/api/native.py (#50742) 2021-01-20 15:01:37 -08:00
python.py Remove codegen logic to support non-c10-full ops (#49164) 2021-01-06 14:17:36 -08:00
translate.py Introduce tools.codegen.api.translate (#49122) 2020-12-16 16:18:40 -08:00
types.py [pytorch][codegen] migrate gen_variable_type to new data model (#49735) 2021-01-05 14:12:39 -08:00