pytorch/torch/export
Zhengxu Chen 011650adc5 [sigmoid] Refactor out a helper function to insert const graph into top level graph. (#140854)
Summary: Add the helper function to put a const graph back to the toplevel graph, can be useful when we're taking const graphs from delegates.

Test Plan: CI

Reviewed By: trieuat

Differential Revision: D63031982

Pull Request resolved: https://github.com/pytorch/pytorch/pull/140854
Approved by: https://github.com/SherlockNoMad
2024-11-26 20:07:46 +00:00
..
experimental Fix type-safety of torch.nn.Module instances (#141240) 2024-11-22 00:05:05 +00:00
passes Fixing issue in move pass for copying Parameter (#138855) 2024-10-25 17:57:27 +00:00
__init__.py Replace torch.export default decomp table to be lazily populated (#137650) 2024-10-18 19:28:52 +00:00
_draft_export.py [export] Improve stacktrace filtering (#141285) 2024-11-22 20:55:04 +00:00
_remove_auto_functionalized_pass.py Redesign custom op functionlaization for better re-inplace (#134409) 2024-09-04 17:08:58 +00:00
_remove_effect_tokens_pass.py [export][fx] More robust DCE pass (#132764) 2024-08-06 22:27:22 +00:00
_safeguard.py Flip default value for mypy disallow_untyped_defs [6/11] (#127843) 2024-06-08 18:49:29 +00:00
_swap.py Fix type-safety of torch.nn.Module instances (#141240) 2024-11-22 00:05:05 +00:00
_trace.py [BE] Make maybe_aliasing_or_mutating proper tag (#131990) 2024-11-24 00:12:49 +00:00
_tree_utils.py [export] Add setattr for ep.example_inputs (#140990) 2024-11-20 02:49:20 +00:00
_unlift.py [export] Add setattr for ep.example_inputs (#140990) 2024-11-20 02:49:20 +00:00
custom_obj.py
decomp_utils.py Replace torch.export default decomp table to be lazily populated (#137650) 2024-10-18 19:28:52 +00:00
dynamic_shapes.py make DimHints compatible with Dims (#138490) 2024-10-22 07:43:48 +00:00
exported_program.py [export] fix loss_output in joint graph signature (#140974) 2024-11-21 23:57:07 +00:00
graph_signature.py [sigmoid] Refactor out a helper function to insert const graph into top level graph. (#140854) 2024-11-26 20:07:46 +00:00
unflatten.py fix non termination in unflatten + state (#141494) 2024-11-26 00:17:56 +00:00