Searched refs:col_order (Results 1 – 5 of 5) sorted by relevance
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/ir/datasetops/ |
D | batch_node.cc | 35 const std::vector<std::string> &col_order, py::function batch_size_func, in BatchNode() argument 43 col_order_(col_order), in BatchNode()
|
D | batch_node.h | 38 …const std::vector<std::string> &col_order, py::function batch_size_func, py::function batch_map_fu…
|
/third_party/mindspore/tests/ut/python/dataset/ |
D | test_project.py | 169 def test_config(num, col_order): argument 171 dst = dst.project(col_order)
|
D | test_var_batch_map.py | 332 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/ |
D | bindings.cc | 100 … 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()
|