6 references to Float32
Microsoft.ML.LightGbm (4)
WrappedLightGbmDataset.cs (2)
160
WrappedLightGbmInterface.CApiDType.
Float32
));
182
WrappedLightGbmInterface.CApiDType.
Float32
));
WrappedLightGbmInterface.cs (2)
114
return DatasetPushRows(dataset, data, CApiDType.
Float32
, numRow, numCol, startRowIdx);
140
indices, data, CApiDType.
Float32
,
Microsoft.ML.Tests (2)
TrainerEstimators\TreeEstimators.cs (2)
537
WrappedLightGbmInterface.BoosterPredictForMat(gbmNative.Handle, (IntPtr)data, WrappedLightGbmInterface.CApiDType.
Float32
,
539
WrappedLightGbmInterface.BoosterPredictForMat(gbmNative.Handle, (IntPtr)data, WrappedLightGbmInterface.CApiDType.
Float32
,