Intel(R) Math Kernel Library for Deep Neural Networks (Intel(R) MKL-DNN)  1.0.4
Performance library for Deep Learning
List of all members
mkldnn::eltwise_forward::desc Struct Reference

Initializes an eltwise descriptor for forward propagation using prop_kind (possible values are mkldnn::forward_training and mkldnn::forward_inference), aalgorithm algorithm, memory descriptor data_desc, alpha, and beta parameters. More...

#include <mkldnn.hpp>

Collaboration diagram for mkldnn::eltwise_forward::desc:
Collaboration graph
[legend]

Detailed Description

Initializes an eltwise descriptor for forward propagation using prop_kind (possible values are mkldnn::forward_training and mkldnn::forward_inference), aalgorithm algorithm, memory descriptor data_desc, alpha, and beta parameters.

Examples:
cpu_cnn_inference_f32.cpp, cpu_cnn_training_bf16.cpp, cpu_cnn_training_f32.cpp, cpu_getting_started.cpp, cpu_performance_profiling.cpp, gpu_getting_started.cpp, and gpu_opencl_interop.cpp.

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