5 references to Commands
Microsoft.ML.Maml (3)
ChainCommand.cs (3)
53
if (_args.
Commands
!= null)
55
for (int i = 0; i < _args.
Commands
.Length; i++)
59
var sub = _args.
Commands
[i];
Microsoft.ML.ResultProcessor (2)
ResultProcessor.cs (2)
435
if (Utils.Size(chainArgs.
Commands
) == 0)
437
var acceptableCommand = chainArgs.
Commands
.Cast<ICommandLineComponentFactory>().FirstOrDefault(x =>