nlbutts / tflite_zynq

Example code and instructions on getting Tensorflow Lite running on a Xilinx Zynq

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Trying to reproduce

jcalderw opened this issue · comments

Hi,

I was very pleased to find that you succeeded in getting tflite running on the Zynq platform. We have been trying to do this without success. I followed your steps, but so far have not been able to reproduce your results.

When I run the bazel build command, I get the following:

bazel build --crosstool_top=third_party/toolchains/cpus/arm:toolchain --cpu=armv7a tensorflow/contrib/lite/examples/simplelite:simplelite
ERROR: /home/hd1/tensorflow/third_party/clang_toolchain/cc_configure_clang.bzl:3:1: file '@bazel_tools//tools/cpp:cc_configure.bzl' does not contain symbol 'cc_autoconf_impl'
ERROR: error loading package '': Extension file 'third_party/clang_toolchain/cc_configure_clang.bzl' has errors
ERROR: error loading package '': Extension file 'third_party/clang_toolchain/cc_configure_clang.bzl' has errors
INFO: Elapsed time: 0.241s
FAILED: Build did NOT complete successfully (0 packages loaded)

Do you have any insight or suggestions? Thanks in advance!