MCPcopy 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);

Calls

no outgoing calls

Tested by 6

LoadTrainingDataFunction · 0.36
TestDatasetHolderBuilderFunction · 0.36
BuildTreeCtrSplitCpuMethod · 0.36