MCPcopy Create free account
hub / github.com/PABannier/sam3.cpp / StageResult

Class StageResult

sam3.cpp:5178–5184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected