lhelontra / tensorflow-on-arm

TensorFlow for Arm
MIT License
1.05k stars 274 forks source link

tensorflow C library for arm #48

Closed jewes closed 5 years ago

jewes commented 5 years ago

Hello, Would you please also release the tensorflow C library (https://www.tensorflow.org/install/) for ARM? I suppose the C library is also built while building the python packages. Thanks!

lhelontra commented 5 years ago

Hi, edit your prefereble config, for example configs/rpi.conf In line: BAZEL_EXTRA_FLAGS="--cpu=armeabi --crosstool_top=//tools/local_arm_compiler:toolchain //tensorflow/tools/pip_package:build_pip_package"

Changes to: BAZEL_EXTRA_FLAGS="--cpu=armeabi --crosstool_top=//tools/local_arm_compiler:toolchain //tensorflow:libtensorflow.so //tensorflow:libtensorflow_framework.so //tensorflow/tools/pip_package:build_pip_package"