This patch adds the size of dsp memory to npubinfmt.h as extra
variable for DSP.
Signed-off-by: Dongju Chae <dongju.chae@samsung.com>
data_type output_seg_quant_type[MAX_TENSORS]; /**< output quantization data type */
int32_t output_seg_quant_z[MAX_TENSORS]; /**< output quantization parameter (zero-point) */
float output_seg_quant_s[MAX_TENSORS]; /**< output quantization parameter (scale) */
+
+ /** DSP-specific variables */
+ uint32_t dspm_size; /**< The size of DSP memory */
};
/** If npubinfmt should be changed, append here as another version */
};