Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ ObjectSize
Method
ObjectSize
catboost/cuda/cuda_lib/cuda_kernel_buffer.h:138–140 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
136
}
137
138
ui64 ObjectSize() const {
139
return Meta.GetSingleObjectSize();
140
}
141
ui64 SliceMemorySize(const TSlice& slice) const {
142
return Meta.SliceSize(slice);
143
}
Callers
10
Run
Method · 0.80
Run
Method · 0.80
PrepareContext
Method · 0.80
Run
Method · 0.80
Run
Method · 0.80
Run
Method · 0.80
Run
Method · 0.80
Run
Method · 0.80
Run
Method · 0.80
Run
Method · 0.80
Calls
1
GetSingleObjectSize
Method · 0.80
Tested by
no test coverage detected