在 AARCH64 上构建 Tensorflow Lite 时出错
Error building Tensorflow Lite on AARCH64
您好,我是 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 的新手,我正在尝试为 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(
我做错了什么?
我想这应该已经解决了,你能同步到头部并重试吗?