mxnet
Public Attributes | List of all members
mkldnn_eltwise_desc_t Struct Reference

#include <mkldnn_types.h>

Collaboration diagram for mkldnn_eltwise_desc_t:
Collaboration graph

Public Attributes

mkldnn_primitive_kind_t primitive_kind
 
mkldnn_prop_kind_t prop_kind
 
mkldnn_alg_kind_t alg_kind
 
mkldnn_memory_desc_t data_desc
 
mkldnn_memory_desc_t diff_data_desc
 
float alpha
 
float beta
 

Detailed Description

A descriptor of a element-wise operation.

Member Data Documentation

mkldnn_alg_kind_t mkldnn_eltwise_desc_t::alg_kind
float mkldnn_eltwise_desc_t::alpha

Algorithm specific parameter. Accordance table:

float mkldnn_eltwise_desc_t::beta
mkldnn_memory_desc_t mkldnn_eltwise_desc_t::data_desc

Source and destination memory descriptor.

mkldnn_memory_desc_t mkldnn_eltwise_desc_t::diff_data_desc

Source and destination gradient memory descriptor.

mkldnn_primitive_kind_t mkldnn_eltwise_desc_t::primitive_kind

The kind of primitive. Used for self-identifying the primitive descriptor. Must be mkldnn_eltwise.

mkldnn_prop_kind_t mkldnn_eltwise_desc_t::prop_kind

The kind of propagation. Possible values: mkldnn_forward_training, mkldnn_forward_inference, mkldnn_backward, and mkldnn_backward_data.


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