Struct cmsis_nn_tile_params¶ Defined in File arm_nn_types.h Struct Documentation¶ struct cmsis_nn_tile_params¶ CMSIS-NN object for the tile operator Public Members int32_t rank¶ Rank of the input tensor (range: [1, 8]) const int32_t *input_shape¶ Input shape array (length = rank) const int32_t *multiples¶ Multiples array (length = rank)