Function sqrt

  • Calculates the square root of each tensor element. The square root of a number is always positive, even though there may be a valid negative root. The square root s of number a is such that s*s = a. It is the opposite of squaring.

    Returns

    the square root of each tensor element

    Parameters

    Returns Tensor

Generated using TypeDoc