MCPcopy Create free account
hub / github.com/MegEngine/MegEngine / acosh

Function acosh

dnn/include/megdnn/dtype/half.hpp:2421–2421  ·  view source on GitHub ↗

Hyperbolic area cosine. \param arg function argument \return area cosine value of \a arg template typename enable ::type acosh(T arg) { return functions::acosh(arg); }

Source from the content-addressed store, hash-verified

2419 /// \return area cosine value of \a arg
2420// template<typename T> typename enable<expr,T>::type acosh(T arg) { return functions::acosh(arg); }
2421 MEGDNN_HOST MEGDNN_DEVICE inline expr acosh(half arg) { return functions::acosh(arg); }
2422 MEGDNN_HOST MEGDNN_DEVICE inline expr acosh(expr arg) { return functions::acosh(arg); }
2423
2424 /// Hyperbolic area tangent.

Callers 2

acoshMethod · 0.70
TESTFunction · 0.50

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.40