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

Method toProto

src/data/text_parser.cc:37–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37bool ExampleParser::toProto(char* line, Example* ex) {
38 ex->Clear();
39 return parser_(line, ex);
40}
41
42
43// libsvm:

Callers 3

readMatricesFromTextMethod · 0.80
readOneFileMethod · 0.80
readKeyFromFileFunction · 0.80

Calls

no outgoing calls

Tested by 1

readKeyFromFileFunction · 0.64