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

Method GetRawData

library/cpp/netliba/v12/ib_collective.cpp:398–401  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

396
397 public:
398 void* GetRawData() {
399 char* myData = (char*)MemBlock[CurrentBuffer]->GetData();
400 return myData + CurrentOffset;
401 }
402 size_t GetRawDataSize() {
403 return DataSize;
404 }

Callers

nothing calls this directly

Calls 1

GetDataMethod · 0.45

Tested by

no test coverage detected