forked from mindspore-Ecosystem/mindspore
fix ios compile
This commit is contained in:
parent
90cbad6baf
commit
876dd191c9
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue