MCPcopy Create free account
hub / github.com/Tencent/plato / init

Function init

example/node2vec_randomwalk.cc:54–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52DEFINE_validator(input, &string_not_empty);
53
54void init(int argc, char** argv) {
55 gflags::ParseCommandLineFlags(&argc, &argv, true);
56 google::InitGoogleLogging(argv[0]);
57 google::LogToStderr();
58}
59
60using partition_t = plato::hash_by_source_t<>;
61

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected