Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Filter
Function · 0.85
Get
Method · 0.45
Size
Method · 0.45
GetStream
Method · 0.45
Tested by
no test coverage detected