Descriptor for shuffle forward propagation. More...
#include <dnnl.hpp>
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... | |
Descriptor for shuffle forward propagation.
|
inline |
Initializes a shuffle descriptor for forward propagation using prop_kind
, memory descriptor data_desc
, axis
, and group_size
.