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

Method GetRawResult

library/cpp/par/par_util.h:146–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144 return Callback->IsReadyFlag;
145 }
146 void GetRawResult(TVector<TVector<char>>* res) {
147 Callback->Ready.Wait();
148 Y_ASSERT(Callback->IsReadyFlag);
149 if (res)
150 res->swap(Callback->Results);
151 }
152 template <class T>
153 void GetResult(T* res) {
154 TVector<TVector<char>> buf;

Callers

nothing calls this directly

Calls 2

WaitMethod · 0.45
swapMethod · 0.45

Tested by

no test coverage detected