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

Method writeToBinFile

src/util/dense_matrix.h:52–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50 }
51
52 virtual bool writeToBinFile(string name) const {
53 return (writeProtoToASCIIFile(info_, name+".info")
54 && value_.writeToFile(name+".value"));
55 }
56
57 virtual string debugString() const {
58 std::stringstream ss;

Callers

nothing calls this directly

Calls 2

writeProtoToASCIIFileFunction · 0.85
writeToFileMethod · 0.45

Tested by

no test coverage detected