tf.keras.backend.batch_get_value

View source on GitHub

Returns the value of more than one tensor variable.

tf.keras.backend.batch_get_value(
    tensors
)

Arguments:

Returns:

A list of Numpy arrays.

Raises: