Sets the value of a variable, from a Numpy array.
View aliases
Compat aliases for migration
See Migration guide for more details.
tf.compat.v1.keras.backend.set_value
, `tf.compat.v2.keras.backend.set_value`
tf.keras.backend.set_value(
x, value
)
Arguments | |
---|---|
x
|
Tensor to set to a new value. |
value
|
Value to set the tensor to, as a Numpy array (of the same shape). |