2 references to TryGetComponentShortName
Microsoft.ML.Core (2)
CommandLine\CmdParser.cs (2)
1927bool success = catalog.TryGetComponentShortName(type, out name); 2106bool isModuleComponent = catalog.TryGetComponentShortName(type, out name);