10 references to Instance
Microsoft.ML.Core.Tests (3)
UnitTests\TestResourceDownload.cs (3)
61await Assert.ThrowsAsync<NotSupportedException>(() => ResourceManagerUtils.Instance.EnsureResourceAsync(env, ch, "Image/ResNet_18_Updated.model", fileName, saveToDir, 10 * 1000));
90await Assert.ThrowsAsync<NotSupportedException>(() => ResourceManagerUtils.Instance.EnsureResourceAsync(env, ch, "Image/ResNet_18_Updated.model", fileName, saveToDir, 10 * 1000));
117var t = ResourceManagerUtils.Instance.EnsureResourceAsync(env, ch, "text/Sswe/sentiment.emd", fileName, saveToDir, 1 * 60 * 1000);
Microsoft.ML.PerformanceTests (1)
Microsoft.ML.TensorFlow (1)
Microsoft.ML.TensorFlow.Tests (1)
Microsoft.ML.TorchSharp (3)
Microsoft.ML.Transforms (1)