38 references to Log
Microsoft.Extensions.ML (1)
MLOptions.cs (1)
57options.MLContext.Log += Log;
Microsoft.ML.AutoML (2)
AutoMLExperiment\IMLContextManager.cs (1)
42newContext.Log += (o, e) =>
Experiment\Experiment.cs (1)
159_currentModelMLContext.Log += RelayCurrentContextLogsToLogger;
Microsoft.ML.AutoML.Samples (3)
AutoMLExperiment.cs (1)
35context.Log += (object o, LoggingEventArgs e) =>
Cifar10.cs (1)
29context.Log += (e, o) =>
Sweepable\SweepableLightGBMBinaryExperiment.cs (1)
61context.Log += (object o, LoggingEventArgs e) =>
Microsoft.ML.AutoML.Tests (18)
AutoFitTests.cs (5)
153context.Log += (o, e) => 184context.Log += (o, e) => 214context.Log += (o, e) => 263context.Log += (o, e) => 383context.Log += (o, e) =>
AutoMLExperimentTests.cs (12)
49context.Log += (o, e) => 67context.Log += (o, e) => 96context.Log += (o, e) => 136context.Log += (o, e) => 155context.Log += (o, e) => 197context.Log += (o, e) => 213context.Log += (o, e) => 238context.Log += (o, e) => 263context.Log += (o, e) => 288context.Log += (o, e) => 315context.Log += (o, e) => 342context.Log += (o, e) =>
MLContextManagerTests.cs (1)
53mainContext.Log += (o, e) =>
Microsoft.ML.Core.Tests (1)
UnitTests\TestHosts.cs (1)
128env.Log += (sender, e) => messages.Add(e.Message);
Microsoft.ML.Data (2)
LoggingEventArgs.cs (1)
11/// Provides data for the <see cref="MLContext.Log"/> event.
MLContext.cs (1)
157var log = Log;
Microsoft.ML.Fairlearn.Tests (1)
GridSearchTest.cs (1)
83context.Log += (o, e) =>
Microsoft.ML.IntegrationTests (2)
Debugging.cs (1)
168mlContext.Log += logWatcher.ObserveEvent;
SchemaDefinitionTests.cs (1)
27_ml.Log += LogTestOutput;
Microsoft.ML.Samples (1)
Dynamic\Trainers\MulticlassClassification\ImageClassification\ImageClassificationDefault.cs (1)
36mlContext.Log += MlContext_Log;
Microsoft.ML.Samples.GPU (1)
docs\samples\Microsoft.ML.Samples\Dynamic\Trainers\MulticlassClassification\ImageClassification\ImageClassificationDefault.cs (1)
36mlContext.Log += MlContext_Log;
Microsoft.ML.TensorFlow.Tests (1)
TensorflowTests.cs (1)
1001_mlContext.Log += (sender, e) => logMessages.Add(e.Message);
Microsoft.ML.TestFramework (1)
BaseTestBaseline.cs (1)
110ML.Log += LogTestOutput;
Microsoft.ML.Tests (3)
TrainerEstimators\TreeEstimators.cs (3)
1029context.Log += (o, e) => 1072context.Log += (o, e) => 1100context.Log += (o, e) =>
Microsoft.ML.TorchSharp.Tests (1)
ObjectDetectionTests.cs (1)
73ML.Log += (o, e) =>