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

Class backend_run

tests/test_metal_python_ref_compare.cpp:24–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22};
23
24struct backend_run {
25 std::string backend;
26 double encode_ms = 0.0;
27 double final_ms = 0.0;
28 std::vector<metric_row> encoder_rows;
29 std::vector<metric_row> final_rows;
30};
31
32static std::string shape_to_string(const std::vector<int> & shape) {
33 std::string s;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected