3 references to Width
Microsoft.ML.OnnxTransformerTest (3)
OnnxTransformTests.cs (3)
590
[ImageType(Height,
Width
)]
606
byte[] imageData = new byte[
Width
* Height * 4]; // 4 for the red, green, blue and alpha colors
616
Image = MLImage.CreateFromPixels(
Width
, Height, MLPixelFormat.Bgra32, imageData);