Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ GetForObject
Method
GetForObject
catboost/cuda/cuda_lib/cuda_kernel_buffer.h:100–102 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
98
}
99
100
T* GetForObject(ui64 objectId) const {
101
return Data.Get() + Meta.GetSingleObjectSize() * objectId;
102
}
103
104
T operator[](ui64 idx) const {
105
T value;
Callers
3
Run
Method · 0.80
Run
Method · 0.80
Run
Method · 0.80
Calls
2
GetSingleObjectSize
Method · 0.80
Get
Method · 0.45
Tested by
no test coverage detected