Intel(R) Math Kernel Library for Deep Neural Networks (Intel(R) MKL-DNN)  0.17.3
Performance library for Deep Learning
Public Attributes | List of all members
mkldnn_convolution_relu_desc_t Struct Reference

A descriptor of a convolution followed by relu operation. More...

#include <mkldnn_types.h>

Collaboration diagram for mkldnn_convolution_relu_desc_t:
Collaboration graph
[legend]

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...
 

Detailed Description

A descriptor of a convolution followed by relu operation.

Member Data Documentation

◆ primitive_kind

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.

◆ convolution_desc

mkldnn_convolution_desc_t mkldnn_convolution_relu_desc_t::convolution_desc

A descriptor of a convolution operation.

◆ negative_slope

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.


The documentation for this struct was generated from the following file: