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

Class checkpoint_stat

tests/test_metal_encoder_checkpoints.cpp:10–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8#include <vector>
9
10struct checkpoint_stat {
11 std::string name;
12 std::string shape;
13 compare_result diff;
14};
15
16static std::string format_shape(const std::vector<int> & shape) {
17 std::string out = "[";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected