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

Function log2

src/core/NEON/kernels/convolution/common/qsymm8.cpp:37–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35template <typename T> T round(T val) { return ::round(val); }
36template <typename T> T exp2(T val) { return ::exp2(val); }
37template <typename T> T log2(T val) { return ::log2(val); }
38#else /* (__ANDROID__ || BARE_METAL) */
39template <typename T> T round(T val) { return std::round(val); }
40template <typename T> T exp2(T val) { return std::exp2(val); }

Callers 7

make_rescale_paramsMethod · 0.70
neon_softmax_x_floatFunction · 0.50
neon_softmax_x_quantizedFunction · 0.50
configureMethod · 0.50
validateMethod · 0.50
configureMethod · 0.50
validateMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected