Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Write
Method · 0.95
cuda_base.h
File · 0.45
RequestHandlesImpl
Method · 0.45
RequestStream
Method · 0.45
GetMemoryState
Method · 0.45
GetForObject
Method · 0.45
GetColumn
Method · 0.45
CreateDeviceRequestConfig
Method · 0.45
IsRunning
Method · 0.45
IsReadyToSubmitNext
Method · 0.45
TryProceedTask
Method · 0.45
RunIteration
Method · 0.45
Calls
no outgoing calls
Tested by
5
LoadTrainingData
Function · 0.36
Y_UNIT_TEST
Function · 0.36
TestCompressedIndexBuilder
Function · 0.36
TestPointwiseHistogramForFeatureParallelDataSet
Function · 0.36
TestPointwiseHistogramForDocParallelDataSet
Function · 0.36