Struct cmsis_nn_select_v2_params¶
Defined in File arm_nn_types.h
Struct Documentation¶
-
struct cmsis_nn_select_v2_params¶
CMSIS-NN object for the select_v2 operator (with broadcast)
Public Members
-
int32_t rank¶
Rank of the output tensor (range: [1, 8])
-
const int32_t *output_shape¶
Output shape array (length = rank)
-
const int32_t *cond_strides¶
Condition tensor broadcast strides (length = rank)
-
const int32_t *x_strides¶
X tensor broadcast strides (length = rank)
-
const int32_t *y_strides¶
Y tensor broadcast strides (length = rank)
-
int32_t rank¶