Home
last modified time | relevance | path

Searched refs:kInternalFetchRow (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/cache/
Dcache_request.h86 kInternalFetchRow = 18, enumerator
138 type_ == RequestType::kInternalCacheRow || type_ == RequestType::kInternalFetchRow || in IsRowRequest()
Dcache_server.cc459 cache_rq->type_ = BaseRequest::RequestType::kInternalFetchRow; in BatchFetch()
831 case BaseRequest::RequestType::kInternalFetchRow: { in ProcessRowRequest()