Top "Bazel" questions

Bazel is a build tool that builds code quickly and reliably.

Run Tensorflow unit tests

Is there any way to run Tensorflow unit tests manually? I want to perform sanity checks while modifying TF source …

unit-testing tensorflow testing bazel
Xcode version must be specified to use an Apple CROSSTOOL

I try to build tensorflow-serving using bazel but I've encountered some errors during the building ERROR:/private/var/tmp/_bazel_…

tensorflow bazel tensorflow-serving
C++ debugging with gdb & bazel (& emacs)

I want to debug an executable generated with Bazel. The gdb debugger is lost with the links generated by Bazel …

c++ emacs gdb bazel
Bazel: How do you get the path to a generated file?

In Bazel, given a build target, how would a script (which is running outside of Bazel) get the path to …

bazel
how to use clang++ instead g++ in Bazel

I want to use clang++ instead g++ to compile my c++ files while g++ is the system's default compiler. I …

bazel
How to generate compile_commands.json for a C++ Bazel project

In a C++ Bazel project, I want to use tools like Clang Tools or RTags, etc. For that I need …

c++ bazel
Building OpenCV code using Bazel

What is the best way to build C++ code that uses the OpenCV library using Bazel? I.e., what would …

opencv bazel
Running a Tensorflow model on Android

I'm trying to figure out the workflow for training and deploying a Tensorflow model on Android. I'm aware of the …

android tensorflow bazel
How to add external header files during bazel/tensorflow build

I am trying to add external header file (like OpenCL header file) for some experimentation for tensorflow. I tried to …

tensorflow bazel
Decrease bazel memory usage

I'm using bazel on a computer with 4 GB RAM (to compile the tensorflow project). Bazel does however not take into …

bazel