mxnet
Public Member Functions | Public Attributes | List of all members
mxnet::common::MShadowTypeInfo Struct Reference

#include <utils.h>

Collaboration diagram for mxnet::common::MShadowTypeInfo:
Collaboration graph

Public Member Functions

 MShadowTypeInfo (const std::string name, const int size, const int acc_size)
 
 MShadowTypeInfo (const std::string name, const int size)
 

Public Attributes

std::string name
 
int size
 
int acc_size
 

Constructor & Destructor Documentation

◆ MShadowTypeInfo() [1/2]

mxnet::common::MShadowTypeInfo::MShadowTypeInfo ( const std::string  name,
const int  size,
const int  acc_size 
)
inline

◆ MShadowTypeInfo() [2/2]

mxnet::common::MShadowTypeInfo::MShadowTypeInfo ( const std::string  name,
const int  size 
)
inline

Member Data Documentation

◆ acc_size

int mxnet::common::MShadowTypeInfo::acc_size

◆ name

std::string mxnet::common::MShadowTypeInfo::name

◆ size

int mxnet::common::MShadowTypeInfo::size

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