Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/ComputeLibrary
/ exponential
Function
exponential
src/core/helpers/LUTManager.cpp:62–65 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
60
}
61
62
inline float exponential(float fp, const LUTInfo &info)
63
{
64
return std::exp(fp * info.beta);
65
}
66
67
// Read bf16 value as u16, convert to fp32.
68
// Calculate exp in fp32, return as bf16
Callers
2
exponential_bf16
Function · 0.85
init_lut
Function · 0.85
Calls
1
exp
Function · 0.85
Tested by
no test coverage detected