Skip to main content
Log in

Mojo function

product

product[: ImmutableOrigin, //, t: IntTuple[$0]](tuple: RuntimeTuple[t, element_bitwidth=element_bitwidth, unsigned=unsigned]) -> Int

Computes the product of all elements in the RuntimeTuple.

This function multiplies all scalar values in the tuple, including those in nested tuples after flattening. This is commonly used to calculate the total size of a tensor from its shape.

Parameters:

  • t (IntTuple[$0]): The IntTuple type parameter of the input RuntimeTuple.

Args:

  • tuple (RuntimeTuple[t, element_bitwidth=element_bitwidth, unsigned=unsigned]): The input RuntimeTuple.

Returns:

The product of all scalar elements in the tuple.