嗨,我是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(
我在做什么错了?
答案 0 :(得分:1)
我认为应该已经解决了,您可以同步处理再试一次吗?