MCPcopy Create free account
hub / github.com/dmlc/parameter_server / writeProtoToASCIIFileOrDie

Function writeProtoToASCIIFileOrDie

src/util/file.cc:270–273  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

268}
269
270void writeProtoToASCIIFileOrDie(
271 const GProto& proto, const std::string& file_name) {
272 CHECK(writeProtoToASCIIFile(proto, file_name)) << "file_name: " << file_name;
273}
274
275bool writeProtoToFile(
276 const GProto& proto, const std::string& file_name) {

Callers 1

readOneFileMethod · 0.85

Calls 1

writeProtoToASCIIFileFunction · 0.85

Tested by

no test coverage detected