在AARCH64上构建Tensorflow Lite时出错

问题描述 投票:1回答:1

嗨,我是Tensorflow的新手,我正在尝试为Pine64 A64 +板构建Tensorflow Lite。我按照tensorflow lite page上的说明进行操作,并遇到了很多错误,例如:

./tensorflow/lite/kernels/internal/optimized/depthwiseconv_uint8_3x3_filter.h:55:78: error: cannot convert ‘int32x4_t {aka __vector(4) int}’ to ‘int8x16_t {aka __vector(16) signed char}’ in assignment
 #define vld1q_dup_s8x4(src) vld1q_dup_s32(reinterpret_cast<const int32*>(src))
                                                                              ^
./tensorflow/lite/kernels/internal/optimized/depthwiseconv_uint8_3x3_filter.h:5994:30: note: in expansion of macro ‘vld1q_dup_s8x4’
           input_bank_c_reg = vld1q_dup_s8x4(

我究竟做错了什么?

tensorflow arm64 tensorflow-lite
1个回答
1
投票

我认为这应该已经修好了,你能同步到头再试一次吗?

© www.soinside.com 2019 - 2024. All rights reserved.