typedef struct
{
void* matrix;
void* scale_factor;
dim_t scale_factor_len;
dim_t ldm;
AOCL_PARAMS_STORAGE_TYPES stor_type;
} aocl_post_op_matrix_add;
Attribute |
Description |
|---|---|
|
|
|
|
|
|
|
|
|
|
typedef struct
{
void* matrix;
void* scale_factor;
dim_t scale_factor_len;
dim_t ldm;
AOCL_PARAMS_STORAGE_TYPES stor_type;
} aocl_post_op_matrix_add;
Attribute |
Description |
|---|---|
|
|
|
|
|
|
|
|
|
|