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

Function DataConfig_DataFormat_Parse

src/data/proto/data.pb.h:56–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54 DataConfig_DataFormat_descriptor(), value);
55}
56inline bool DataConfig_DataFormat_Parse(
57 const ::std::string& name, DataConfig_DataFormat* value) {
58 return ::google::protobuf::internal::ParseNamedEnum<DataConfig_DataFormat>(
59 DataConfig_DataFormat_descriptor(), name, value);
60}
61enum DataConfig_TextFormat {
62 DataConfig_TextFormat_DENSE = 1,
63 DataConfig_TextFormat_SPARSE = 2,

Callers 1

DataFormat_ParseMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected