Go to the source code of this file.
|
enum | pooling_mode { MAX_POOL,
AVERAGE_POOL
} |
|
|
template<typename T > |
void | magmadnn::math::pooling (Tensor< T > *x, Tensor< T > *out) |
|
template<typename T > |
void | magmadnn::math::pooling_grad (Tensor< T > *x, Tensor< T > *y, Tensor< T > *grad, Tensor< T > *out) |
|
- Author
- Sedrick Keh
- Version
- 1.0
- Date
- 2019-07-08
- Copyright
- Copyright (c) 2019