tf.keras.ops.power

First tensor elements raised to powers from second tensor, element-wise.

x1The bases.
x2The exponents.

Output tensor, the bases in x1 raised to the exponents in x2.