pytaco.gt
- pytaco.gt(e1, e2)
Computes e1 > e2 element-wise.
- Parameters
- e1, e2: index_expressions
Input index expressions
- Returns
- e1_gt_e2: index_expression
An index expression computing a true value everywhere e1 > e2 and a false value in all other locations.