Intel(R) Math Kernel Library for Deep Neural Networks (Intel(R) MKL-DNN)  0.19.0
Performance library for Deep Learning
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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. More...
 
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. More...
 
mkldnn_status_t MKLDNN_API mkldnn_engine_get_kind (mkldnn_engine_t engine, mkldnn_engine_kind_t *kind)
 Returns the kind of an engine. More...
 
mkldnn_status_t MKLDNN_API mkldnn_engine_destroy (mkldnn_engine_t engine)
 Destroys an engine. More...
 

Detailed Description

Function Documentation

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.