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