pytorch/torch/_export
Edward Z. Yang 7b9d250f06 Change _dynamo.export to be export(f)(*args, **kwargs) (#106109)
Signed-off-by: Edward Z. Yang <ezyang@meta.com>

Pull Request resolved: https://github.com/pytorch/pytorch/pull/106109
Approved by: https://github.com/voznesenskym
2023-07-27 21:41:13 +00:00
..
db [export] add kwargs support for export. (#105337) 2023-07-20 19:53:08 +00:00
pass_infra
passes [export] Handle the case for no placeholders during in runtime assertion pass. (#106134) 2023-07-27 18:36:51 +00:00
serde [export] Remove experimental runtime assertion configs from export API. (#105043) 2023-07-26 16:21:29 +00:00
__init__.py Change _dynamo.export to be export(f)(*args, **kwargs) (#106109) 2023-07-27 21:41:13 +00:00
constraints.py [RFC]: Create aten native op for constrain_range (#103346) 2023-06-16 14:55:40 +00:00
error.py Add experimental export() API (#100034) 2023-04-28 06:12:59 +00:00
exported_program.py [export] Remove experimental runtime assertion configs from export API. (#105043) 2023-07-26 16:21:29 +00:00
pass_base.py Handle custom higher order ops (#104285) 2023-06-28 01:53:36 +00:00
verifier.py [BE] f-stringify torch/ and scripts (#105538) 2023-07-21 19:35:24 +00:00
workflow.py