Home
last modified time | relevance | path

Searched refs:col_order (Results 1 – 5 of 5) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/ir/datasetops/
Dbatch_node.cc35 const std::vector<std::string> &col_order, py::function batch_size_func, in BatchNode() argument
43 col_order_(col_order), in BatchNode()
Dbatch_node.h38 …const std::vector<std::string> &col_order, py::function batch_size_func, py::function batch_map_fu…
/third_party/mindspore/tests/ut/python/dataset/
Dtest_project.py169 def test_config(num, col_order): argument
171 dst = dst.project(col_order)
Dtest_var_batch_map.py332 def batch_map_config(num, s, f, in_nms, out_nms, col_order=None): argument
336 column_order=col_order)
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/api/python/bindings/dataset/engine/ir/datasetops/
Dbindings.cc100 … bool pad, py::list in_col_names, py::list out_col_names, py::list col_order, in __anonb78612490802()
112 … toStringVector(out_col_names), toStringVector(col_order), size_func, map_func, c_pad_info); in __anonb78612490802()