oneAPI Deep Neural Network Library (oneDNN)  1.4.0
Performance library for Deep Learning
Loading...
Searching...
No Matches
dnnl::shuffle_backward::desc Struct Reference

Descriptor for a shuffle primitive backward propagation primitive. More...

#include <dnnl.hpp>

Collaboration diagram for dnnl::shuffle_backward::desc:

Public Member Functions

 desc (const memory::desc &diff_data_desc, int axis, int group_size)
 Constructs a descriptor for a shuffle backward propagation primitive.

Detailed Description

Descriptor for a shuffle primitive backward propagation primitive.

Constructor & Destructor Documentation

◆ desc()

dnnl::shuffle_backward::desc::desc ( const memory::desc & diff_data_desc,
int axis,
int group_size )
inline

Constructs a descriptor for a shuffle backward propagation primitive.

Inputs:

Outputs:

Parameters
diff_data_descDiff source and diff destination memory descriptor.
axisThe axis along which the data is shuffled.
group_sizeShuffle group size.

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