|
mxnet
|
#include <dnnl_types.h>

Public Attributes | |
| int | ndims |
| Number of dimensions. More... | |
| dnnl_dims_t | dims |
| dnnl_data_type_t | data_type |
| Data type of the tensor elements. More... | |
| dnnl_dims_t | padded_dims |
| Size of the data including padding in each dimension. More... | |
| dnnl_dims_t | padded_offsets |
| dnnl_dim_t | offset0 |
| dnnl_format_kind_t | format_kind |
| Memory format kind. More... | |
| union { | |
| dnnl_blocking_desc_t blocking | |
| dnnl_wino_desc_t wino_desc | |
| Tensor of weights for integer 8bit winograd convolution. More... | |
| dnnl_rnn_packed_desc_t rnn_packed_desc | |
| Tensor of packed weights for RNN. More... | |
| } | format_desc |
| dnnl_memory_extra_desc_t | extra |
Memory descriptor. The description is based on a number of dimensions, dimensions themselves, plus information about elements type and memory format. Additionally, contains format-specific descriptions of the data layout.
| dnnl_blocking_desc_t dnnl_memory_desc_t::blocking |
Description of the data layout for memory formats that use blocking.
| dnnl_data_type_t dnnl_memory_desc_t::data_type |
Data type of the tensor elements.
| dnnl_dims_t dnnl_memory_desc_t::dims |
Dimensions in the following order:
{N, C, [[D,] H,] W}){[G,] O, I, [[D,] H,] W}){T, N, C}) or layers, directions, states, mini-batch, channels ({L, D, S, N, C}){L, D, I, G, O}).| dnnl_memory_extra_desc_t dnnl_memory_desc_t::extra |
| union { ... } dnnl_memory_desc_t::format_desc |
| dnnl_format_kind_t dnnl_memory_desc_t::format_kind |
Memory format kind.
| int dnnl_memory_desc_t::ndims |
Number of dimensions.
| dnnl_dim_t dnnl_memory_desc_t::offset0 |
Offset from memory origin to the current block, non-zero only in a description of a memory sub-block.
| dnnl_dims_t dnnl_memory_desc_t::padded_dims |
Size of the data including padding in each dimension.
| dnnl_dims_t dnnl_memory_desc_t::padded_offsets |
Per-dimension offset from the padding to actual data, the top-level tensor with offsets applied must lie within the padding area.
| dnnl_rnn_packed_desc_t dnnl_memory_desc_t::rnn_packed_desc |
Tensor of packed weights for RNN.
| dnnl_wino_desc_t dnnl_memory_desc_t::wino_desc |
Tensor of weights for integer 8bit winograd convolution.
1.8.13