3 references to Name
Microsoft.ML.Data (2)
EntryPoints\InputBuilder.cs (2)
696
if (name == (_attrs[i].
Name
?? _fields[i].Name))
725
yield return new KeyValuePair<string, object>(attr.
Name
?? fieldInfo.Name, fieldInfo.GetValue(output));
Microsoft.ML.EntryPoints (1)
JsonUtils\JsonManifestUtils.cs (1)
298
jo[FieldNames.Name] = outputAttr.
Name
?? fieldInfo.Name;