tf.keras.backend.batch_set_value

TensorFlow 1 version View source on GitHub

Sets the values of many tensor variables at once.

tuples a list of tuples (tensor, value). value should be a Numpy array.