Home
last modified time | relevance | path

Searched refs:temp (Results 1 – 7 of 7) sorted by relevance

/cmsis-nn-latest/Source/PoolingFunctions/
Darm_avgpool_s16.c140 const int16x8_t temp = vldrhq_z_s16(src_inner, ld_st_p); in arm_avgpool_s16() local
142 const int32x4_t temp_lo = vmovlbq_s16(temp); in arm_avgpool_s16()
143 const int32x4_t temp_hi = vmovltq_s16(temp); in arm_avgpool_s16()
182 int16x8_t temp = vdupq_n_s16(0); in arm_avgpool_s16() local
183 temp = vmovnbq_s32(temp, sum_1); in arm_avgpool_s16()
184 temp = vmovntq_s32(temp, sum_2); in arm_avgpool_s16()
186 vstrhq_p_s16(out, temp, ld_st_p); in arm_avgpool_s16()
Darm_avgpool_s8.c125 int8x16_t temp; in arm_avgpool_s8() local
143 temp = vldrbq_z_s8(src_inner, ld_st_p); in arm_avgpool_s8()
145 temp_lo = vmovlbq_s8(temp); in arm_avgpool_s8()
146 temp_hi = vmovltq_s8(temp); in arm_avgpool_s8()
215 temp = vmovnbq_s16(temp, temp_lo); in arm_avgpool_s8()
216 temp = vmovntq_s16(temp, temp_hi); in arm_avgpool_s8()
218 vstrbq_p_s8(out, temp, ld_st_p); in arm_avgpool_s8()
/cmsis-nn-latest/Tests/UnitTest/RefactoredTestGen/Lib/
Dop_fully_connected.py88 temp = np.reshape(weights, (weights.size // 2, 2)).astype(np.uint8)
89 weights = 0xff & ((0xf0 & (temp[:, 1] << 4)) | (temp[:, 0] & 0xf))
/cmsis-nn-latest/Tests/UnitTest/
Dfully_connected_settings.py212 temp = np.reshape(weights, (len(weights) // 2, 2)).astype(np.uint8)
213 temp = 0xff & ((0xf0 & (temp[:, 1] << 4)) | (temp[:, 0] & 0xf))
214 weights = tf.convert_to_tensor(temp)
Dconv_settings.py300 temp = np.reshape(weights, (len(weights) // 2, 2)).astype(np.uint8)
301 temp = 0xff & ((0xf0 & (temp[:, 1] << 4)) | (temp[:, 0] & 0xf))
302 weights = tf.convert_to_tensor(temp)
/cmsis-nn-latest/Source/NNSupportFunctions/
Darm_nn_depthwise_conv_nt_t_s4.c107 int8_t temp[] = { in arm_nn_depthwise_conv_nt_t_s4() local
109 ker_0 = vldrbq_s32(temp); in arm_nn_depthwise_conv_nt_t_s4()
/cmsis-nn-latest/Source/ConvolutionFunctions/
Darm_depthwise_conv_s4_opt.c198 int8_t temp[] = {row_0[0] >> 4, in arm_depthwise_conv_s4_opt() local
202 ker_0 = vldrbq_s32(temp); in arm_depthwise_conv_s4_opt()