mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
Refactor partitioner and clean it up (#126318)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/126318 Approved by: https://github.com/anijain2305
This commit is contained in:
@ -25,7 +25,6 @@ from torch._functorch.fx_minifier import minifier
|
||||
from torch._functorch.partitioners import (
|
||||
default_partition,
|
||||
draw_graph,
|
||||
draw_joint_graph,
|
||||
min_cut_rematerialization_partition,
|
||||
)
|
||||
from torch._functorch.python_key import pythonkey_decompose
|
||||
|
Reference in New Issue
Block a user