Forráskód Böngészése

CMSIS-NN: Update API comment for arm_convolve_1_x_n_s8

Description of missing kernel_x argument is added as doxygen
comment.

Change-Id: I3fe63abe74aaa097a4315f240dad15fce1b19132
Felix Johnny 6 éve
szülő
commit
5c12a15e41
1 módosított fájl, 2 hozzáadás és 1 törlés
  1. 2 1
      CMSIS/NN/Include/arm_nnfunctions.h

+ 2 - 1
CMSIS/NN/Include/arm_nnfunctions.h

@@ -551,13 +551,14 @@ extern    "C"
                                         q15_t *buffer_a);
 
   /**
-   * @brief TODO
+   * @brief 1xn convolution
    * @param[in]      input                pointer to input tensor.  Format: [N, H, W, in_ch]
    * @param[in]      input_x              input tensor dimension x
    * @param[in]      input_ch             number of input tensor channels
    * @param[in]      input_batches        argument is not used.
    * @param[in]      kernel               pointer to kernel weights. Format: [out_ch, H, W, in_ch]
    * @param[in]      output_ch            number of filters, i.e., output tensor channels
+   * @param[in]      kernel_x             kernel width along x
    * @param[in]      pad_x                padding along x
    * @param[in]      stride_x             stride along x
    * @param[in]      bias                 pointer to per channel bias. Range : int32