Привет, я новичок в Tensorflow и пытаюсь собрать Tensorflow Lite для платы Pine64 A64 +.Я следовал инструкциям на tenorflow lite странице и получил много ошибок, таких как эта:
./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(
Что я делаю не так?