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

Method FindItemFeature

src/deep/deep_data.h:34–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32
33 public:
34 const vec_pair_t* FindItemFeature(int_t item) const {
35 return item_feature_loader_->storage()->FindNeighbor(item);
36 }
37
38 const vec_int_t& insts() const noexcept { return inst_file_loader_->insts(); }
39 const std::vector<vecl_t>& vec_labels_list() const noexcept {

Callers 2

TEST_FFunction · 0.80
LookupFeatureMethod · 0.80

Calls 2

FindNeighborMethod · 0.45
storageMethod · 0.45

Tested by 1

TEST_FFunction · 0.64