|
mxnet
|
Description of extra information stored in memory. More...
#include <dnnl_types.h>

Public Attributes | |
| uint64_t | flags |
| int | compensation_mask |
| Compensation mask. More... | |
| float | scale_adjust |
| Scale applied to the data. More... | |
| int | asymm_compensation_mask |
| Compensation mask for asymmetric quantization. More... | |
| char | reserved [60] |
| For future backwards compatibility. More... | |
Description of extra information stored in memory.
| int dnnl_memory_extra_desc_t::asymm_compensation_mask |
Compensation mask for asymmetric quantization.
| int dnnl_memory_extra_desc_t::compensation_mask |
Compensation mask.
| uint64_t dnnl_memory_extra_desc_t::flags |
The flags contain arbitrary extra information, such as compensation.
| char dnnl_memory_extra_desc_t::reserved[60] |
For future backwards compatibility.
| float dnnl_memory_extra_desc_t::scale_adjust |
Scale applied to the data.
1.8.13