Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ FastExpInplaceAvx2
Function
FastExpInplaceAvx2
library/cpp/fast_exp/fast_exp_avx2.cpp:3–5 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
#include <contrib/libs/fmath/fmath.hpp>
2
3
void FastExpInplaceAvx2(double* x, size_t count) {
4
fmath::expd_v(x, count);
5
}
Callers
2
FastExpInplace
Function · 0.85
FastExpWithInfInplace
Function · 0.85
Calls
1
expd_v
Function · 0.85
Tested by
no test coverage detected