MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / main

Function main

tensorflow/contrib/util/inspect_checkpoint.cc:43–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41} // namespace tensorflow
42
43int main(int argc, char** argv) {
44 tensorflow::port::InitMain(argv[0], &argc, &argv);
45 if (argc != 2) {
46 fprintf(stderr, "Usage: %s checkpoint_file\n", argv[0]);
47 exit(1);
48 }
49 return tensorflow::InspectCheckpoint(argv[1]);
50}

Callers

nothing calls this directly

Calls 3

exitFunction · 0.85
InspectCheckpointFunction · 0.85
InitMainFunction · 0.50

Tested by

no test coverage detected