tf.keras.backend.set_value

Sets the value of a variable, from a Numpy array.

Compat aliases for migration

See Migration guide for more details.

tf.compat.v1.keras.backend.set_value, `tf.compat.v2.keras.backend.set_value`

x Tensor to set to a new value.
value Value to set the tensor to, as a Numpy array (of the same shape).