|
mxnet
|
#include <nn.h>


Public Member Functions | |
| DMLC_DECLARE_PARAMETER (MaxPool2DParam) | |
Public Attributes | |
| TShape | pool_size |
| TShape | strides |
| TShape | padding |
| std::string | layout |
| bool | ceil_mode |
|
inline |
| bool nnvm::top::MaxPool2DParam::ceil_mode |
| std::string nnvm::top::MaxPool2DParam::layout |
| TShape nnvm::top::MaxPool2DParam::padding |
| TShape nnvm::top::MaxPool2DParam::pool_size |
| TShape nnvm::top::MaxPool2DParam::strides |
1.8.11