uTensor / utensor_cgen

C++ code generator for uTensor https://utensor-cgen.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature request Average Pooling and Min Pooling support

victorromeo opened this issue · comments

MinPooling appears to be only partially implemented. Avg Pooling is not implemented at all.
May we add? Thanks

See pull request #135

uTensor implementation still in progress

Just to correct your statement a bit, AvgPool and MinPool is supported in uTensor runtime at develop branch.

https://github.com/uTensor/uTensor/blob/develop/src/uTensor/ops/Convolution.hpp#L287-L294

And yes, it haven't added to utensor_cgen, which is different from uTensor runtime but a code generator for the runtime.

PR #135 merged.
Closing issue.