• Computes floor of input tf.Tensor element-wise: floor(x).

    const x = tf.tensor1d([.6, 1.1, -3.3]);

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

    Type Parameters

    Parameters

    Returns T

    Doc

Generated using TypeDoc