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