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

#include <nn.h>

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

Public Member Functions

 DMLC_DECLARE_PARAMETER (DenseParam)
 

Public Attributes

int units
 
bool use_bias
 

Static Public Attributes

static const constexpr int kData = 0
 
static const constexpr int kWeight = 1
 
static const constexpr int kBias = 2
 

Member Function Documentation

nnvm::top::DenseParam::DMLC_DECLARE_PARAMETER ( DenseParam  )
inline

Member Data Documentation

const constexpr int nnvm::top::DenseParam::kBias = 2
static
const constexpr int nnvm::top::DenseParam::kData = 0
static
const constexpr int nnvm::top::DenseParam::kWeight = 1
static
int nnvm::top::DenseParam::units
bool nnvm::top::DenseParam::use_bias

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