Intel(R) Math Kernel Library for Deep Neural Networks (Intel(R) MKL-DNN)  0.19.0
Performance library for Deep Learning
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Typedefs
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_attr
mkldnn_primitive_attr_t
 A primitive descriptor attributes handle that controls primitive behavior. More...
 
typedef struct
mkldnn_primitive_attr
const_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 struct mkldnn_post_opsconst_mkldnn_post_ops_t
 A constant post operation chain handle. More...
 

Detailed Description

Typedef Documentation

A primitive descriptor attributes handle that controls primitive behavior.

A constant primitive descriptor attributes handle.

A post operation chain handle.

A constant post operation chain handle.