tf.keras.backend.pow

tf.keras.backend.pow(
    x,
    a
)

Defined in tensorflow/python/keras/backend.py.

Element-wise exponentiation.

Arguments:

  • x: Tensor or variable.
  • a: Python integer.

Returns:

A tensor.