2 references to InputsToDrop
Microsoft.ML.OnnxConverter (2)
SaveOnnxCommand.cs (2)
51
[Argument(ArgumentType.AtMostOnce, Visibility = ArgumentAttribute.VisibilityType.EntryPointsOnly, HelpText = "Array of input column names to drop", Name = nameof(
InputsToDrop
), SortOrder = 6)]
111
_inputsToDrop = CreateDropMap(args.InputsToDropArray ?? args.
InputsToDrop
?.Split(','));