Intel(R) Math Kernel Library for Deep Neural Networks (Intel(R) MKL-DNN)  1.0.4
Performance library for Deep Learning
Functions
Execution stream operations

Functions

mkldnn_status_t MKLDNN_API mkldnn_stream_create (mkldnn_stream_t *stream, mkldnn_engine_t engine, unsigned flags)
 Creates an execution stream for engine and with flags.
 
mkldnn_status_t MKLDNN_API mkldnn_stream_wait (mkldnn_stream_t stream)
 Waits for all primitives in the execution stream to finish.
 
mkldnn_status_t MKLDNN_API mkldnn_stream_destroy (mkldnn_stream_t stream)
 Destroys an execution stream.
 

Detailed Description