Home
last modified time | relevance | path

Searched refs:padded (Results 1 – 10 of 10) sorted by relevance

/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/cmsis/CMSIS/NN/Source/ConvolutionFunctions/
A Darm_convolve_s8.c96 int32_t padded = 0; in arm_convolve_s8() local
113 padded = 1; in arm_convolve_s8()
126 if (buffer_fill_cnt == 4 && (padded == 0)) in arm_convolve_s8()
158 else if (buffer_fill_cnt == 4 && (padded != 0)) in arm_convolve_s8()
177 padded = 0; in arm_convolve_s8()
A Darm_depthwise_conv_s8_opt.c96 int padded = 0; in arm_depthwise_conv_s8_opt() local
112 padded = 1; in arm_depthwise_conv_s8_opt()
126 if (padded == 0) in arm_depthwise_conv_s8_opt()
155 padded = 0; in arm_depthwise_conv_s8_opt()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/tools/make/downloads/cmsis/CMSIS/NN/Source/ConvolutionFunctions/
A Darm_convolve_s8.c96 int32_t padded = 0; in arm_convolve_s8() local
113 padded = 1; in arm_convolve_s8()
126 if (buffer_fill_cnt == 4 && (padded == 0)) in arm_convolve_s8()
158 else if (buffer_fill_cnt == 4 && (padded != 0)) in arm_convolve_s8()
177 padded = 0; in arm_convolve_s8()
A Darm_depthwise_conv_s8_opt.c96 int padded = 0; in arm_depthwise_conv_s8_opt() local
112 padded = 1; in arm_depthwise_conv_s8_opt()
126 if (padded == 0) in arm_depthwise_conv_s8_opt()
155 padded = 0; in arm_depthwise_conv_s8_opt()
/AliOS-Things-master/components/SDL2/src/cpuinfo/
A DSDL_cpuinfo.c949 const size_t padded = (padding != alignment) ? (len + padding) : len; in SDL_SIMDAlloc() local
951 Uint8 *ptr = (Uint8 *) SDL_malloc(padded + alignment + sizeof (void *)); in SDL_SIMDAlloc()
966 const size_t padded = (padding != alignment) ? (len + padding) : len; in SDL_SIMDRealloc() local
981 ptr = (Uint8 *) SDL_realloc(mem, padded + alignment + sizeof (void *)); in SDL_SIMDRealloc()
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Dstructure.txt169 can be simplified a little if they work on padded data: it's not necessary to
A Dinstall.txt1106 Backup/Compare has difficulty with the (presumably) null padded files.
A Dlibjpeg.txt2592 the last column and/or row). The data must be padded to a multiple of a DCT
2634 is smaller than this, it must be padded appropriately. For some sampling
/AliOS-Things-master/components/mbedtls/
A DChangeLog167 padded records in case of CBC ciphersuites using Encrypt-then-MAC.
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A DCHANGES5623 number of pixel components in the output format, not the possibly padded row

Completed in 28 milliseconds