Home
last modified time | relevance | path

Searched defs:shift (Results 1 – 19 of 19) sorted by relevance

/cmsis-nn-latest/Source/SoftmaxFunctions/
Darm_softmax_s8_s16.c47 const int32_t shift, in arm_softmax_s8_s16()
Darm_softmax_u8.c48 const int32_t shift, in arm_softmax_u8()
Darm_nn_softmax_common_s8.c60 const int32_t shift, in arm_nn_softmax_common_s8()
Darm_softmax_s8.c40 int32_t shift = SHIFT_START; in arm_exp_on_negative_values_mve_32x4() local
90 const int32_t shift, in arm_softmax_s8()
Darm_softmax_s16.c43 const int32_t shift, in arm_softmax_s16()
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_softmax_s8/
Dtest_arm_softmax_s8.c32 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/
Dtest_arm_softmax_s8_s16.c32 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/
Dtest_arm_softmax_s16.c34 const int32_t shift = SOFTMAX_S16_INPUT_LEFT_SHIFT; in softmax_s16_arm_softmax_s16() local
/cmsis-nn-latest/Source/ConvolutionFunctions/
Darm_nn_depthwise_conv_s8_core.c134 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
Darm_depthwise_conv_s8_opt.c192 const int32x4_t shift = vldrwq_s32(&output_shift[offset]); in arm_depthwise_conv_s8_opt() local
Darm_depthwise_conv_s4_opt.c234 const int32x4_t shift = vldrwq_s32(&output_shift[offset]); in arm_depthwise_conv_s4_opt() local
/cmsis-nn-latest/Include/
Darm_nnsupportfunctions.h1399 …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
Darm_nn_types.h104 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/
Darm_nn_mat_mult_nt_t_s16.c188 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
Darm_nn_depthwise_conv_nt_t_padded_s8.c124 const int32x4_t shift = vldrwq_s32(out_shift); in arm_nn_depthwise_conv_nt_t_padded_s8() local
Darm_nn_depthwise_conv_nt_t_s8.c118 const int32x4_t shift = vldrwq_s32(out_shift); in arm_nn_depthwise_conv_nt_t_s8() local
Darm_nn_depthwise_conv_nt_t_s16.c105 int32_t shift = out_shift[i_requantize]; in arm_nn_depthwise_conv_nt_t_s16() local
Darm_nn_depthwise_conv_nt_t_s4.c176 const int32x4_t shift = vldrwq_s32(out_shift); in arm_nn_depthwise_conv_nt_t_s4() local
/cmsis-nn-latest/Tests/UnitTest/
Dconv_settings.py163 def generate_int4_scale(self, scale, shift, input_scale): argument