Deep Neural Network Library (DNNL)  1.1.3
Performance library for Deep Learning
Classes

A primitive to copy data between memory formats. More...

Classes

struct  dnnl::reorder
 Initializes a reorder primitive using the description of the source (src_engine and src_md) and destination (dst_engine and dst_md) memory, and an attr attribute. More...
 

Detailed Description

A primitive to copy data between memory formats.

See also
Reorder in developer guide
Reorder in C API