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.

Public Attribute Documentation#

num_rows#

size_t sl_math_matrix_f16_t::num_rows

The number of rows in the matrix.


num_cols#

size_t sl_math_matrix_f16_t::num_cols

The number of columns in the matrix.


data#

float16_t* sl_math_matrix_f16_t::data

Pointer to the matrix data.