Home
last modified time | relevance | path

Searched defs:col_name (Results 1 – 5 of 5) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/
Ddata_schema.cc52 ColDescriptor::ColDescriptor(const std::string &col_name, DataType col_type, TensorImpl tensor_impl… in ColDescriptor()
198 std::string col_name = it.key(); in AnyOrderLoad() local
227 const std::string &col_name = column_info.key(); in ColumnOrderLoad() local
274 Status DataSchema::ColumnLoad(nlohmann::json column_child_tree, const std::string &col_name) { in ColumnLoad()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/datasetops/map_op/
Dmap_op.cc357 for (const auto &col_name : in_columns_) { in InitPrivateVariable() local
363 for (const auto &col_name : in_columns_) { in InitPrivateVariable() local
386 for (const auto &col_name : out_columns_) { in CreateFinalColMap() local
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/api/
Diterator.cc42 std::vector<char> col_name(de_tensor.first.begin(), de_tensor.first.end()); in GetNextRowCharIF() local
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/datasetops/source/
Drandom_data_op.cc102 std::string col_name = "c" + std::to_string(i); in GenerateSchema() local
/third_party/boost/tools/build/src/engine/
Ddebugger.cpp2009 static void debug_mi_format_breakpoint_header_col( int width, int alignment, const char * col_name,… in debug_mi_format_breakpoint_header_col()