Searched refs:CacheRowRequest (Results 1 – 6 of 6) sorted by relevance
38 Status CacheRowRequest::SerializeCacheRowRequest(const CacheClient *cc, const TensorRow &row) { in SerializeCacheRowRequest()108 Status CacheRowRequest::PostReply() { in PostReply()115 Status CacheRowRequest::Prepare() { in Prepare()129 CacheRowRequest::CacheRowRequest(const CacheClient *cc) in CacheRowRequest() function in mindspore::dataset::CacheRowRequest
183 class CacheRowRequest : public BaseRequest {187 explicit CacheRowRequest(const CacheClient *cc);188 ~CacheRowRequest() override = default;
53 friend class CacheRowRequest; variable
110 auto rq = std::make_shared<CacheRowRequest>(this); in WriteRow()
68 std::shared_ptr<CacheRowRequest> cleaner_copy_;
260 cleaner_copy_ = std::make_shared<CacheRowRequest>(cc.get()); in AsyncSendCacheRequest()