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

Method BatchSetAsync

serving/processor/storage/redis_feature_store.cc:557–566  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

555}
556
557Status LocalRedis::BatchSetAsync(uint64_t model_version,
558 uint64_t feature2id,
559 const char* const keys,
560 const char* const values,
561 size_t bytes_per_key,
562 size_t bytes_per_values,
563 size_t N,
564 BatchSetCallback cb) {
565 return errors::Unimplemented("[redis] unimplement BatchSetAsync() in async mode.");
566}
567
568} // namespace processor
569} // namespace tensorflow

Callers

nothing calls this directly

Calls 1

UnimplementedFunction · 0.85

Tested by

no test coverage detected