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

Function log

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

Natural logorithm. \param arg function argument \return logarithm of \a arg to base e template typename enable ::type log(T arg) { return functions::log(arg); }

Source from the content-addressed store, hash-verified

2336 /// \return logarithm of \a arg to base e
2337// template<typename T> typename enable<expr,T>::type log(T arg) { return functions::log(arg); }
2338 inline expr log(half arg) { return functions::log(arg); }
2339 inline expr log(expr arg) { return functions::log(arg); }
2340
2341 /// Common logorithm.

Callers 15

q8_prepare_lutFunction · 0.85
init_lutFunction · 0.85
neon_softmax_x_floatFunction · 0.85
neon_softmax_non_x_floatFunction · 0.85
neon_softmax_x_quantizedFunction · 0.85
activate_floatFunction · 0.85
normalization_layerFunction · 0.85
elementwise_unaryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected