mxnet
Public Member Functions | Public Attributes | List of all members
nnvm::top::MaxPool2DParam Struct Reference

#include <nn.h>

Inheritance diagram for nnvm::top::MaxPool2DParam:
Inheritance graph
Collaboration diagram for nnvm::top::MaxPool2DParam:
Collaboration graph

Public Member Functions

 DMLC_DECLARE_PARAMETER (MaxPool2DParam)
 

Public Attributes

TShape pool_size
 
TShape strides
 
TShape padding
 
std::string layout
 
bool ceil_mode
 

Member Function Documentation

nnvm::top::MaxPool2DParam::DMLC_DECLARE_PARAMETER ( MaxPool2DParam  )
inline

Member Data Documentation

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

The documentation for this struct was generated from the following file: