MCPcopy 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
62inline 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_bf16Function · 0.85
init_lutFunction · 0.85

Calls 1

expFunction · 0.85

Tested by

no test coverage detected