Computes the inverse hyperbolic cos of the input tf.Tensor element-wise: acosh(x)
tf.Tensor
acosh(x)
const x = tf.tensor1d([10, 1, 3, 5.7]);x.acosh().print(); // or tf.acosh(x) Copy
const x = tf.tensor1d([10, 1, 3, 5.7]);x.acosh().print(); // or tf.acosh(x)
The input tensor.
Generated using TypeDoc
Computes the inverse hyperbolic cos of the input
tf.Tensor
element-wise:acosh(x)