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