pytaco.max

pytaco.max(e1, e2)

Computes max(e1, e2) element-wise.

Parameters
e1, e2: index_expressions

Input index expressions

Returns
max: index_expression

An index expression which computes the element wise maximum of two tensors