tf.keras.layers.average

Functional interface to the Average layer.

Compat aliases for migration

See Migration guide for more details.

tf.compat.v1.keras.layers.average, `tf.compat.v2.keras.layers.average`

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

A tensor, the average of the inputs.