Searched refs:start (Results 1 – 11 of 11) sorted by relevance
/cmsis-nn-latest/Source/PoolingFunctions/ |
D | arm_max_pool_s16.c | 198 … const int16_t *start = src + channel_in * (k_x + base_idx_x + (k_y + base_idx_y) * input_x); in arm_max_pool_s16() local 202 memcpy(dst, start, channel_in * sizeof(int16_t)); in arm_max_pool_s16() 207 compare_and_replace_if_larger(dst, start, channel_in); in arm_max_pool_s16()
|
D | arm_max_pool_s8.c | 214 … const int8_t *start = src + channel_in * (k_x + base_idx_x + (k_y + base_idx_y) * input_x); in arm_max_pool_s8() local 218 arm_memcpy_s8(dst, start, channel_in); in arm_max_pool_s8() 223 compare_and_replace_if_larger_q7(dst, start, channel_in); in arm_max_pool_s8()
|
D | arm_avgpool_s16.c | 233 … const int16_t *start = src + ch_src * (k_x + idx_x + (k_y + idx_y) * input_x); in arm_avgpool_s16() local 239 buffer[i] = start[i]; in arm_avgpool_s16() 246 buffer[i] = QADD(start[i], buffer[i]); in arm_avgpool_s16()
|
D | arm_avgpool_s8.c | 297 … const int8_t *start = src + ch_src * (k_x + idx_x + (k_y + idx_y) * input_x); in arm_avgpool_s8() local 303 buffer[i] = start[i]; in arm_avgpool_s8() 310 buffer[i] = QADD(start[i], buffer[i]); in arm_avgpool_s8()
|
/cmsis-nn-latest/Tests/UnitTest/ |
D | svdf_settings.py | 237 start = i * self.input_size * self.batches 239 input_sequence = input_data[start:end]
|
D | unittest_targets.py | 217 serial_thread.start()
|
D | README.md | 13 If in a virtual environment just start by upgrading pip.
|
/cmsis-nn-latest/Tests/UnitTest/Corstone-300/ |
D | linker.ld | 141 * All SG veneers are placed in the special output section .gnu.sgstubs. Its start address 142 * must be set, either with the command line option �--section-start� or in a linker script,
|
/cmsis-nn-latest/Documentation/Doxygen/style_template/ |
D | extra_stylesheet.css | 532 margin-block-start: 0em; 672 align-items: flex-start; 716 align-items: flex-start; 812 margin-block-start: 1em;
|
/cmsis-nn-latest/ |
D | README.md | 47 By default, follow the style used in the file. You'll soon start noticing a pattern like
|
/cmsis-nn-latest/Documentation/Doxygen/ |
D | nn.dxy.in | 1353 # the setting GENERATE_TREEVIEW). It is highly recommended to start with a 2050 # is highly recommended to start with a default header using 2229 # man pages. In case the manual section does not start with a number, the number
|