fix ios compile

This commit is contained in:
yefeng 2021-12-17 09:45:46 +08:00
parent 90cbad6baf
commit 876dd191c9
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
*/
#include "nnacl/fp16/deconv_fp16.h"
#include <float.h>
int DeConvPostFp16(const float16_t *src, float16_t *tmp, const float16_t *bias, float16_t *dst, int output_channel,
const ConvParameter *conv_param) {
float16x8_t min_v = vdupq_n_f16(-FLT_MAX);