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

Functions

size_t MKLDNN_API mkldnn_engine_get_count (mkldnn_engine_kind_t kind)
 Returns the number of engines of a particular kind.
 
mkldnn_status_t MKLDNN_API mkldnn_engine_create (mkldnn_engine_t *engine, mkldnn_engine_kind_t kind, size_t index)
 Creates an engine of particular kind and index.
 
mkldnn_status_t MKLDNN_API mkldnn_engine_get_kind (mkldnn_engine_t engine, mkldnn_engine_kind_t *kind)
 Returns the kind of an engine.
 
mkldnn_status_t MKLDNN_API mkldnn_engine_destroy (mkldnn_engine_t engine)
 Destroys an engine.
 

Detailed Description