Commit b8bb6a2a authored by Koan-Sin Tan's avatar Koan-Sin Tan
Browse files

remove ":arm" to build tflite on ARM64 linux

When build TF Lite related stuff such as lable_image for tflite on
ARMv64 non-Android environment (I am running Debian on an internal
development board). I saw something like:

  /home/freedom/work/tensorflow/tensorflow/contrib/lite/kernels/internal/BUILD:264:1: C++ compilation of rule '//tensorflow/contrib/lite/kernels/internal:neon_tensor_utils' failed (Exit 1)
  gcc: error: unrecognized command line option '-mfpu=neon'

It seems ARM64 falls into this ":arm" category. After removing it, I can
build my tflite-based command line programs without problems.
parent 3ec52d5d
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment