mx.symbol.arccosh
¶
Description¶
Returns the element-wise inverse hyperbolic cosine of the input array, computed element-wise.
The storage type of arccosh
output is always dense
Usage¶
mx.symbol.arccosh(...)
Arguments¶
Argument |
Description |
---|---|
|
NDArray-or-Symbol. The input array. |
|
string, optional. Name of the resulting symbol. |
Value¶
out
The result mx.symbol
Link to Source Code: http://github.com/apache/incubator-mxnet/blob/1.6.0/src/operator/tensor/elemwise_unary_op_trig.cc#L474