Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ GetObjectCount
Method
GetObjectCount
catboost/cuda/cuda_lib/cuda_kernel_buffer.h:40–42 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
}
39
40
ui64 GetObjectCount() const {
41
return ObjectCount;
42
}
43
44
ui64 SliceSize(const TSlice& slice) const {
45
return SingleObjectSize * (slice.Right - slice.Left);
Callers
15
ObjectCount
Method · 0.45
LoadTrainingData
Function · 0.45
EstimatePerDeviceMemoryUsageForCatFeaturesDataSet
Function · 0.45
GetDocCount
Method · 0.45
TFeatureParallelDataSet
Method · 0.45
WriteCtrsAndEstimatedFeatures
Method · 0.45
BuildCtrTarget
Method · 0.45
TDocParallelSplit
Method · 0.45
EstimatePinnedMemorySizeInBytesPerDevice
Method · 0.45
TestCompressedIndexBuilder
Function · 0.45
TestDatasetHolderBuilder
Function · 0.45
TestDocParallelDataSetBuilder
Function · 0.45
Calls
no outgoing calls
Tested by
6
LoadTrainingData
Function · 0.36
TestCompressedIndexBuilder
Function · 0.36
TestDatasetHolderBuilder
Function · 0.36
TestDocParallelDataSetBuilder
Function · 0.36
BuildTreeCtrSplitCpu
Method · 0.36
TestCombinationGradientImpl
Function · 0.36