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

Method BatchSet

serving/processor/storage/redis_feature_store.h:105–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103 }
104
105 Status BatchSet(uint64_t model_version,
106 uint64_t feature2id,
107 const char* const keys,
108 const char* const values,
109 size_t bytes_per_key,
110 size_t bytes_per_values,
111 size_t N) {
112 return errors::Unimplemented("[redis] unimplement batchset() in sync mode.");
113 }
114
115 Status BatchGetAsync(uint64_t model_version,
116 uint64_t feature2id,

Callers

nothing calls this directly

Calls 1

UnimplementedFunction · 0.85

Tested by

no test coverage detected