Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/datasetops/
Dproject_op.cc64 …(void)std::transform(projected_column_indices_.begin(), projected_column_indices_.end(), std::back… in Project()
121 projected_column_indices_.push_back(child_column_name_mapping[current_column]); in ComputeColMap()
133 …(void)std::transform(projected_column_indices_.begin(), projected_column_indices_.end(), std::back… in GetNextRowPullMode()
Dproject_op.h93 std::vector<int32_t> projected_column_indices_; variable