pytorch/tools/codegen/api
Kurt Mohler fe8e5eb260 Change native functions to take c10::string_view args instead of std::string (#57680)
Summary:
Fixes https://github.com/pytorch/pytorch/issues/53546

Pull Request resolved: https://github.com/pytorch/pytorch/pull/57680

Reviewed By: malfet

Differential Revision: D28511799

Pulled By: ezyang

fbshipit-source-id: 43142f994d048b28b3279ccdb7a28cbaa3190973
2021-05-20 18:15:45 -07:00
..
__init__.py Rewrite of ATen code generator (#42629) 2020-08-31 09:00:22 -07:00
autograd.py Revert "Revert D28387764: Codegen inplace forward AD formula from out of place one if needed" (#58231) 2021-05-14 08:35:38 -07:00
cpp.py Reland of "D27708346: generate xla codegen in-tree" (#56601) 2021-04-21 19:36:31 -07:00
dispatcher.py Reland of "D27708346: generate xla codegen in-tree" (#56601) 2021-04-21 19:36:31 -07:00
meta.py Un-ignore F403 in .flake8 (#55838) 2021-04-13 09:24:07 -07:00
native.py [PyTorch] Fix const correctness for resize native functions (#55351) 2021-04-21 14:51:41 -07:00
python.py Change native functions to take c10::string_view args instead of std::string (#57680) 2021-05-20 18:15:45 -07:00
structured.py split out NamedCType from CType. Remove direct string comparison from autograd codegen (#55334) 2021-04-16 11:43:08 -07:00
translate.py split out NamedCType from CType. Remove direct string comparison from autograd codegen (#55334) 2021-04-16 11:43:08 -07:00
types.py Change native functions to take c10::string_view args instead of std::string (#57680) 2021-05-20 18:15:45 -07:00