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

Method SampleInstance

src/deep/client/deep_client.cc:38–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38bool 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
43std::unique_ptr<DeepClient> NewDeepClient(const DeepConfig& config,
44 DeepClientEnum type) {

Callers 2

GetTrainBatchMethod · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.36