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

Class metric_row

tests/test_metal_python_ref_compare.cpp:13–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11#include <vector>
12
13struct metric_row {
14 std::string tensor;
15 std::string shape;
16 float max_abs = 0.0f;
17 float mean_abs = 0.0f;
18 float mean_rel = 0.0f;
19 float cosine = 0.0f;
20 bool measured = false;
21 std::string note;
22};
23
24struct backend_run {
25 std::string backend;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected