mp.tasks.vision.holistic_landmarker.base_vision_task_api.math.prod

Calculate the product of all the elements in the input iterable.

The default start value for the product is 1.

When the iterable is empty, return the start value. This function is intended specifically for use with numeric values and may reject non-numeric types.