3 writes to _useImageType
Microsoft.ML.ImageAnalytics (3)
ImageLoader.cs (3)
116_useImageType = type; 145_useImageType = ctx.Reader.ReadBoolean(); 147_useImageType = true; // It is an ImageDataViewType
2 references to _useImageType
Microsoft.ML.ImageAnalytics (2)
ImageLoader.cs (2)
177ctx.Writer.Write(_useImageType); 192private protected override IRowMapper MakeRowMapper(DataViewSchema schema) => new Mapper(this, schema, _useImageType);