Intel(R) Math Kernel Library for Deep Neural Networks (Intel(R) MKL-DNN)  0.17
Performance library for Deep Learning
Functions
Service functions

Functions

mkldnn_status_t MKLDNN_API mkldnn_verbose_set (int level)
 Sets verbosity level (print information to stdout). More...
 

Detailed Description

Function Documentation

◆ mkldnn_verbose_set()

mkldnn_status_t MKLDNN_API mkldnn_verbose_set ( int  level)

Sets verbosity level (print information to stdout).

Possible levels are:

  • 0 – no verbose output
  • 1 – primitive information at execution
  • 2 – primitive information at creation and execution
Note
Dumping information might affect performance