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.
Definition at line
45
of file platform/compute/math/inc/sl_math_matrix.h
num_cols#
size_t sl_math_matrix_f16_t::num_cols
The number of columns in the matrix.
Definition at line
46
of file platform/compute/math/inc/sl_math_matrix.h
data#
float16_t* sl_math_matrix_f16_t::data
Pointer to the matrix data.
Definition at line
47
of file platform/compute/math/inc/sl_math_matrix.h