Closed as not planned
Description
Hello,
I would like to port the Reduce Prod operation from lite to micro. It should be quite straightforward even if I am not very familiar with tensor operation because other similar reduce operation are already ported.
There is already an issue about this porting but it seems to be abandon.
I already started the job but I am a little bit lost about the Quantized Reduce Prod function.
First I did an implementation inspired from QuantizedMeanOrSum and ReduceSumImpl function.
Then I realized there is already a function named QuantizedReduceProd in the reference reduce.h header: here
Should I used this existing function? Should I remove it and implement a new one based on the SumOrMean implementation?
Thanks,
Arthur.