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