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

Method GetYSize

library/cpp/containers/2d_array/2d_array.h:93–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91 return XSize;
92 }
93 size_t GetYSize() const {
94 return YSize;
95 }
96 void FillZero() {
97 memset(Data, 0, sizeof(T) * XSize * YSize);
98 }

Callers 8

operator==Function · 0.80
BuildDistributionTreeFunction · 0.80
Do2DArrayMethod · 0.80
Do2DArrayDataMethod · 0.80
AddPairwiseBucketsMethod · 0.80
AddMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected