Function linspace

  • Creates a tensor filled with evenly spaced values.

    Returns

    the filled tensor

    Parameters

    • min: number

      the lower bound (inclusive)

    • max: number

      the upper bound (inclusive)

    • num: number

      the number of values to generate

    Returns Tensor

Generated using TypeDoc