MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / Insert

Method Insert

tensorflow/core/framework/embedding/storage.h:167–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165 }
166
167 inline void Insert(const std::vector<K>& keys,
168 void** value_ptrs) {
169 for (size_t i = 0; i < keys.size(); i++) {
170 Insert(keys[i], value_ptrs[i]);
171 }
172 }
173
174 virtual void UpdateCache(const Tensor& indices,
175 const Tensor& indices_counts) {}

Callers 3

LookupOrCreateKeyMethod · 0.45
LookupOrCreateKeyMethod · 0.45
LookupOrCreateKeyMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected