Contents

pow(_:)

Computes element-wise power of each element with exponent.

Declaration

func pow(_ exponent: MLTensor) -> MLTensor

Parameters

  • exponent:

    The exponent.

See Also

Computing the exponent, pow and square root