Home
last modified time | relevance | path

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

/cmsis-nn-latest/Source/ConvolutionFunctions/
Darm_nn_depthwise_conv_s8_core.c40 int8_t *arm_nn_depthwise_conv_s8_core(const int8_t *row, in arm_nn_depthwise_conv_s8_core() argument
70 const int8_t *row_0 = row + offset; in arm_nn_depthwise_conv_s8_core()
168 const int8_t *row_pos = row + ch_idx; in arm_nn_depthwise_conv_s8_core()
205 (void)row; in arm_nn_depthwise_conv_s8_core()
/cmsis-nn-latest/Documentation/Doxygen/style_template/
Ddarkmode_toggle.js88 var row = document.querySelector('#navrow1 > ul:first-of-type');
89 row.appendChild(li)
Dextra_tabs.css2 /* in Doxygen 1.9.2 'tabs' is assigned to second navigation row (navrow1) with
Dextra_stylesheet.css670 flex-direction: row-reverse;
714 flex-direction: row-reverse;
/cmsis-nn-latest/Tests/UnitTest/
Dlstm_settings.py346 row = dims[0]
353 output = np.zeros((row, ), dtype=np.int32)
355 for i_row in range(row):
/cmsis-nn-latest/Include/
Darm_nnsupportfunctions.h233 int8_t *arm_nn_depthwise_conv_s8_core(const int8_t *row,