pytaco.mul

pytaco.mul(e1, e2)

Computes e1 * e2 element wise.

Parameters
e1, e2: index_expressions

Input index expressions

Returns
product: index_expression

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