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 inputRuntimeTuple
.
Returns:
The product of all scalar elements in the tuple.
Was this page helpful?
Thank you! We'll create more content like this.
Thank you for helping us improve!