3 writes to PeakMemoryInMegaByte
Microsoft.ML.AutoML (2)
AutoMLExperiment\AutoMLExperiment.cs (1)
278trialResult.PeakMemoryInMegaByte = peakMemoryInMB;
AutoMLExperiment\ITrialResultManager.cs (1)
184PeakMemoryInMegaByte = peakMemory,
Microsoft.ML.AutoML.Tests (1)
TrialResultManagerTest.cs (1)
50PeakMemoryInMegaByte = i * 0.97,
1 reference to PeakMemoryInMegaByte
Microsoft.ML.AutoML (1)
AutoMLExperiment\ITrialResultManager.cs (1)
111trialResult.PeakMemoryInMegaByte?.ToString("F3", CultureInfo.InvariantCulture),