tf.keras.layers.average

TensorFlow 2 version View source on GitHub

Functional interface to the Average layer.

inputs A list of input tensors (at least 2).
**kwargs Standard layer keyword arguments.

A tensor, the average of the inputs.