2 writes to PhysicalMemory
Microsoft.ML.ResultProcessor (2)
ResultProcessor.cs (2)
549
PhysicalMemory
= result.Value.PhysicalMemory,
658
PhysicalMemory
= physicalParsed ? physical : 0,
2 references to PhysicalMemory
Microsoft.ML.ResultProcessor (2)
ResultProcessor.cs (2)
549
PhysicalMemory = result.Value.
PhysicalMemory
,
1150
outStream.Write(predictorName + "\t" + result.Datafile + "\t" + result.TestDatafile + "\t" + result.InputFile + "\t" + result.Time + "\t" + result.
PhysicalMemory
+ "\t" + result.VirtualMemory + "\t" + result.Commandline + "\t" + String.Join(";", result.GetSettings().ToArray()) + "\t");