mxnet
Classes | Typedefs | Enumerations
Primitive descriptor attributes
Collaboration diagram for Primitive descriptor attributes:

Classes

struct  mkldnn_primitive_attr
 An opaque structure for primitive descriptor attributes. More...
 
struct  mkldnn_post_ops
 An opaque structure for a chain of post operations. More...
 

Typedefs

typedef struct mkldnn_primitive_attrmkldnn_primitive_attr_t
 A primitive descriptor attributes handle that controls primitive behavior. More...
 
typedef const struct mkldnn_primitive_attrconst_mkldnn_primitive_attr_t
 A constant primitive descriptor attributes handle. More...
 
typedef struct mkldnn_post_opsmkldnn_post_ops_t
 A post operation chain handle. More...
 
typedef const struct mkldnn_post_opsconst_mkldnn_post_ops_t
 A constant post operation chain handle. More...
 

Enumerations

enum  mkldnn_scratchpad_mode_t { mkldnn_scratchpad_mode_library, mkldnn_scratchpad_mode_user }
 Scratchpad mode. More...
 

Detailed Description

Typedef Documentation

A constant post operation chain handle.

A constant primitive descriptor attributes handle.

A post operation chain handle.

A primitive descriptor attributes handle that controls primitive behavior.

Enumeration Type Documentation

Scratchpad mode.

Enumerator
mkldnn_scratchpad_mode_library 

The library manages scratchpad (default)

mkldnn_scratchpad_mode_user 

A user shall query and provide the scratchpad memory to primitives.