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

Method tanh

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

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

Source from the content-addressed store, hash-verified

1514 /// \param arg function argument
1515 /// \return function value stored in single-preicision
1516 static expr tanh(float arg) { return expr(std::tanh(arg)); }
1517
1518 /// Hyperbolic area sine implementation.
1519 /// \param arg function argument

Callers

nothing calls this directly

Calls 2

exprClass · 0.85
tanhFunction · 0.85

Tested by

no test coverage detected