Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
261
impl Drop for Model {
Callers
5
test_calc_prediction
Function · 0.80
test_predict_model_with_num_features
Function · 0.80
test_predict_model_with_num_cat_features
Function · 0.80
test_predict_model_with_num_cat_text_features
Function · 0.80
test_predict_model_with_num_cat_text_embedding_features
Function · 0.80
Calls
1
EnableGPUEvaluation
Function · 0.85
Tested by
5
test_calc_prediction
Function · 0.64
test_predict_model_with_num_features
Function · 0.64
test_predict_model_with_num_cat_features
Function · 0.64
test_predict_model_with_num_cat_text_features
Function · 0.64
test_predict_model_with_num_cat_text_embedding_features
Function · 0.64