MCPcopy Create free account
hub / github.com/catboost/catboost / enable_gpu_evaluation

Method enable_gpu_evaluation

catboost/rust-package/src/model.rs:256–258  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

254 }
255
256 pub fn enable_gpu_evaluation(&self) -> CatBoostResult<()> {
257 CatBoostError::check_return_value( unsafe { catboost_sys::EnableGPUEvaluation(self.handle, 0) } )
258 }
259}
260
261impl Drop for Model {

Calls 1

EnableGPUEvaluationFunction · 0.85