1 write to _slotType
Microsoft.ML.Data (1)
Transforms\LabelConvertTransform.cs (1)
191
Interlocked.CompareExchange(ref
_slotType
, new VectorDataViewType(NumberDataViewType.Single, srcSlotType.Dimensions), null);
1 reference to _slotType
Microsoft.ML.Data (1)
Transforms\LabelConvertTransform.cs (1)
192
return
_slotType
;