3 writes to InterleavedColors
Microsoft.ML.ImageAnalytics (3)
VectorToImageTransform.cs (3)
515InterleavedColors = item.Interleave ?? args.Interleave; 573InterleavedColors = ctx.Reader.ReadBoolByte(); 634InterleavedColors = interleavedColors;
2 references to InterleavedColors
Microsoft.ML.ImageAnalytics (2)
VectorToImageTransform.cs (2)
381if (ex.InterleavedColors) 683ctx.Writer.WriteBoolByte(InterleavedColors);