1 write to _types
Microsoft.ML.Data (1)
Transforms\TypeConverting.cs (1)
396_types = new DataViewType[_parent._columns.Length];
7 references to _types
Microsoft.ML.Data (7)
Transforms\TypeConverting.cs (7)
403out PrimitiveDataViewType itemType, out _types[i])) 441if (_types[i].IsKnownSizeVector()) 445DataViewType currentItemType = _types[i].GetItemType(); 462result[i] = new DataViewSchema.DetachedColumn(_parent._columns[i].Name, _types[i], builder.ToAnnotations()); 472if (!(_types[iinfo] is VectorDataViewType vectorType)) 473return RowCursorUtils.GetGetterAs(_types[iinfo], input, _srcCols[iinfo]); 491ctx.AddIntermediateVariable(_types[iinfo], _parent._columns[iinfo].Name)))