1 instantiation of ComponentKind
Microsoft.ML.Core (1)
Data\ServerChannel.cs (1)
142[TlcModule.ComponentKind("Server")]
6 references to ComponentKind
Microsoft.ML.Core (6)
ComponentModel\ComponentCatalog.cs (6)
604var faceAttr = faceType.GetTypeInfo().GetCustomAttributes(typeof(TlcModule.ComponentKindAttribute), false).FirstOrDefault() 605as TlcModule.ComponentKindAttribute; 939var faceAttr = signatureType.GetTypeInfo().GetCustomAttributes(typeof(TlcModule.ComponentKindAttribute), false).FirstOrDefault() 940as TlcModule.ComponentKindAttribute;