Home
last modified time | relevance | path

Searched defs:column_index (Results 1 – 9 of 9) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/kernels/data/
Dparse_example_op.cc753 for (int32_t column_index = 0; column_index < data_schema_.NumColumns(); ++column_index) { in ParseSingleExample() local
792 const auto column_index = column_name_id_map_[std::string(feature_name)]; in ParseSingleExample() local
838 for (int32_t column_index = 0; column_index < data_schema_.NumColumns(); ++column_index) { in ParseSingleExample() local
958 std::shared_ptr<Tensor> *column_tensor, const size_t column_index) { in FillAndCopyVarLenTensor()
976 std::shared_ptr<Tensor> *column_tensor, const size_t column_index, in FillAndCopyVarLenString()
1009 … TensorRow *parsed_row, int32_t column_index, const DataSchema &data_schema, in MergeDenseVarLenMiniBatches()
1038 for (int32_t column_index = 0; column_index < data_schema_.NumColumns(); ++column_index) { in ParallelParseExample() local
1106 auto column_index = string_column->first; in ParallelParseExample() local
1122 for (int32_t column_index = 0; column_index < data_schema_.NumColumns(); ++column_index) { in ParallelParseExample() local
1138 const int32_t column_index, const size_t tensor_index, in ParseSerializedKnownShapeColumn()
[all …]
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/engine/datasetops/
Dbucket_batch_by_length_op.cc113 int32_t column_index = map_item->second; in ObtainElementLength() local
Dbatch_op.cc188 … std::shared_ptr<Tensor> *batched_tensor, dsize_t batch_size, size_t column_index, in ConvertRowsToTensor()
/third_party/rust/crates/codespan/codespan-reporting/src/
Dfiles.rs149 let column_index = column_index(source.as_ref(), line_range, byte_index); in column_number() localVariable
206 pub fn column_index(source: &str, line_range: Range<usize>, byte_index: usize) -> usize { in column_index() function
/third_party/mesa3d/src/imgui/
Dimgui.cpp8210 static float GetDraggedColumnOffset(ImGuiColumnsSet* columns, int column_index) in GetDraggedColumnOffset()
8227 float ImGui::GetColumnOffset(int column_index) in GetColumnOffset()
8242 static float GetColumnWidthEx(ImGuiColumnsSet* columns, int column_index, bool before_resize = fals… in GetColumnWidthEx()
8255 float ImGui::GetColumnWidth(int column_index) in GetColumnWidth()
8266 void ImGui::SetColumnOffset(int column_index, float offset) in SetColumnOffset()
8288 void ImGui::SetColumnWidth(int column_index, float width) in SetColumnWidth()
8299 void ImGui::PushColumnClipRect(int column_index) in PushColumnClipRect()
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_msl.cpp4314 auto column_index = lhs_expr.find_last_of('['); in emit_store_statement() local
4465 auto column_index = lhs_expr.find_last_of('['); in emit_store_statement() local
Dspirv_glsl.cpp8811 auto column_index = expr.find_last_of('['); in access_chain_internal() local
12823 auto column_index = exp_str.find_last_of('['); in convert_row_major_matrix() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/ps/parse/
Dparse.cc1120 constexpr size_t column_index = 2; in GetLocation() local
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cShadingLanguage420PackTests.cpp14706 const GLchar* column_index = 0; in getVectorValues() local