Functional interface to the Average
layer.
View aliases
Compat aliases for migration
See Migration guide for more details.
tf.compat.v1.keras.layers.average
, `tf.compat.v2.keras.layers.average`
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. |