MCPcopy Create free account
hub / github.com/catboost/catboost / SingleObjectSize

Method SingleObjectSize

catboost/cuda/cuda_lib/mapping.h:26–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24 }
25
26 inline ui64 SingleObjectSize() const {
27 return ObjectSize;
28 }
29
30 //indexing without GPU-layout
31 ui64 MemorySize(const TSlice& slice) const {

Callers 12

DeviceViewMethod · 0.80
ConstDeviceViewMethod · 0.80
StripeViewFunction · 0.80
ParallelStripeViewFunction · 0.80
AllReduceFunction · 0.80
AllReduceThroughMasterFunction · 0.80
TailImplFunction · 0.80
ReadBestSolutionMethod · 0.80
SplitLeavesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected