giagrad.Tensor.pow#

Tensor.pow(other) Tensor[source]#

Returns a new tensor with data raised to the power of other.

Parameters:

other (array_like or float) – The number or object that data is raised to.