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

Descriptor for shuffle forward propagation. More...

#include <mkldnn.hpp>

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

Public Member Functions

 desc (prop_kind aprop_kind, const memory::desc &data_desc, int axis, int group_size)
 Initializes a shuffle descriptor for forward propagation using prop_kind, memory descriptor data_desc, axis, and group_size. More...
 

Detailed Description

Descriptor for shuffle forward propagation.

Constructor & Destructor Documentation

◆ desc()

mkldnn::shuffle_forward::desc::desc ( prop_kind  aprop_kind,
const memory::desc data_desc,
int  axis,
int  group_size 
)
inline

Initializes a shuffle descriptor for forward propagation using prop_kind, memory descriptor data_desc, axis, and group_size.


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