Struct cmsis_nn_bmm_params_f32

Struct Documentation

struct cmsis_nn_bmm_params_f32

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_f32 activation

Output activation clamp range.

arm_nn_weight_format_flt rhs_format

Right-hand-side operand storage format. ARM_NN_WEIGHT_FORMAT_NT_N_PACKED is currently supported only when adj_x == false and adj_y == false.