6 references to ImageLoadingEstimator
Microsoft.ML.TensorFlow.Tests (3)
TensorflowTests.cs (3)
149var pipeEstimator = new ImageLoadingEstimator(_mlContext, imageFolder, ("ImageReal", "ImagePath")) 1020var pipeEstimator = new ImageLoadingEstimator(_mlContext, imageFolder, 1159var pipeEstimator = new ImageLoadingEstimator(_mlContext, imageFolder, ("ImageReal", "ImagePath"))
Microsoft.ML.Tests (3)
ImagesTests.cs (3)
50var pipe = new ImageLoadingEstimator(env, imageFolder, ("ImageReal", "ImagePath")) 74var pipe = new ImageLoadingEstimator(env, imageFolder, ("ImageReal", "ImagePath")) 1021var pipe = new ImageLoadingEstimator(env, imageFolder, ("ImageReal", "ImagePath"))