oneAPI Deep Neural Network Library (oneDNN)
Performance library for Deep Learning
1.96.0
dnnl_memory_extra_desc_t Struct Reference

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

#include <dnnl_types.h>

Public Attributes

uint64_t flags
 The flags contain arbitrary extra information, such as compensation. More...
 
int compensation_mask
 Compensation mask.
 
float scale_adjust
 Scale applied to the data.
 
int asymm_compensation_mask
 Compensation mask for asymmetric quantization.
 
char reserved [60]
 For future backwards compatibility.
 

Detailed Description

Description of extra information stored in memory.

Member Data Documentation

◆ flags

uint64_t dnnl_memory_extra_desc_t::flags

The flags contain arbitrary extra information, such as compensation.

See also
dnnl_memory_extra_flags_t

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