Struct cmsis_nn_gather_params¶ Defined in File arm_nn_types.h Struct Documentation¶ struct cmsis_nn_gather_params¶ CMSIS-NN object for the gather operator Public Members int32_t axis¶ Axis to gather from. Supports negative indexing. int32_t batch_dims¶ Number of leading batch dimensions int32_t input_rank¶ Rank of the input tensor (range: [1, 4]) int32_t coords_rank¶ Rank of the coordinate tensor (range: [1, 4])