MCPcopy Create free account
hub / github.com/ARM-software/ComputeLibrary / exp

Method exp

include/half/half.hpp:1367–1367  ·  view source on GitHub ↗

Exponential implementation. \param arg function argument \return function value stored in single-preicision

Source from the content-addressed store, hash-verified

1365 /// \param arg function argument
1366 /// \return function value stored in single-preicision
1367 static expr exp(float arg) { return expr(std::exp(arg)); }
1368
1369 /// Exponential implementation.
1370 /// \param arg function argument

Callers

nothing calls this directly

Calls 2

exprClass · 0.85
expFunction · 0.85

Tested by

no test coverage detected