For the reduce blocks, how do we know what parameters to sum up. For example, in the inner reduce block, are each of the products implicitly considered to be the parameters to add up?
evs
@rahulahoop I think that is the right idea. For the outer controller I think by storing a value into RegInt we let the program now that this is the value we will be performing the reduction on.
For the reduce blocks, how do we know what parameters to sum up. For example, in the inner reduce block, are each of the products implicitly considered to be the parameters to add up?