Commit 0aa1827
authored
[Feature Enhancement] Optimize subgraph_decompose_and_evaluation implementation. (#403)
* Optimize the calculation of split_positions.
* Fix the parsing of model_path.
* Optimize the run_decomposer process.
* Minor modification.
* Fix model_name in decompose config.
* Optimize the definition of decompose config and fix the config saving of test_target_device.
* Redirect the output of run_decomposer to file.1 parent e2061ef commit 0aa1827
File tree
2 files changed
+198
-225
lines changed- graph_net
- paddle
2 files changed
+198
-225
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
108 | 93 | | |
109 | 94 | | |
110 | 95 | | |
| |||
0 commit comments