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

Method Run

catboost/cuda/cuda_util/transform.cpp:821–824  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

819 Y_SAVELOAD_DEFINE(Data);
820
821 void Run(const TCudaStream& stream) const {
822 CB_ENSURE(Data.Size() == Data.ObjectCount());
823 NKernel::Reverse<T>(Data.Get(), Data.Size(), stream.GetStream());
824 }
825 };
826}
827

Callers

nothing calls this directly

Calls 4

SizeMethod · 0.45
ObjectCountMethod · 0.45
GetMethod · 0.45
GetStreamMethod · 0.45

Tested by

no test coverage detected