| 5176 | // ════════════════════════════════════════════════════════════════════ |
| 5177 | |
| 5178 | struct StageResult { |
| 5179 | std::string name; |
| 5180 | double ms; |
| 5181 | int n_nodes; |
| 5182 | int64_t out_shape[4]; |
| 5183 | std::map<std::string, int> op_counts; |
| 5184 | }; |
| 5185 | std::vector<StageResult> results; |
| 5186 | |
| 5187 | // Current feature data flowing between stages (CPU-side buffer, graph isolation) |
nothing calls this directly
no outgoing calls
no test coverage detected