4 references to TryFindComponent
Microsoft.ML.Core (1)
ComponentModel\ComponentCatalog.cs (1)
949if (!TryFindComponent(type, out component))
Microsoft.ML.Data (2)
EntryPoints\InputBuilder.cs (2)
347bool success = _catalog.TryFindComponent(type, out ComponentCatalog.ComponentInfo instanceInfo); 359success = _catalog.TryFindComponent(deftype, out defaultInfo);
Microsoft.ML.EntryPoints (1)
JsonUtils\JsonManifestUtils.cs (1)
460if (!catalog.TryFindComponent(type, out componentInfo))