1 reference to RunAll
Microsoft.ML.Samples (1)
Program.cs (1)
9
public static void Main(string[] args) =>
RunAll
(args.Length == 0 ? null : args[0]);