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