Question
What is this C syntax?
The following is the code generated by X-CUBE-AI of STM32CubeIDE ,but I can't understand it.
/** Array declarations section **********************************************/
/* Array#0 */
AI_ARRAY_OBJ_DECLARE(
input_1_output_array, AI_ARRAY_FORMAT_FLOAT|AI_FMT_FLAG_IS_IO,
NULL, NULL, 4096, AI_STATIC)
/** Tensor declarations section *********************************************/
/* Tensor #0 */
AI_TENSOR_OBJ_DECLARE(
input_1_output, AI_STATIC,
0, 0x0,
AI_SHAPE_INIT(4, 1, 1, 64, 64), AI_STRIDE_INIT(4, 4, 4, 4, 256),
1, &input_1_output_array, NULL)
DER
