![]() |
Sets the values of many tensor variables at once.
Aliases:
tf.keras.backend.batch_set_value(tuples)
Arguments:
tuples
: a list of tuples(tensor, value)
.value
should be a Numpy array.
![]() |
Sets the values of many tensor variables at once.
tf.keras.backend.batch_set_value(tuples)
tuples
: a list of tuples (tensor, value)
.
value
should be a Numpy array.