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 Placement to pin this operation to.

Returns

A tensor containing the elementwise max of all input tensors.