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

Method Get

catboost/cuda/cuda_lib/cuda_kernel_buffer.h:96–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94 TDeviceBuffer(const TDeviceBuffer& other) = default;
95
96 T* Get() const {
97 return Data.Get();
98 }
99
100 T* GetForObject(ui64 objectId) const {
101 return Data.Get() + Meta.GetSingleObjectSize() * objectId;

Callers 15

WriteMethod · 0.95
cuda_base.hFile · 0.45
RequestHandlesImplMethod · 0.45
RequestStreamMethod · 0.45
GetMemoryStateMethod · 0.45
GetForObjectMethod · 0.45
GetColumnMethod · 0.45
IsRunningMethod · 0.45
IsReadyToSubmitNextMethod · 0.45
TryProceedTaskMethod · 0.45
RunIterationMethod · 0.45

Calls

no outgoing calls