Skip to content

Add tensor_ops::max_pool/avg_pool and nn::MaxPool/AvgPool #157

@coreylowman

Description

@coreylowman

This will likely require it's own device function in the future, as I suspect this will be implement similarly to conv_forward where it's just looping over the inputs. Can this re-use conv_forward/backward?

Also, should there just be a single pool method that takes an enum { MaxPool, AvgPool, ... }?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions