Searched refs:upscale_dims (Results 1 – 3 of 3) sorted by relevance
105 const cmsis_nn_dims upscale_dims = {0, stride_h, stride_w, 0}; in arm_transpose_conv_wrapper_s8() local137 &upscale_dims, in arm_transpose_conv_wrapper_s8()
58 const cmsis_nn_dims *upscale_dims, in arm_convolve_s8() argument109 if (upscale_dims) in arm_convolve_s8()111 y_rshift = upscale_dims->h == 2 ? 1 : 0; in arm_convolve_s8()112 x_rshift = upscale_dims->w == 2 ? 1 : 0; in arm_convolve_s8()
441 const cmsis_nn_dims *upscale_dims,