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

Method ConstCopyView

catboost/cuda/cuda_lib/cuda_buffer.h:218–220  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

216 }
217
218 TCudaBuffer<const T, TMapping, Type> ConstCopyView() const {
219 return ColumnsView(TSlice(0, ColumnCount));
220 }
221
222 //TODO: get rid of this. Refactor everything to const in template type instead of holder-objects
223 TCudaBuffer<T, TSingleMapping, Type> DeviceView(ui32 devId) const {

Callers 15

CreateGpuGroupingMethod · 0.80
TTargetMethod · 0.80
BuildDataSetMethod · 0.80
BuildCtrTargetMethod · 0.80
CopyViewMethod · 0.80
TCalcCtrHelperMethod · 0.80
ResetMethod · 0.80

Calls 1

TSliceClass · 0.70

Tested by 5

TestSimpleCtrFunction · 0.64
Y_UNIT_TESTFunction · 0.64
TestIdcgFunction · 0.64
TestDcgFunction · 0.64
TestNdcgFunction · 0.64