12 references to CApiDType
Microsoft.ML.LightGbm (12)
WrappedLightGbmDataset.cs (4)
160
WrappedLightGbmInterface.
CApiDType
.Float32));
182
WrappedLightGbmInterface.
CApiDType
.Float32));
193
WrappedLightGbmInterface.
CApiDType
.Int32));
205
WrappedLightGbmInterface.
CApiDType
.Float64));
WrappedLightGbmInterface.cs (8)
102
CApiDType
dataType,
113
return DatasetPushRows(dataset, data,
CApiDType
.Float32, numRow, numCol, startRowIdx);
119
CApiDType
indPtrType,
122
CApiDType
dataType,
138
indPtr,
CApiDType
.Int32,
139
indices, data,
CApiDType
.Float32,
152
CApiDType
type);
216
public static extern unsafe int BoosterPredictForMat(SafeBoosterHandle handle, IntPtr data,
CApiDType
dataType, int nRow, int nCol, int isRowMajor,