MCPcopy Create free account
hub / github.com/NVIDIA/TensorRT / exp2

Function exp2

samples/common/half.h:3098–3101  ·  view source on GitHub ↗

Binary exponential. \param arg function argument \return 2 raised to \a arg template typename enable ::type exp2(T arg) { return functions::exp2(arg); }

Source from the content-addressed store, hash-verified

3096/// \return 2 raised to \a arg
3097// template<typename T> typename enable<expr,T>::type exp2(T arg) { return functions::exp2(arg); }
3098inline expr exp2(half arg)
3099{
3100 return functions::exp2(arg);
3101}
3102inline expr exp2(expr arg)
3103{
3104 return functions::exp2(arg);

Callers 1

exp2Method · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected