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