mxnet
Functions
Service functions
Collaboration diagram for Service functions:

Functions

mkldnn_status_t MKLDNN_API mkldnn_set_verbose (int level)
 
mkldnn_status_t MKLDNN_API mkldnn_set_jit_dump (int enable)
 
const mkldnn_version_t MKLDNN_API * mkldnn_version ()
 

Detailed Description

Function Documentation

mkldnn_status_t MKLDNN_API mkldnn_set_jit_dump ( int  enable)

Enables or disables dumping of JIT-generated code. The enable parameter can be:

  • 0 – disable
  • any other value – enable
Note
This setting overrides the MKLDNN_JIT_DUMP environment variable.
mkldnn_status_t MKLDNN_API mkldnn_set_verbose ( int  level)

Sets verbosity level (print information to stdout). Possible levels are:

  • 0 – no verbose output (default)
  • 1 – primitive information at execution
  • 2 – primitive information at creation and execution
Note
Dumping information might affect performance. This setting overrides the MKLDNN_VERBOSE environment variable.
const mkldnn_version_t MKLDNN_API* mkldnn_version ( )

Gets library version information. Version information includes:

  • major – major version number
  • minor – minor version number
  • patch – patch release number
  • hash – git commit hash