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

Method LookupNodeFeature

src/graph/client/graph_client.cc:61–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61bool GraphClient::LookupNodeFeature(const vec_int_t& nodes,
62 std::vector<vec_pair_t>* node_feats) const {
63 return impl_->LookupNodeFeature(nodes, node_feats);
64}
65
66bool GraphClient::LookupNeighborFeature(
67 const vec_int_t& nodes, std::vector<vec_pair_t>* neigh_feats) const {

Callers 6

AverageBatchFeatureMethod · 0.45
LookupNodeFeatureTESTFunction · 0.45
FillNodeFeatureMethod · 0.45
FillNodeFeatureMethod · 0.45
FillLevelNodeFeatureMethod · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.36