19 #ifndef MKLDNN_DEBUG_H 20 #define MKLDNN_DEBUG_H 25 #include "mkldnn_config.h" mkldnn_status_t
Status values returned by the library functions.
Definition: mkldnn_types.h:50
mkldnn_rnn_direction_t
A direction of RNN primitive execution.
Definition: mkldnn_types.h:1169
Memory descriptor.
Definition: mkldnn_types.h:865
mkldnn_format_tag_t
Memory format tag specification.
Definition: mkldnn_types.h:170
mkldnn_format_kind_t
Memory format kind.
Definition: mkldnn_types.h:86
mkldnn_scratchpad_mode_t
Scratchpad mode.
Definition: mkldnn_types.h:1314
mkldnn_prop_kind_t
Kinds of propagation.
Definition: mkldnn_types.h:584
int MKLDNN_API mkldnn_md2fmt_str(char *fmt_str, size_t fmt_str_len, const mkldnn_memory_desc_t *md)
Forms a format string for a given memory descriptor.
mkldnn_primitive_kind_t
Kinds of primitives.
Definition: mkldnn_types.h:611
mkldnn_rnn_flags_t
Flags for RNN cell.
Definition: mkldnn_types.h:1164
int MKLDNN_API mkldnn_md2dim_str(char *dim_str, size_t dim_str_len, const mkldnn_memory_desc_t *md)
Forms a dimension string for a given memory descriptor.
mkldnn_data_type_t
Data type specification.
Definition: mkldnn_types.h:68
mkldnn_engine_kind_t
Kinds of engines.
Definition: mkldnn_types.h:1256
mkldnn_alg_kind_t
Kinds of algorithms.
Definition: mkldnn_types.h:645