mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-07 12:21:27 +01:00
Summary: [WIP]This PR adds cost_aware_partition method in Partitioner class. The method partitions the fx graph module based on the latency of the whole graph. Pull Request resolved: https://github.com/pytorch/pytorch/pull/47673 Reviewed By: gcatron Differential Revision: D24896685 Pulled By: scottxu0730 fbshipit-source-id: 1b1651fe82ce56554f99d68da116e585c74099ed |
||
|---|---|---|
| .. | ||
| experimental | ||
| __init__.py | ||
| graph_module.py | ||
| graph.py | ||
| immutable_collections.py | ||
| node.py | ||
| proxy.py | ||
| symbolic_trace.py | ||