Struct cmsis_nn_scatter_nd_params¶ Defined in File arm_nn_types.h Struct Documentation¶ struct cmsis_nn_scatter_nd_params¶ CMSIS-NN object for the scatter_nd operator Public Members int32_t num_updates¶ Number of update slices int32_t index_depth¶ Depth of each index vector int32_t slice_size¶ Size of each update slice int32_t output_size¶ Total number of elements in output const int32_t *output_strides¶ Strides of the output tensor (length = index_depth)