cupy.power#

cupy.power()#

pow(x1, x2, /, out=None, *, casting=’same_kind’, dtype=None)

Computes x1 ** x2 elementwise.

See also

numpy.power