Home
last modified time | relevance | path

Searched refs:AsyncWriteRow (Results 1 – 5 of 5) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/datasetops/
Dcache_op.cc80 rc = cache_client_->AsyncWriteRow(row); in CacheAllRows()
Dcache_merge_op.cc258 Status rc = cc->AsyncWriteRow(row); in AsyncSendCacheRequest()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/cache/
Dcache_client.h258 Status AsyncWriteRow(const TensorRow &row);
Dcache_client.cc120 Status CacheClient::AsyncWriteRow(const TensorRow &row) { in AsyncWriteRow() function in mindspore::dataset::CacheClient
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/cache/perf/
Dcache_pipeline_run.cc298 rc = cc_->AsyncWriteRow(std::move(row)); in WriterWorkerEntry()