1 write to Name
Microsoft.ML.Core (1)
ComponentModel\ComponentCatalog.cs (1)
346Name = attribute.Name ?? string.Join(".", method.DeclaringType.Name, method.Name);
7 references to Name
Microsoft.ML.Core (3)
ComponentModel\ComponentCatalog.cs (3)
386public override string ToString() => $"{Name}: {Description}"; 577if (_entryPointMap.ContainsKey(entryPointInfo.Name)) 584_entryPointMap[entryPointInfo.Name] = entryPointInfo;
Microsoft.ML.Core.Tests (1)
UnitTests\TestEntryPoints.cs (1)
340x.Name,
Microsoft.ML.Data (1)
EntryPoints\EntryPointNode.cs (1)
770result[FieldNames.Name] = _entryPoint.Name;
Microsoft.ML.EntryPoints (2)
JsonUtils\JsonManifestUtils.cs (2)
33foreach (var entryPointInfo in entryPointInfos.OrderBy(x => x.Name)) 121result[FieldNames.Name] = entryPointInfo.Name;