pytorch/tools/codegen
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
..
api Change native functions to take c10::string_view args instead of std::string (#57680) 2021-05-20 18:15:45 -07:00
dest generate inplace/out kernels for xla (#57510) 2021-05-17 12:25:38 -07:00
selective_build [PyTorch Edge] Eliminate non-determinism when generating build YAML file (#56539) 2021-04-20 17:26:14 -07:00
__init__.py Rewrite of ATen code generator (#42629) 2020-08-31 09:00:22 -07:00
code_template.py Rewrite of ATen code generator (#42629) 2020-08-31 09:00:22 -07:00
context.py [codegen] split out backend-specific information from NativeFunction in the model (#57361) 2021-05-17 12:25:35 -07:00
gen_backend_stubs.py generate inplace/out kernels for xla (#57510) 2021-05-17 12:25:38 -07:00
gen.py generate inplace/out kernels for xla (#57510) 2021-05-17 12:25:38 -07:00
local.py [PyTorch] Fix const correctness for resize native functions (#55351) 2021-04-21 14:51:41 -07:00
model.py generate inplace/out kernels for xla (#57510) 2021-05-17 12:25:38 -07:00
utils.py Split anonymous and namespaced definitions in RegisterDispatchKey (#51585) 2021-02-04 09:19:41 -08:00