Searched defs:input (Results 1 – 16 of 16) sorted by relevance
/cmsis-3.4.0/CMSIS/NN/Source/ReshapeFunctions/ |
D | arm_reshape_s8.c | 49 void arm_reshape_s8(const int8_t *input, int8_t *output, const uint32_t total_size) in arm_reshape_s8()
|
/cmsis-3.4.0/CMSIS/NN/Source/ActivationFunctions/ |
D | arm_relu_q7.c | 61 q7_t *input = data; in arm_relu_q7() local
|
/cmsis-3.4.0/CMSIS/NN/Source/ConcatenationFunctions/ |
D | arm_concatenation_s8_w.c | 48 void arm_concatenation_s8_w(const int8_t *input, in arm_concatenation_s8_w()
|
D | arm_concatenation_s8_x.c | 48 void arm_concatenation_s8_x(const int8_t *input, in arm_concatenation_s8_x()
|
D | arm_concatenation_s8_z.c | 48 void arm_concatenation_s8_z(const int8_t *input, in arm_concatenation_s8_z()
|
D | arm_concatenation_s8_y.c | 48 void arm_concatenation_s8_y(const int8_t *input, in arm_concatenation_s8_y()
|
/cmsis-3.4.0/CMSIS/NN/Source/FullyConnectedFunctions/ |
D | arm_fully_connected_s8.c | 54 const q7_t *input, in arm_fully_connected_s8()
|
/cmsis-3.4.0/CMSIS/NN/Source/ConvolutionFunctions/ |
D | arm_depthwise_conv_s8.c | 43 static void depthwise_conv_s8_mult_4(const int8_t *input, in depthwise_conv_s8_mult_4() 142 static void depthwise_conv_s8_generic(const q7_t *input, in depthwise_conv_s8_generic() 233 const q7_t *input, in arm_depthwise_conv_s8()
|
D | arm_depthwise_conv_wrapper_s8.c | 53 const q7_t *input, in arm_depthwise_conv_wrapper_s8()
|
D | arm_depthwise_conv_3x3_s8.c | 56 const q7_t *input, in arm_depthwise_conv_3x3_s8()
|
D | arm_depthwise_conv_s8_opt.c | 55 const q7_t *input, in arm_depthwise_conv_s8_opt()
|
/cmsis-3.4.0/CMSIS/NN/Source/SoftmaxFunctions/ |
D | arm_softmax_u8.c | 44 void arm_softmax_u8(const uint8_t *input, in arm_softmax_u8()
|
D | arm_softmax_s8.c | 86 void arm_softmax_s8(const int8_t *input, in arm_softmax_s8()
|
/cmsis-3.4.0/CMSIS/NN/Source/NNSupportFunctions/ |
D | arm_nn_vec_mat_mult_t_s8.c | 90 const int8x16_t input = vldrbq_z_s8(lhs_vec, p); in arm_nn_vec_mat_mult_t_s8() local 144 const int8x16_t input = vldrbq_z_s8(lhs_vec, p); in arm_nn_vec_mat_mult_t_s8() local
|
D | arm_nn_vec_mat_mult_t_svdf_s8.c | 96 const int8x16_t input = vldrbq_z_s8(lhs_vec, p); in arm_nn_vec_mat_mult_t_svdf_s8() local 144 const int8x16_t input = vldrbq_z_s8(lhs_vec, p); in arm_nn_vec_mat_mult_t_svdf_s8() local
|
/cmsis-3.4.0/CMSIS/NN/Source/SVDFunctions/ |
D | arm_svdf_s8.c | 101 const q7_t *input = input_data + i_batch * input_height; in arm_svdf_s8() local
|