|
mxnet
|
#include <nn.h>


Public Member Functions | |
| DMLC_DECLARE_PARAMETER (LRNParam) | |
Public Attributes | |
| int | size |
| int | axis |
| float | alpha |
| float | beta |
| float | bias |
Static Public Attributes | |
| static const constexpr int | kData = 0 |
|
inline |
| float nnvm::top::LRNParam::alpha |
| int nnvm::top::LRNParam::axis |
| float nnvm::top::LRNParam::beta |
| float nnvm::top::LRNParam::bias |
|
static |
| int nnvm::top::LRNParam::size |
1.8.11