Home
last modified time | relevance | path

Searched defs:x (Results 1 – 7 of 7) sorted by relevance

/cmsis-nn-latest/Source/ConvolutionFunctions/
Darm_transpose_conv_s8.c107 for (int x = 0; x < buf_x_elements * buf_y; x++) in arm_transpose_conv_s8() local
149 for (int x = 0; x < output_x; x++) in arm_transpose_conv_s8() local
178 for (int x = 0; x < output_x; x++) in arm_transpose_conv_s8() local
197 for (int x = 0; x < buf_x_elements; x++) in arm_transpose_conv_s8() local
223 for (int x = 0; x < output_x; x++) in arm_transpose_conv_s8() local
250 for (int x = 0; x < output_x; x++) in arm_transpose_conv_s8() local
Darm_transpose_conv_wrapper_s8.c118 for (int32_t x = 0; x < filter_w; x++) in arm_transpose_conv_wrapper_s8() local
/cmsis-nn-latest/Source/PadFunctions/
Darm_pad_s8.c88 for (int32_t x = 0; x < input_size->w; x++) in arm_pad_s8() local
/cmsis-nn-latest/Source/SoftmaxFunctions/
Darm_softmax_s8.c46 const int32x4_t x = vaddq_n_s32(val_mod_minus_quarter << 5, 1 << 28); in arm_exp_on_negative_values_mve_32x4() local
52 …#define SELECT_IF_NON_ZERO(x) … in arm_exp_on_negative_values_mve_32x4() argument
/cmsis-nn-latest/Include/
Darm_nnsupportfunctions.h49 #define MASK_IF_ZERO(x) (x) == 0 ? ~0 : 0 argument
50 #define MASK_IF_NON_ZERO(x) (x) != 0 ? ~0 : 0 argument
55 #define CLAMP(x, h, l) MAX(MIN((x), (h)), (l)) argument
1459 #define EXP_ON_NEG(x) arm_nn_exp_on_negative_values((x)) argument
1460 #define ONE_OVER1(x) arm_nn_one_over_one_plus_x_for_x_in_0_1((x)) argument
1831 const int32_t x = (val_mod_minus_quarter << 5) + (1 << 28); in arm_nn_exp_on_negative_values() local
1837 #define SELECT_IF_NON_ZERO(x) … in arm_nn_exp_on_negative_values() argument
1870 int32_t x = 1515870810 + MUL_SAT(half_denominator, -1010580540); in arm_nn_one_over_one_plus_x_for_x_in_0_1() local
/cmsis-nn-latest/Source/TransposeFunctions/
Darm_transpose_s8.c141 for (int32_t x = 0; x < w; x++) in arm_transpose_s8_default() local
/cmsis-nn-latest/Include/Internal/
Darm_nn_compiler.h91 #define __ALIGNED(x) __declspec(align(x)) argument