Classes | |
struct | dnnl_primitive_attr |
An opaque structure for primitive descriptor attributes. More... | |
struct | dnnl_post_ops |
An opaque structure for a chain of post operations. More... | |
Typedefs | |
typedef struct dnnl_primitive_attr * | dnnl_primitive_attr_t |
A primitive descriptor attributes handle that controls primitive behavior. More... | |
typedef const struct dnnl_primitive_attr * | const_dnnl_primitive_attr_t |
A constant primitive descriptor attributes handle. | |
typedef struct dnnl_post_ops * | dnnl_post_ops_t |
A post operation chain handle. | |
typedef const struct dnnl_post_ops * | const_dnnl_post_ops_t |
A constant post operation chain handle. | |
Enumerations | |
enum | dnnl_scratchpad_mode_t { dnnl_scratchpad_mode_library, dnnl_scratchpad_mode_user } |
Scratchpad mode. More... | |
typedef struct dnnl_primitive_attr* dnnl_primitive_attr_t |
A primitive descriptor attributes handle that controls primitive behavior.