maxElement

Computes a max reduction along the specified axes.

maxElement
(,
size_t[] axes = []
,
string mod = __MODULE__
,
size_t line = __LINE__
)

Parameters

op Operation

The input to the reduction.

axes size_t[]

The axes the reduction should be performed along.

Return Value

Type: Operation

The resulting operation.

Meta