| 24 | DeepClient::~DeepClient() {} |
| 25 | |
| 26 | bool DeepClient::SharedSampleNegative( |
| 27 | int count, const vec_int_t& nodes, const vec_int_t& excluded_nodes, |
| 28 | std::vector<vec_int_t>* sampled_nodes_list) const { |
| 29 | return impl_->SharedSampleNegative(count, nodes, excluded_nodes, |
| 30 | sampled_nodes_list); |
| 31 | } |
| 32 | |
| 33 | bool DeepClient::LookupItemFeature(const vec_int_t& items, |
| 34 | std::vector<vec_pair_t>* item_feats) const { |
no outgoing calls