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

Method BatchGet

serving/processor/storage/redis_feature_store.h:94–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92 }
93
94 Status BatchGet(uint64_t model_version,
95 uint64_t feature2id,
96 const char* const keys,
97 char* const values,
98 size_t bytes_per_key,
99 size_t bytes_per_values,
100 size_t N,
101 const char* default_value) {
102 return errors::Unimplemented("[redis] unimplement batchget() in sync mode.");
103 }
104
105 Status BatchSet(uint64_t model_version,
106 uint64_t feature2id,

Callers

nothing calls this directly

Calls 1

UnimplementedFunction · 0.85

Tested by

no test coverage detected