Home
last modified time | relevance | path

Searched refs:Status2CacheReply (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/cache/
Dcache_common.h75 inline void Status2CacheReply(const Status &rc, CacheReply *reply) { in Status2CacheReply() function
Dcache_grpc_client.cc128 Status2CacheReply(remote_rc, &rq->base_rq_->reply_); in WorkerEntry()
Dcache_server.cc956 Status2CacheReply(cache_req->rc_, &cache_req->reply_); in ProcessRequest()