MCPcopy Create free account
hub / github.com/BVLC/caffe / ReadProtoFromTextFileOrDie

Function ReadProtoFromTextFileOrDie

include/caffe/util/io.hpp:58–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58inline void ReadProtoFromTextFileOrDie(const char* filename, Message* proto) {
59 CHECK(ReadProtoFromTextFile(filename, proto));
60}
61
62inline void ReadProtoFromTextFileOrDie(const string& filename, Message* proto) {
63 ReadProtoFromTextFileOrDie(filename.c_str(), proto);

Callers

nothing calls this directly

Calls 1

ReadProtoFromTextFileFunction · 0.70

Tested by

no test coverage detected