/cmsis-nn-latest/Source/SoftmaxFunctions/ |
D | arm_softmax_s8_s16.c | 47 const int32_t shift, in arm_softmax_s8_s16()
|
D | arm_softmax_u8.c | 48 const int32_t shift, in arm_softmax_u8()
|
D | arm_nn_softmax_common_s8.c | 60 const int32_t shift, in arm_nn_softmax_common_s8()
|
D | arm_softmax_s8.c | 40 int32_t shift = SHIFT_START; in arm_exp_on_negative_values_mve_32x4() local 90 const int32_t shift, in arm_softmax_s8()
|
D | arm_softmax_s16.c | 43 const int32_t shift, in arm_softmax_s16()
|
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_softmax_s8/ |
D | test_arm_softmax_s8.c | 32 const int32_t shift = SOFTMAX_INPUT_LEFT_SHIFT; in softmax_arm_softmax_s8() local 49 const int32_t shift = SOFTMAX_INPUT_LEFT_SHIFT; in softmax_invalid_diff_min_arm_softmax_s8() local
|
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_softmax_s8_s16/ |
D | test_arm_softmax_s8_s16.c | 32 const int32_t shift = SOFTMAX_S8_S16_INPUT_LEFT_SHIFT; in softmax_s8_s16_arm_softmax_s8_s16() local 49 const int32_t shift = SOFTMAX_S8_S16_INPUT_LEFT_SHIFT; in softmax_s8_s16_invalid_diff_min_arm_softmax_s8_s16() local
|
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_softmax_s16/ |
D | test_arm_softmax_s16.c | 34 const int32_t shift = SOFTMAX_S16_INPUT_LEFT_SHIFT; in softmax_s16_arm_softmax_s16() local
|
/cmsis-nn-latest/Source/ConvolutionFunctions/ |
D | arm_nn_depthwise_conv_s8_core.c | 134 const int32x4_t shift = vldrwq_s32(out_shift); in arm_nn_depthwise_conv_s8_core() local 185 const int32x4_t shift = vldrwq_z_s32(out_shift, p); in arm_nn_depthwise_conv_s8_core() local
|
D | arm_depthwise_conv_s8_opt.c | 192 const int32x4_t shift = vldrwq_s32(&output_shift[offset]); in arm_depthwise_conv_s8_opt() local
|
D | arm_depthwise_conv_s4_opt.c | 234 const int32x4_t shift = vldrwq_s32(&output_shift[offset]); in arm_depthwise_conv_s4_opt() local
|
/cmsis-nn-latest/Include/ |
D | arm_nnsupportfunctions.h | 1399 …EINLINE int32_t arm_nn_requantize(const int32_t val, const int32_t multiplier, const int32_t shift) in arm_nn_requantize() 1427 const int32_t shift) in arm_nn_requantize_s64() 1496 const int32x4_t shift = vdupq_n_s32(-exponent); in arm_divide_by_power_of_two_mve() local 1511 …NE int32x4_t arm_requantize_mve(const int32x4_t val, const int32_t multiplier, const int32_t shift) in arm_requantize_mve() 1562 const int32x4_t shift = vdupq_x_n_s32(-exponent, p); in arm_divide_by_power_of_two_mve_pred() local 1580 const int32_t shift, in arm_requantize_mve_pred() 1613 const int32x4_t shift = -exponent; in arm_divide_by_power_of_two_mve_32x4() local 1621 const int32x4_t shift) in arm_requantize_mve_32x4() 1649 int32_t shift = 24; in arm_nn_exp_on_negative_values() local 1694 const int32_t shift = (1 << 29); in arm_nn_one_over_one_plus_x_for_x_in_0_1() local
|
D | arm_nn_types.h | 104 int32_t *shift; /**< Shift values */ member 111 int32_t shift; /**< Shift value */ member 194 int32_t shift; /**< Shift value */ member
|
/cmsis-nn-latest/Source/NNSupportFunctions/ |
D | arm_nn_mat_mult_nt_t_s16.c | 188 int32_t shift = dst_shifts[i]; in arm_nn_mat_mult_nt_t_s16() local 328 int32_t shift = dst_shifts[i]; in arm_nn_mat_mult_nt_t_s16() local
|
D | arm_nn_depthwise_conv_nt_t_padded_s8.c | 124 const int32x4_t shift = vldrwq_s32(out_shift); in arm_nn_depthwise_conv_nt_t_padded_s8() local
|
D | arm_nn_depthwise_conv_nt_t_s8.c | 118 const int32x4_t shift = vldrwq_s32(out_shift); in arm_nn_depthwise_conv_nt_t_s8() local
|
D | arm_nn_depthwise_conv_nt_t_s16.c | 105 int32_t shift = out_shift[i_requantize]; in arm_nn_depthwise_conv_nt_t_s16() local
|
D | arm_nn_depthwise_conv_nt_t_s4.c | 176 const int32x4_t shift = vldrwq_s32(out_shift); in arm_nn_depthwise_conv_nt_t_s4() local
|
/cmsis-nn-latest/Tests/UnitTest/ |
D | conv_settings.py | 163 def generate_int4_scale(self, scale, shift, input_scale): argument
|