| 161 | } |
| 162 | |
| 163 | std::vector<euler::common::IDWeightPair> |
| 164 | Node::SampleNeighbor(const std::vector<int32_t>& edge_types, |
| 165 | int32_t count) const { |
| 166 | return __SampleNeighbor(edge_types, count, neighbor_info_); |
| 167 | } |
| 168 | |
| 169 | std::vector<euler::common::IDWeightPair> |
| 170 | Node::SampleInNeighbor(const std::vector<int32_t>& edge_types, |
no outgoing calls