2 instantiations of Input
Microsoft.ML.EntryPoints (2)
TrainTestMacro.cs (2)
190
var args = new ScoreModel.
Input
();
224
args = new ScoreModel.
Input
();
2 references to Input
Microsoft.ML.EntryPoints (2)
ScoreModel.cs (1)
68
public static Output Score(IHostEnvironment env,
Input
input)
TrainTestMacro.cs (1)
190
var
args = new ScoreModel.Input();