1 write to _srcTypes
Microsoft.ML.Data (1)
Transforms\SlotsDroppingTransformer.cs (1)
474
_srcTypes
= new DataViewType[_parent.ColumnPairs.Length];
12 references to _srcTypes
Microsoft.ML.Data (12)
Transforms\SlotsDroppingTransformer.cs (12)
484
_srcTypes
[i] = inputSchema[_cols[i]].Type;
485
VectorDataViewType srcVectorType =
_srcTypes
[i] as VectorDataViewType;
487
var rawType = srcVectorType?.ItemType ??
_srcTypes
[i];
529
var typeSrc =
_srcTypes
[iinfo];
725
var typeSrc =
_srcTypes
[iinfo];
742
Host.Assert(!(
_srcTypes
[iinfo] is VectorDataViewType));
745
return Utils.MarshalInvoke(_makeOneTrivialGetterMethodInfo, this,
_srcTypes
[iinfo].RawType);
763
VectorDataViewType vectorType = (VectorDataViewType)
_srcTypes
[iinfo];
784
VectorDataViewType vectorType = (VectorDataViewType)
_srcTypes
[iinfo];
794
int srcValueCount =
_srcTypes
[iinfo].GetValueCount();
837
if (
_srcTypes
[iinfo] is VectorDataViewType vectorType && vectorType.IsKnownSize)
915
var type =
_srcTypes
[iinfo].GetItemType();