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

Function asin

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

Arc sine. \param arg function argument \return arc sine value of \a arg template typename enable ::type asin(T arg) { return functions::asin(arg); }

Source from the content-addressed store, hash-verified

2356 /// \return arc sine value of \a arg
2357// template<typename T> typename enable<expr,T>::type asin(T arg) { return functions::asin(arg); }
2358 MEGDNN_HOST MEGDNN_DEVICE inline expr asin(half arg) { return functions::asin(arg); }
2359 MEGDNN_HOST MEGDNN_DEVICE inline expr asin(expr arg) { return functions::asin(arg); }
2360
2361 /// Arc cosine function.

Callers 3

asinMethod · 0.70
dispatch_elemwise_modeFunction · 0.50
TESTFunction · 0.50

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.40