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)
604
var
faceAttr = faceType.GetTypeInfo().GetCustomAttributes(typeof(TlcModule.
ComponentKindAttribute
), false).FirstOrDefault()
605
as TlcModule.
ComponentKindAttribute
;
939
var
faceAttr = signatureType.GetTypeInfo().GetCustomAttributes(typeof(TlcModule.
ComponentKindAttribute
), false).FirstOrDefault()
940
as TlcModule.
ComponentKindAttribute
;