Deep Neural Network Library (DNNL)  1.1.3
Performance library for Deep Learning
Public Member Functions | List of all members
dnnl::pooling_backward::desc Struct Reference

Descriptor for pooling backward propagation. More...

#include <dnnl.hpp>

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

Public Member Functions

 desc (algorithm aalgorithm, const memory::desc &diff_src_desc, const memory::desc &diff_dst_desc, const memory::dims &strides, const memory::dims &kernel, const memory::dims &padding_l, const memory::dims &padding_r)
 Initializes a pooling descriptor for backward propagation using aalgorithm, memory descriptors, and pooling parameters in the spatial domain: strides, kernel sizes, padding_l, and padding_r. More...
 

Detailed Description

Descriptor for pooling backward propagation.

Examples:
cnn_training_f32.cpp, and cpu_cnn_training_bf16.cpp.

Constructor & Destructor Documentation

◆ desc()

dnnl::pooling_backward::desc::desc ( algorithm  aalgorithm,
const memory::desc diff_src_desc,
const memory::desc diff_dst_desc,
const memory::dims &  strides,
const memory::dims &  kernel,
const memory::dims &  padding_l,
const memory::dims &  padding_r 
)
inline

Initializes a pooling descriptor for backward propagation using aalgorithm, memory descriptors, and pooling parameters in the spatial domain: strides, kernel sizes, padding_l, and padding_r.


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