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

Function acos

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

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

Source from the content-addressed store, hash-verified

2363 /// \return arc cosine value of \a arg
2364// template<typename T> typename enable<expr,T>::type acos(T arg) { return functions::acos(arg); }
2365 MEGDNN_HOST MEGDNN_DEVICE inline expr acos(half arg) { return functions::acos(arg); }
2366 MEGDNN_HOST MEGDNN_DEVICE inline expr acos(expr arg) { return functions::acos(arg); }
2367
2368 /// Arc tangent function.

Callers 7

acosMethod · 0.70
dispatch_elemwise_modeFunction · 0.50
TESTFunction · 0.50
resize_cv.cppFile · 0.50
resize_cv.cppFile · 0.50
resize_cv.cppFile · 0.50
resize_cv.cppFile · 0.50

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.40