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

#include <nn.h>

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

Public Member Functions

 DMLC_DECLARE_PARAMETER (Conv2DTransposeParam)
 

Public Attributes

int channels
 
TShape kernel_size
 
TShape strides
 
TShape padding
 
TShape output_padding
 
TShape dilation
 
int groups
 
std::string layout
 
std::string kernel_layout
 
int out_dtype
 
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::Conv2DTransposeParam::DMLC_DECLARE_PARAMETER ( Conv2DTransposeParam  )
inline

Member Data Documentation

int nnvm::top::Conv2DTransposeParam::channels
TShape nnvm::top::Conv2DTransposeParam::dilation
int nnvm::top::Conv2DTransposeParam::groups
const constexpr int nnvm::top::Conv2DTransposeParam::kBias = 2
static
const constexpr int nnvm::top::Conv2DTransposeParam::kData = 0
static
std::string nnvm::top::Conv2DTransposeParam::kernel_layout
TShape nnvm::top::Conv2DTransposeParam::kernel_size
const constexpr int nnvm::top::Conv2DTransposeParam::kWeight = 1
static
std::string nnvm::top::Conv2DTransposeParam::layout
int nnvm::top::Conv2DTransposeParam::out_dtype
TShape nnvm::top::Conv2DTransposeParam::output_padding
TShape nnvm::top::Conv2DTransposeParam::padding
TShape nnvm::top::Conv2DTransposeParam::strides
bool nnvm::top::Conv2DTransposeParam::use_bias

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