Intel(R) Math Kernel Library for Deep Neural Networks (Intel(R) MKL-DNN)  1.0.4
Performance library for Deep Learning
Classes | Typedefs | Enumerations
Execution stream

Classes

struct  mkldnn_stream
 An opaque structure to describe an execution stream. More...
 

Typedefs

typedef struct mkldnn_streammkldnn_stream_t
 An execution stream handle.
 
typedef const struct mkldnn_streamconst_mkldnn_stream_t
 A constant execution stream handle.
 

Enumerations

enum  mkldnn_stream_flags_t { mkldnn_stream_default_order = 0x1U, mkldnn_stream_in_order = 0x2U, mkldnn_stream_out_of_order = 0x4U, mkldnn_stream_default_flags = mkldnn_stream_default_order }
 Stream flags. More...
 

Detailed Description

Enumeration Type Documentation

◆ mkldnn_stream_flags_t

Stream flags.

Enumerator
mkldnn_stream_default_order 

Default order execution.

Either in-order or out-of-order depending on the runtime.

mkldnn_stream_in_order 

In-order execution.

mkldnn_stream_out_of_order 

Out-of-order execution.

mkldnn_stream_default_flags 

Default stream configuration.