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