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

Function writeProtoToFileOrDie

src/util/file.cc:282–285  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

280}
281
282void writeProtoToFileOrDie(const GProto& proto,
283 const std::string& file_name) {
284 CHECK(writeProtoToFile(proto, file_name)) << "file_name: " << file_name;
285}
286
287// TODO read home from $HDFS_HOME if empty
288std::string hadoopFS(const HDFSConfig& conf) {

Callers

nothing calls this directly

Calls 1

writeProtoToFileFunction · 0.85

Tested by

no test coverage detected