!27817 [MSLITE][IOS] fix ios compile

Merge pull request !27817 from yefeng/186-fix_ios_compile
This commit is contained in:
i-robot 2021-12-17 04:42:52 +00:00 committed by Gitee
commit 57bbec4001
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);