Home
last modified time | relevance | path

Searched refs:CacheRowRequest (Results 1 – 6 of 6) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/cache/
Dcache_request.cc38 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
Dcache_request.h183 class CacheRowRequest : public BaseRequest {
187 explicit CacheRowRequest(const CacheClient *cc);
188 ~CacheRowRequest() override = default;
Dcache_client.h53 friend class CacheRowRequest; variable
Dcache_client.cc110 auto rq = std::make_shared<CacheRowRequest>(this); in WriteRow()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/datasetops/
Dcache_merge_op.h68 std::shared_ptr<CacheRowRequest> cleaner_copy_;
Dcache_merge_op.cc260 cleaner_copy_ = std::make_shared<CacheRowRequest>(cc.get()); in AsyncSendCacheRequest()