tf.keras.layers.average

View source on GitHub

Functional interface to the Average layer.

Aliases:

tf.keras.layers.average(
    inputs,
    **kwargs
)

Arguments:

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

Returns:

A tensor, the average of the inputs.