Intel(R) Math Kernel Library for Deep Neural Networks (Intel(R) MKL-DNN)
0.21.0
Performance library for Deep Learning
|
A memory descriptor. More...
#include <mkldnn.hpp>
Public Member Functions | |
desc (dims adims, data_type adata_type, format aformat) | |
Constructs a memory descriptor. More... | |
desc (const mkldnn_memory_desc_t &adata) | |
Constructs a memory descriptor from a C API data structure. More... | |
Public Attributes | |
mkldnn_memory_desc_t | data |
The underlying C API data structure. More... | |
Friends | |
struct | memory |
A memory descriptor.
Constructs a memory descriptor.
adims | Data dimensions |
adata_type | Data precision/type. |
aformat | Data layout format. |
|
inline |
Constructs a memory descriptor from a C API data structure.
adata | A C API mkldnn_memory_desc_t structure. |
|
friend |
mkldnn_memory_desc_t mkldnn::memory::desc::data |
The underlying C API data structure.