MCPcopy Create free account
hub / github.com/Tencent/embedx / InitLoader

Method InitLoader

src/graph/graph_builder.cc:18–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16namespace embedx {
17
18void GraphBuilder::InitLoader(int shard_num, int shard_id, int store_type) {
19 context_loader_ = NewContextLoader(shard_num, shard_id, store_type);
20 node_feat_loader_ = NewFeatureLoader(shard_num, shard_id, store_type);
21 neigh_feat_loader_ = NewFeatureLoader(shard_num, shard_id, store_type);
22}
23
24/************************************************************************/
25/* Build graph */

Callers 1

CreateMethod · 0.80

Calls 2

NewContextLoaderFunction · 0.85
NewFeatureLoaderFunction · 0.85

Tested by

no test coverage detected