Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/minddata/mindrecord/include/
Dshard_column.h90 std::vector<std::vector<int64_t>> GetColumnShape() { return column_shape_; } in GetColumnShape() function
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/datasetops/source/
Dmindrecord_op.cc75 std::vector<std::vector<int64_t>> col_shapes = shard_reader_->GetShardColumn()->GetColumnShape(); in Init()