mxnet
Public Attributes | List of all members
dnnl_memory_extra_desc_t Struct Reference

Description of extra information stored in memory. More...

#include <dnnl_types.h>

Collaboration diagram for dnnl_memory_extra_desc_t:
Collaboration graph

Public Attributes

uint64_t flags
 
int compensation_mask
 Compensation mask. More...
 
float scale_adjust
 Scale applied to the data. More...
 
char reserved [64]
 For future backwards compatibility. More...
 

Detailed Description

Description of extra information stored in memory.

Member Data Documentation

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.

See also
dnnl_memory_extra_flags_t
char dnnl_memory_extra_desc_t::reserved[64]

For future backwards compatibility.

float dnnl_memory_extra_desc_t::scale_adjust

Scale applied to the data.


The documentation for this struct was generated from the following file: