MCPcopy 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

RunMethod · 0.80
RunMethod · 0.80
PrepareContextMethod · 0.80
RunMethod · 0.80
RunMethod · 0.80
RunMethod · 0.80
RunMethod · 0.80
RunMethod · 0.80
RunMethod · 0.80
RunMethod · 0.80

Calls 1

GetSingleObjectSizeMethod · 0.80

Tested by

no test coverage detected