3 references to Name
Microsoft.ML.Data (3)
Model\Pfa\SavePfaCommand.cs (3)
71
if (args.
Name
== null && _outputModelPath != null)
73
else if (!string.IsNullOrWhiteSpace(args.
Name
))
74
_name = args.
Name
;