4 references to StdoutPath
Microsoft.ML.TestFramework (4)
BaseTestPredictorsMaml.cs (2)
167
var consOutPath = ctx.
StdoutPath
();
260
OutputPath consOutPath2 = ctx2.
StdoutPath
();
TestCommandBase.cs (2)
296
OutputPath outputPath = ctx.
StdoutPath
();
606
return Params.
StdoutPath
();