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