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

Method GetColumn

catboost/cuda/cuda_lib/cuda_kernel_buffer.h:112–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110 }
111
112 T* GetColumn(ui32 columnId) const {
113 CB_ENSURE(columnId < ColumnCount, "Column id " << columnId << " should be less than " << ColumnCount);
114 return Data.Get() + NCudaLib::NAligment::ColumnShift(Size(), columnId);
115 }
116
117 /* this is size of columns with aligments */
118 ui64 AlignedColumnSize() const {

Callers 1

RunMethod · 0.80

Calls 3

ColumnShiftFunction · 0.85
SizeFunction · 0.50
GetMethod · 0.45

Tested by

no test coverage detected