| 47 | } |
| 48 | |
| 49 | bool GraphClient::RandomSampleNeighbor( |
| 50 | int count, const vec_int_t& nodes, |
| 51 | std::vector<vec_int_t>* neighbor_nodes_list) const { |
| 52 | return impl_->RandomSampleNeighbor(count, nodes, neighbor_nodes_list); |
| 53 | } |
| 54 | |
| 55 | bool GraphClient::LookupFeature(const vec_int_t& nodes, |
| 56 | std::vector<vec_pair_t>* node_feats, |
no outgoing calls