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

Function asinh

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

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

Source from the content-addressed store, hash-verified

2412 /// \return area sine value of \a arg
2413// template<typename T> typename enable<expr,T>::type asinh(T arg) { return functions::asinh(arg); }
2414 MEGDNN_HOST MEGDNN_DEVICE inline expr asinh(half arg) { return functions::asinh(arg); }
2415 MEGDNN_HOST MEGDNN_DEVICE inline expr asinh(expr arg) { return functions::asinh(arg); }
2416
2417 /// Hyperbolic area cosine.

Callers 2

asinhMethod · 0.70
TESTFunction · 0.50

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.40