Searched refs:base (Results 1 – 5 of 5) sorted by relevance
/cmsis-nn-latest/Source/SoftmaxFunctions/ |
D | arm_softmax_s16.c | 78 const int16_t base = softmax_params->exp_lut[index]; in arm_softmax_s16() local 81 const int16_t result = (base + delta); in arm_softmax_s16() 100 const int16_t base = softmax_params->one_by_one_lut[index]; in arm_softmax_s16() local 103 const int16_t one_by_one_result = (base + delta); in arm_softmax_s16()
|
/cmsis-nn-latest/Source/PoolingFunctions/ |
D | arm_max_pool_s16.c | 34 static void compare_and_replace_if_larger(int16_t *base, const int16_t *target, int32_t length) in compare_and_replace_if_larger() argument 41 const int16x8_t op_1 = vldrhq_z_s16(base, p); in compare_and_replace_if_larger() 44 vstrhq_p_s16(base, max, p); in compare_and_replace_if_larger() 45 base += 8; in compare_and_replace_if_larger() 50 int16_t *dst = base; in compare_and_replace_if_larger()
|
D | arm_max_pool_s8.c | 34 static void compare_and_replace_if_larger_q7(int8_t *base, const int8_t *target, int32_t length) in compare_and_replace_if_larger_q7() argument 41 const int8x16_t op_1 = vldrbq_z_s8(base, p); in compare_and_replace_if_larger_q7() 44 vstrbq_p_s8(base, max, p); in compare_and_replace_if_larger_q7() 45 base += 16; in compare_and_replace_if_larger_q7() 50 int8_t *dst = base; in compare_and_replace_if_larger_q7()
|
/cmsis-nn-latest/Documentation/Doxygen/style_template/ |
D | extra_stylesheet.css | 35 /* page base colors */ 213 /* page base colors */
|
/cmsis-nn-latest/Documentation/Doxygen/ |
D | nn.dxy.in | 180 # operators of the base classes will not be shown. 563 # 'anonymous_namespace{file}', where file will be replaced with the base name of 1413 # that these files will be copied to the base HTML output directory. Use the 2507 # to run in parallel. When set to 0 doxygen will base this on the number of
|