3 references to Fill
Microsoft.ML.AutoML (1)
ResizeImageOption.generated.cs (1)
40public ResizingKind Resizing {get; set;} = ResizingKind.Fill;
Microsoft.ML.ImageAnalytics (1)
ImageResizer.cs (1)
322ImageResizingEstimator.ResizingKind.Fill => ImageResizeMode.Fill,
Microsoft.ML.Tests (1)
ImagesTests.cs (1)
1023resizing: ImageResizingEstimator.ResizingKind.Fill));