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

#include <nn.h>

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

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
 

Member Function Documentation

nnvm::top::LRNParam::DMLC_DECLARE_PARAMETER ( LRNParam  )
inline

Member Data Documentation

float nnvm::top::LRNParam::alpha
int nnvm::top::LRNParam::axis
float nnvm::top::LRNParam::beta
float nnvm::top::LRNParam::bias
const constexpr int nnvm::top::LRNParam::kData = 0
static
int nnvm::top::LRNParam::size

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