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

Method GetQuerySize

catboost/cuda/gpu_data/samples_grouping.h:115–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113 }
114
115 ui32 GetQuerySize(ui32 id) const override {
116 return QuerySizes[id];
117 }
118
119 ui32 GetQueryId(size_t line) const override {
120 return line < QueryIds.size() ? QueryIds[line] : QuerySizes.size();

Callers 4

CreateGpuGroupingMethod · 0.45
InitYetiRankMethod · 0.45
InitMethod · 0.45
CacheQueryInfoMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected