Home
last modified time | relevance | path

Searched refs:WriteRow (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/datasetops/
Dcache_op.cc82 RETURN_IF_NOT_OK(cache_client_->WriteRow(row)); in CacheAllRows()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/cache/
Dcache_client.h157 Status WriteRow(const TensorRow &row, row_id_type *row_id_from_server = nullptr) const;
Dcache_client.cc109 Status CacheClient::WriteRow(const TensorRow &row, row_id_type *row_id_from_server) const { in WriteRow() function in mindspore::dataset::CacheClient
/third_party/mindspore/tests/ut/cpp/dataset/
Dcache_op_test.cc118 rc = myClient->WriteRow(row, &row_id); in TEST_F()
184 RETURN_IF_NOT_OK(myClient->WriteRow(row)); in TEST_F()