layer_minimum | R Documentation |
It takes as input a list of tensors, all of the same shape, and returns a single tensor (also of the same shape).
layer_minimum(inputs, ...)
inputs |
A input tensor, or list of input tensors. Can be missing. |
... |
Unnamed args are treated as additional |
A tensor, the element-wise maximum of the inputs. If inputs
is
missing, a keras layer instance is returned.
https://www.tensorflow.org/api_docs/python/tf/keras/layers/minimum
https://www.tensorflow.org/api_docs/python/tf/keras/layers/Minimum
Other merge layers:
layer_average()
,
layer_concatenate()
,
layer_dot()
,
layer_maximum()
,
layer_multiply()
,
layer_subtract()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.