Intel(R) Math Kernel Library for Deep Neural Networks (Intel(R) MKL-DNN)
0.17
Performance library for Deep Learning
|
A descriptor of a convolution followed by relu operation. More...
#include <mkldnn_types.h>
Public Attributes | |
mkldnn_primitive_kind_t | primitive_kind |
The kind of primitive. More... | |
mkldnn_convolution_desc_t | convolution_desc |
A descriptor of a convolution operation. More... | |
float | negative_slope |
Scaling factor for negative values, stored as float-precision but interpreted in a way specific to the data type in each implementation. More... | |
A descriptor of a convolution followed by relu operation.
mkldnn_primitive_kind_t mkldnn_convolution_relu_desc_t::primitive_kind |
The kind of primitive.
Used for self identifying the primitive descriptor. Must be mkldnn_convolution_relu.
mkldnn_convolution_desc_t mkldnn_convolution_relu_desc_t::convolution_desc |
A descriptor of a convolution operation.
float mkldnn_convolution_relu_desc_t::negative_slope |
Scaling factor for negative values, stored as float-precision but interpreted in a way specific to the data type in each implementation.