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

Function readFileToProtoOrDie

src/util/file.cc:253–256  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

251}
252
253void readFileToProtoOrDie(
254 const DataConfig& name, GProto* proto) {
255 CHECK(readFileToProto(name, proto));
256}
257
258void readFileToProtoOrDie(
259 const std::string& file_name, GProto* proto) {

Callers 2

TESTFunction · 0.85
SetUpMethod · 0.85

Calls 1

readFileToProtoFunction · 0.85

Tested by 2

TESTFunction · 0.68
SetUpMethod · 0.68