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

Method DataFormat_Parse

src/data/proto/data.pb.h:159–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157 return DataConfig_DataFormat_Name(value);
158 }
159 static inline bool DataFormat_Parse(const ::std::string& name,
160 DataFormat* value) {
161 return DataConfig_DataFormat_Parse(name, value);
162 }
163
164 typedef DataConfig_TextFormat TextFormat;
165 static const TextFormat DENSE = DataConfig_TextFormat_DENSE;

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected