Deep Neural Network Library (DNNL)  1.1.3
Performance library for Deep Learning
List of all members
dnnl::eltwise_forward::desc Struct Reference

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

#include <dnnl.hpp>

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

Detailed Description

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

Examples:
cnn_inference_f32.cpp, cnn_training_f32.cpp, cpu_cnn_training_bf16.cpp, cross_engine_reorder.cpp, getting_started.cpp, gpu_opencl_interop.cpp, and performance_profiling.cpp.

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