3 references to EntryPointKindAttribute
Microsoft.ML.Core (3)
ComponentModel\ComponentCatalog.cs (3)
372var kindAttr = type.GetTypeInfo().GetCustomAttributes(typeof(TlcModule.EntryPointKindAttribute), false).FirstOrDefault() 373as TlcModule.EntryPointKindAttribute;