Home
last modified time | relevance | path

Searched defs:GetNextSampleIds (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/mindrecord/meta/
Dshard_task_list.cc38 std::vector<int64_t> GeneratorIds::GetNextSampleIds(const bool &need_shuffle, const uint32_t &seed)… in GetNextSampleIds() function in mindspore::mindrecord::GeneratorIds
389 std::vector<int64_t> ShardTaskList::GetNextSampleIds() { in GetNextSampleIds() function in mindspore::mindrecord::ShardTaskList
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/mindrecord/io/
Dshard_reader.cc1769 std::vector<int64_t> ShardReader::GetNextSampleIds() { return tasks_.GetNextSampleIds(); } in GetNextSampleIds() function in mindspore::mindrecord::ShardReader