| 36 | } |
| 37 | |
| 38 | bool DeepClient::SampleInstance(int count, vec_int_t* insts, |
| 39 | std::vector<vecl_t>* vec_labels_list) const { |
| 40 | return impl_->SampleInstance(count, insts, vec_labels_list); |
| 41 | } |
| 42 | |
| 43 | std::unique_ptr<DeepClient> NewDeepClient(const DeepConfig& config, |
| 44 | DeepClientEnum type) { |
no outgoing calls