Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/mindrecord/include/
Dshard_header.h117 int GetShardCount() const { return shard_count_; } in GetShardCount() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/mindrecord/io/
Dshard_reader.cc382 int ShardReader::GetShardCount() const { return shard_header_->GetShardCount(); } in GetShardCount() function in mindspore::mindrecord::ShardReader