Searched refs:cumulative_product (Results 1 – 1 of 1) sorted by relevance
228 int cumulative_product = 1; in Compute() local232 (i / cumulative_product) % input.dim_size(reverse_index); in Compute()233 cumulative_product *= input.dim_size(reverse_index); in Compute()