Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/
Ddataset_iterator.cc55 if (col_name_id_map_.empty()) { in GetNextAsMap()
58 col_name_id_map_ = this->GetColumnNameMap(); in GetNextAsMap()
62 for (const auto colMap : col_name_id_map_) { in GetNextAsMap()
Ddataset_iterator.h79 std::unordered_map<std::string, int32_t> col_name_id_map_; variable