Deep Neural Network Library (DNNL)  1.1.3
Performance library for Deep Learning
Public Attributes | List of all members
dnnl_shuffle_desc_t Struct Reference

A descriptor of a shuffle operation. More...

#include <dnnl_types.h>

Collaboration diagram for dnnl_shuffle_desc_t:
Collaboration graph
[legend]

Public Attributes

dnnl_primitive_kind_t primitive_kind
 The kind of primitive. More...
 
dnnl_prop_kind_t prop_kind
 The kind of propagation. More...
 
dnnl_memory_desc_t data_desc
 Source and destination memory descriptor, and source and destination gradient memory descriptor. More...
 
int axis
 axis for shuffling.
 
dnnl_dim_t group_size
 number of groups in group convolution
 

Detailed Description

A descriptor of a shuffle operation.

Member Data Documentation

◆ primitive_kind

dnnl_primitive_kind_t dnnl_shuffle_desc_t::primitive_kind

The kind of primitive.

Used for self-identifying the primitive descriptor. Must be dnnl_convolution.

◆ prop_kind

dnnl_prop_kind_t dnnl_shuffle_desc_t::prop_kind

The kind of propagation.

Possible values: dnnl_forward_training, dnnl_forward_inference, and dnnl_backward_data.

◆ data_desc

dnnl_memory_desc_t dnnl_shuffle_desc_t::data_desc

Source and destination memory descriptor, and source and destination gradient memory descriptor.


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