Searched refs:Bazel (Results 1 – 25 of 85) sorted by relevance
1234
5 Enable Building of gRPC Python with Bazel11 [Bazel](https://bazel.build/) is the open-sourced variant of Google's internal13 fast and declarative fashion. But Bazel in itself is still in active16 The project aimed to fill this gap and build gRPC Python with Bazel.24 ### State of Bazel for Python27 directly to [bazelbuild/bazel](https://github.com/bazelbuild/bazel). The Bazel31 Bazel is [still very much in active development for34 Using pip packages is still in experimental. Bazel Python support is currently39 Bazel's roadmap for Python is publicly available [here as a Google45 for Python, which is still not natively supported by Bazel. An existing[all …]
14 ## Building from Source with Bazel16 1. Follow the [Bazel steps for the TF Demo App](https://github.com/tensorflow/tensorflow/tree/maste…18 …1. [Install Bazel and Android Prerequisites](https://github.com/tensorflow/tensorflow/tree/master/…22 - Make sure to install the latest version of Bazel. Some distributions23 ship with Bazel 0.5.4, which is too old.24 - Bazel requires Android Build Tools `26.0.1` or higher.41 2. Build the app with Bazel. The demo needs C++11:
15 ## Building from Source with Bazel17 1. Follow the [Bazel steps for the TF Demo App](https://github.com/tensorflow/tensorflow/tree/maste…19 …1. [Install Bazel and Android Prerequisites](https://github.com/tensorflow/tensorflow/tree/master/…23 - Make sure to install the latest version of Bazel. Some distributions24 ship with Bazel 0.5.4, which is too old.25 - Bazel requires Android Build Tools `26.0.1` or higher.42 2. Build this demo app with Bazel. The demo needs C++11. We configure the fat_apk_cpu flag to packa…
29 bazel_version: the Bazel version string40 …fail("\nCurrent Bazel version is lower than 0.2.1, expected at least %s\n" % minimum_bazel_version)42 print("\nCurrent Bazel is not a release version, cannot check for compatibility.")43 print("Make sure that you are running at least Bazel %s.\n" % minimum_bazel_version)47 fail("\nCurrent Bazel version is {}, expected at least {}\n".format(
15 ### Bazel subsection32 ### Bazel subsection49 ### Bazel subsection77 ### Bazel subsection109 ### Bazel subsection
97 Bazel, and partial support for gradle, cmake, make, and Android Studio.108 ### Bazel subsection110 NOTE: Bazel does not currently support building for Android on Windows. Full114 ##### Install Bazel and Android Prerequisites argument116 Bazel is the primary build system for TensorFlow. To build with Bazel, it and119 1. Install the latest version of Bazel as per the instructions [on the Bazel152 automatically and packaged with the APK by Bazel via a new_http_archive defined196 ### Android Studio with Bazel198 Android Studio may be used to build the demo in conjunction with Bazel. First,199 make sure that you can build with Bazel following the above directions. Then,[all …]
4 // Note that Bazel is still used by default to compile the native libs,11 // on Windows machines, but note that full equivalence with the Bazel14 // NOTE: Running a make build will cause subsequent Bazel builds to *fail*21 // it will conflict with the BUILD file used by Bazel on case-insensitive OSs.47 // Controls output directory in APK and CPU type for Bazel builds.57 // Default to building with Bazel and override with make if requested.69 // If building with Bazel, this is the location of the bazel binary.70 // NOTE: Bazel does not yet support building for Android on Windows,
45 ":brotli_jni", # Bazel JNI workaround60 ":brotli_jni", # Bazel JNI workaround75 ":brotli_jni", # Bazel JNI workaround
46 ":brotli_jni", # Bazel JNI workaround62 ":brotli_jni", # Bazel JNI workaround78 ":brotli_jni", # Bazel JNI workaround
10 ### Bazel subsection22 If you would like to build the Objective-C TensorFlow Lite library using Bazel on Apple30 Follow the prompts and when asked to configure the Bazel rules for Apple
10 ### Bazel subsection28 If you would like to build the Swift TensorFlow Lite library using Bazel on Apple36 Follow the prompts and when asked to configure the Bazel rules for Apple
1 # Bazel (http://bazel.io/) BUILD file for gflags.3 # See INSTALL.md for instructions for adding gflags to a Bazel workspace.
5 # Bazel (http://bazel.io/) WORKSPACE file for gflags.
34 …Bazel](https://github.com/grpc/grpc/issues/8079). Bazel is the designated replacement for our cons…35 …* **Required skills:** Python programming language, Bazel toolchain, Cython, open source developme…
116 Building using Bazel119 That being said, we also maintain a Bazel BUILD system as part of122 you are interested, Bazel's home page is124 And you can get started with using Bazel to build gemmlowp targets172 Testing using Bazel175 Alternatively, you can use Bazel to build and run tests. See the Bazel176 instruction in the above section on building. Once your Bazel workspace
14 Bazel | | Linux | :heavy_check_mark:15 Bazel | | MacOS | :heavy_check_mark:16 Bazel | | Windows | :x:
41 ":brotli_jni_no_dictionary_data", # Bazel JNI workaround54 ":brotli_jni_no_dictionary_data", # Bazel JNI workaround
4 // Any cmakedefine is defined using the -D flag instead when Bazel is used.5 // For Bazel, this file is thus not used to avoid a private file in $(GENDIR).
3 This repository reuses Bazel's VC detect mechanism to find undname.exe,7 On Windows, we use a DEF file generated by Bazel to export symbols from the
17 # Install basic packages and Bazel dependencies.46 # Bazel installation
1 # Android configs. Bazel needs to have --cpu and --fat_apk_cpu both set to the22 # For projects which use TensorFlow as part of a Bazel build process, putting43 # This only works with GPU builds currently, since Bazel sets -B/usr/bin in
125 """Bazel rule to create a C++ protobuf library from proto source files204 """Bazel rule to generate the gen_well_known_protos_java genrule237 """Bazel rule to create a Python protobuf library from proto source files289 """Bazel rules to create batch tests for protobuf internal.
3 The recommended way to build TensorFlow from source is using the Bazel7 - The build system may not have the RAM or processing power to support Bazel.8 - Bazel or its dependencies may not be available.12 dependencies listed in the Bazel project that can be used with GNU's make tool.171 #### Building the CUDA-enabled TensorFlow AAR with Bazel:184 #### Building the CUDA-enabled TensorFlow Android demo with Bazel:442 are generated from the main Bazel build by running468 Because the main development of TensorFlow is done using Bazel, changes to the478 Bazel build scripts, but that the makefile isn't aware of. Typical symptoms
11 # Bazel
19 # TODO: run the tests here under CMake (ATM they only run when using Bazel).