2 references to OutputsToDrop
Microsoft.ML.OnnxConverter (2)
SaveOnnxCommand.cs (2)
57
[Argument(ArgumentType.AtMostOnce, Visibility = ArgumentAttribute.VisibilityType.EntryPointsOnly, HelpText = "Array of output column names to drop", Name = nameof(
OutputsToDrop
), SortOrder = 8)]
112
_outputsToDrop = CreateDropMap(args.OutputsToDropArray ?? args.
OutputsToDrop
?.Split(','));