Home
last modified time | relevance | path

Searched refs:y (Results 1 – 6 of 6) sorted by relevance

/cmsis-nn-latest/Source/TransposeFunctions/
Darm_transpose_s8.c73 for (int32_t y = 0; y < h; y++) in arm_transpose_s8_nhcw() local
139 for (int32_t y = 0; y < h; y++) in arm_transpose_s8_default() local
146 … i * in_strides[0] + y * in_strides[1] + x * in_strides[2] + z * in_strides[3]; in arm_transpose_s8_default()
149 … i * out_strides[0] + y * out_strides[1] + x * out_strides[2] + z * out_strides[3]; in arm_transpose_s8_default()
/cmsis-nn-latest/Source/ConvolutionFunctions/
Darm_transpose_conv_s8.c143 for (int y = 0; y < stride_y; y++) in arm_transpose_conv_s8() local
216 for (int y = 0; y < filter_y - stride_y; y++) in arm_transpose_conv_s8() local
219 if ((input_y * stride_y + y >= pad_y) && (input_y * stride_y + y < pad_y + output_y)) in arm_transpose_conv_s8()
Darm_transpose_conv_wrapper_s8.c116 for (int32_t y = 0; y < filter_h; y++) in arm_transpose_conv_wrapper_s8() local
/cmsis-nn-latest/Source/PadFunctions/
Darm_pad_s8.c75 for (int32_t y = 0; y < input_size->h; y++) in arm_pad_s8() local
/cmsis-nn-latest/Documentation/Doxygen/style_template/
Dextra_navtree.css114 background-repeat:repeat-y;
Dextra_stylesheet.css732 overflow-y: hidden;