1 write to _typeDst
Microsoft.ML.Data (1)
DataView\LambdaColumnMapper.cs (1)
115_typeDst = typeDst;
3 references to _typeDst
Microsoft.ML.Data (3)
DataView\LambdaColumnMapper.cs (3)
127bldr.AddGetter(AnnotationUtils.Kinds.KeyValues, new VectorDataViewType(TextDataViewType.Instance, _typeDst.GetItemType().GetKeyCountAsInt32(Host)), mdGetter); 131int vectorSize = _typeDst.GetVectorSize(); 151return _typeDst;