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

Method ObjectCount

catboost/cuda/cuda_lib/cuda_kernel_buffer.h:134–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132 }
133
134 ui64 ObjectCount() const {
135 return Meta.GetObjectCount();
136 }
137
138 ui64 ObjectSize() const {
139 return Meta.GetSingleObjectSize();

Callers 15

PrepareContextMethod · 0.45
PrepareContextMethod · 0.45
RunMethod · 0.45
RunMethod · 0.45
RunMethod · 0.45
RunMethod · 0.45
RunMethod · 0.45
RunMethod · 0.45
RunMethod · 0.45
RunMethod · 0.45
RunMethod · 0.45
RunMethod · 0.45

Calls 1

GetObjectCountMethod · 0.45

Tested by

no test coverage detected