Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/minddata/mindrecord/include/
Dshard_index_generator.h108 void DatabaseWriter(); // worker thread
/third_party/mindspore/mindspore/ccsrc/minddata/mindrecord/io/
Dshard_index_generator.cc542 threads.emplace_back(std::thread(&ShardIndexGenerator::DatabaseWriter, this)); in WriteToDatabase()
552 void ShardIndexGenerator::DatabaseWriter() { in DatabaseWriter() function in mindspore::mindrecord::ShardIndexGenerator