tf.keras.backend.batch_set_value

View source on GitHub

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.