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

CachedOp Parameters. More...

#include <imperative.h>

Inheritance diagram for mxnet::CachedOpParam:
Inheritance graph
Collaboration diagram for mxnet::CachedOpParam:
Collaboration graph

Public Member Functions

 DMLC_DECLARE_PARAMETER (CachedOpParam)
 

Public Attributes

uint32_t inline_limit
 
uint32_t forward_bulk_size
 
uint32_t backward_bulk_size
 

Detailed Description

CachedOp Parameters.

Member Function Documentation

mxnet::CachedOpParam::DMLC_DECLARE_PARAMETER ( CachedOpParam  )
inline

Member Data Documentation

uint32_t mxnet::CachedOpParam::backward_bulk_size
uint32_t mxnet::CachedOpParam::forward_bulk_size
uint32_t mxnet::CachedOpParam::inline_limit

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