• Computes tan of the input tf.Tensor element-wise, tan(x)

    const x = tf.tensor1d([0, Math.PI / 2, Math.PI * 3 / 4]);

    x.tan().print(); // or tf.tan(x)

    Type Parameters

    Parameters

    Returns T

    Doc

Generated using TypeDoc