Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
37
bool ExampleParser::toProto(char* line, Example* ex) {
38
ex->Clear();
39
return parser_(line, ex);
40
}
41
42
43
// libsvm:
Callers
3
readMatricesFromText
Method · 0.80
readOneFile
Method · 0.80
readKeyFromFile
Function · 0.80
Calls
no outgoing calls
Tested by
1
readKeyFromFile
Function · 0.64