Matrix data type.
Public Attributes#
size_t
The number of rows in the matrix.
size_t
The number of columns in the matrix.
float16_t *
Pointer to the matrix data.
Matrix data type.
The number of rows in the matrix.
The number of columns in the matrix.
Pointer to the matrix data.