Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/mindrecord/io/
Dshard_reader.cc1658 std::vector<std::tuple<std::map<std::string, std::vector<uint8_t>>, json>> res_with_blobs; in GetNext() local
1680 res_with_blobs.emplace_back(std::move(key_with_blob_fields), std::move(std::get<1>(*iter))); in GetNext()
1683 return res_with_blobs; in GetNext()