pymoose.maximum
pymoose.maximum#
- pymoose.maximum(arrays, placement=None)[source]#
Elementwise maximum of a collection of input tensors.
- Parameters
arrays – Tuple or list of tensors w/ identical shape and dtype.
placement – An optional
Placementto pin this operation to.
- Returns
A tensor containing the elementwise max of all input tensors.