Home
last modified time | relevance | path

Searched defs:in_col_names (Results 1 – 7 of 7) sorted by relevance

/third_party/mindspore/tests/ut/cpp/dataset/
Dfilter_op_test.cc36 std::vector<std::string> in_col_names = {}; in Filter() local
Drename_op_test.cc69 std::vector<std::string> in_col_names = {"label"}; in TEST_F() local
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/datasetops/
Drename_op.cc29 RenameOp::RenameOp(const std::vector<std::string> &in_col_names, const std::vector<std::string> &ou… in RenameOp()
Dfilter_op.cc32 FilterOp::FilterOp(const std::vector<std::string> &in_col_names, int32_t num_workers, int32_t op_qu… in FilterOp()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/ir/datasetops/
Dbatch_node.cc34const std::vector<std::string> &in_col_names, const std::vector<std::string> &out_col_names, in BatchNode()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/datasetops/map_op/
Dmap_op.cc34 MapOp::MapOp(const std::vector<std::string> &in_col_names, const std::vector<std::string> &out_col_… in MapOp()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/api/python/bindings/dataset/engine/ir/datasetops/
Dbindings.cc101 py::object size_obj, py::object map_obj, py::dict pad_info) { in __anon4440814b0802()