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

Method GetForObject

catboost/cuda/cuda_lib/cuda_kernel_buffer.h:100–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98 }
99
100 T* GetForObject(ui64 objectId) const {
101 return Data.Get() + Meta.GetSingleObjectSize() * objectId;
102 }
103
104 T operator[](ui64 idx) const {
105 T value;

Callers 3

RunMethod · 0.80
RunMethod · 0.80
RunMethod · 0.80

Calls 2

GetSingleObjectSizeMethod · 0.80
GetMethod · 0.45

Tested by

no test coverage detected