cupy.power#

cupy.power(x1, x2, /, out=None, \*, casting='same_kind', dtype=None)#

逐元素计算 x1 ** x2

另请参阅

numpy.power