Skip to content

micro: port op Reduce Prod from lite v2 #2527

Closed as not planned
Closed as not planned
@Evanok

Description

@Evanok

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.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions