3 references to KindCount
Microsoft.ML.Core (1)
Data\DataKind.cs (1)
141
Contracts.Check(0 <= index && index <
KindCount
);
Microsoft.ML.Data (2)
DataLoadSave\Text\TextLoaderParser.cs (2)
69
_creatorsOne = new Func<RowSet, ColumnPipe>[InternalDataKindExtensions.
KindCount
];
70
_creatorsVec = new Func<RowSet, ColumnPipe>[InternalDataKindExtensions.
KindCount
];