Struct cmsis_nn_bmm_params_f16¶
Defined in File arm_nn_types_flt.h
Struct Documentation¶
-
struct cmsis_nn_bmm_params_f16¶
Batched matrix multiplication parameters for float32 operators.
Public Members
-
const bool adj_x¶
True when the left-hand-side operand is stored transposed.
-
const bool adj_y¶
True when the right-hand-side operand is stored transposed.
-
cmsis_nn_activation_f16 activation¶
Output activation clamp range.
-
arm_nn_weight_format_flt rhs_format¶
Right-hand-side operand storage format.
ARM_NN_WEIGHT_FORMAT_NT_N_PACKEDis currently supported only whenadj_x == falseandadj_y == false.
-
const bool adj_x¶