tensorflow-build icon indicating copy to clipboard operation
tensorflow-build copied to clipboard

A set of scripts to (cross-)build the Tensorflow C lib for various architectures / OS

Results 7 tensorflow-build issues
Sort by recently updated
recently updated
newest added

Hello, I am trying to cross compile for armv7 using a custom toolchain. I am using bazel 0.8.1 and trying to compile tensorflow HEAD. (30b64a8d78b32db8f30957294efc9cac902b9fd3) I made a small change...

But I get: launching bazel with flags '' ERROR: /root/.cache/bazel/_bazel_root/aa4e3329d28e2b64ec040c9b188aed63/external/io_bazel_rules_closure/closure/compiler/closure_js_library.bzl:138:26: name 'set' is not defined ERROR: /root/.cache/bazel/_bazel_root/aa4e3329d28e2b64ec040c9b188aed63/external/io_bazel_rules_closure/closure/private/defs.bzl:27:16: name 'set' is not defined Some js error?

I meet error at ARM64 ubuntu 16.04 with AMD ROCm and TF 1.3 https://github.com/ROCmSoftwarePlatform/tensorflow root@:~/tensorflow# bazel build --config=opt --config=rocm //tensorflow/tools/pip_package:build_pip_package --verbose_failures ERROR: /root/.cache/bazel/_bazel_root/efb88f6336d9c4a18216fb94287b8d97/external/io_bazel_rules_closure/closure/filegroup_external.bzl:23:16: name 'set' is not defined ERROR: /root/.cache/bazel/_bazel_root/efb88f6336d9c4a18216fb94287b8d97/external/io_bazel_rules_closure/closure/webfiles/web_library.bzl:43:14:...

I get this error on Ubuntu 14.04/16.04: ``` error: patch failed: tensorflow/core/platform/platform.h:45 error: tensorflow/core/platform/platform.h: patch does not apply ```

i am doing cross compile under linux(x86),i want to get the tensorflow .so file (for c and c++) to be used in android phone,i need to do corss compile under...

I am trying to cross compile for imx6 platform using the custom tool chain which comes in poky build system. I am getting the following error, > ERROR: >in target...