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

Method SharedSampleNegative

src/deep/client/deep_client.cc:26–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24DeepClient::~DeepClient() {}
25
26bool 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
33bool DeepClient::LookupItemFeature(const vec_int_t& items,
34 std::vector<vec_pair_t>* item_feats) const {

Callers 11

SharedSampleNegativeTESTFunction · 0.45
GetTrainBatchMethod · 0.45
GetTrainBatchMethod · 0.45
GetTrainBatchMethod · 0.45
GetTrainBatchMethod · 0.45
GetTrainBatchMethod · 0.45
GetTrainBatchMethod · 0.45
GetTrainBatchMethod · 0.45
GetTrainBatchMethod · 0.45
GetTrainBatchMethod · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.36