Computes inverse hyperbolic tan of the input tf.Tensor element-wise: atanh(x)
tf.Tensor
atanh(x)
const x = tf.tensor1d([0, .1, -.1, .7]);x.atanh().print(); // or tf.atanh(x) Copy
const x = tf.tensor1d([0, .1, -.1, .7]);x.atanh().print(); // or tf.atanh(x)
The input tensor.
Generated using TypeDoc
Computes inverse hyperbolic tan of the input
tf.Tensor
element-wise:atanh(x)