Struct cmsis_nn_dynamic_update_slice_params¶
Defined in File arm_nn_types.h
Struct Documentation¶
-
struct cmsis_nn_dynamic_update_slice_params¶
CMSIS-NN object for the dynamic_update_slice operator
Public Members
-
int32_t rank¶
Rank of the operand tensor (range: [1, 8])
-
const int32_t *operand_shape¶
Operand shape array (length = rank)
-
const int32_t *update_shape¶
Update shape array (length = rank)
-
int32_t operand_size¶
Total number of elements in operand
-
int32_t update_size¶
Total number of elements in update
-
const int32_t *operand_strides¶
Strides of the operand tensor (length = rank)
-
int32_t rank¶