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

Method Run

catboost/cuda/cuda_util/filter.cpp:39–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37 Y_SAVELOAD_DEFINE(Weights, Result);
38
39 void Run(const TCudaStream& stream) const {
40 NKernel::Filter(Weights.Get(), Weights.Size(), Result.Get(), stream.GetStream());
41 }
42 };
43}
44

Callers

nothing calls this directly

Calls 4

FilterFunction · 0.85
GetMethod · 0.45
SizeMethod · 0.45
GetStreamMethod · 0.45

Tested by

no test coverage detected