Tags: samjabrahams/tensorflow-on-raspberry-pi
Tags
Merge branch 'master' of https://github.com/samjabrahams/tensorflow-o… …n-raspberry-pi
Remove '-mfpu=neon' GCC compiler option The newer versions of TensorFlow use [`Eigen::half`](https://eigen.tuxfamily.org/dox-devel/Half_8h_source.html) to allow for 16-bit floating point operations. Unfortunately, these are not compatible with the NEON instruction set. To keep things simple (and functioning), the final `bazel build` step for creating the TensorFlow wheel no longer has `--copt="-mfpu=neon"` included.