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

Method TextFormat_Parse

src/data/proto/data.pb.h:188–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186 return DataConfig_TextFormat_Name(value);
187 }
188 static inline bool TextFormat_Parse(const ::std::string& name,
189 TextFormat* value) {
190 return DataConfig_TextFormat_Parse(name, value);
191 }
192
193 // accessors -------------------------------------------------------
194

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected