tf.keras.backend.update_sub

View source on GitHub

Update the value of x by subtracting decrement.

Aliases:

tf.keras.backend.update_sub(
    x,
    decrement
)

Arguments:

  • x: A Variable.
  • decrement: A tensor of same shape as x.

Returns:

The variable x updated.