2 writes to _types
Microsoft.ML.Transforms (2)
MissingValueIndicatorTransform.cs (2)
82_types = GetTypesAndMetadata(); 95_types = GetTypesAndMetadata();
3 references to _types
Microsoft.ML.Transforms (3)
MissingValueIndicatorTransform.cs (3)
172return _types[iinfo]; 179int size = _types[iinfo].Size; 188Host.Assert(_types[iinfo].Size == 2);