Home
last modified time | relevance | path

Searched +full:bazel +full:- +full:0 (Results 1 – 25 of 757) sorted by relevance

12345678910>>...31

/external/rust/crates/grpcio-sys/grpc/bazel/
Dupdate_mirror.sh8 # http://www.apache.org/licenses/LICENSE-2.0
16 # Script to upload github archives for bazel dependencies to GCS, creating a reliable mirror link.
17 …ves are copied to "grpc-bazel-mirror" GCS bucket (https://console.cloud.google.com/storage/browser…
18 # and will by downloadable with the https://storage.googleapis.com/grpc-bazel-mirror/ prefix.
20 # This script should be run each time bazel dependencies are updated.
22 set -e
24 cd $(dirname $0)/..
28 tmpdir="$(mktemp -d)"
30 rm -rf "$tmpdir"
38 curl -L --fail --output "${tmpdir}/archive" "https://${file}"
[all …]
Dgrpc_deps.bzl1 """Load dependencies needed to compile and test the grpc library as a 3rd-party consumer."""
4 load("@com_github_grpc_grpc//bazel:grpc_python_deps.bzl", "grpc_python_deps")
35 name = "absl-base",
40 name = "absl-time",
105 name = "opencensus-context",
110 name = "opencensus-trace",
115 name = "opencensus-trace-context_util",
120 name = "opencensus-stats",
125 name = "opencensus-stats-test",
130 name = "opencensus-with-tag-map",
[all …]
/external/rust/crates/grpcio-sys/grpc/bazel/test/python_test_repo/tools/
Dbazel8 # http://www.apache.org/licenses/LICENSE-2.0
17 # Keeping up with Bazel's breaking changes is currently difficult.
18 # This script wraps calling bazel by downloading the currently
20 # that running bazel will always get meaningful results, at least
21 # until Bazel 1.0 is released.
22 # NOTE: This script relies on bazel's feature where //tools/bazel
23 # script can be used to hijack "bazel" invocations in given workspace.
25 set -e
33 # https://github.com/bazelbuild/bazel/blob/master/scripts/packages/bazel.sh
35 # run "bazel" in our workspace)
[all …]
/external/rust/crates/grpcio-sys/grpc/tools/
Dbazel8 # http://www.apache.org/licenses/LICENSE-2.0
17 # Keeping up with Bazel's breaking changes is currently difficult.
18 # This script wraps calling bazel by downloading the currently
20 # that running bazel will always get meaningful results, at least
21 # until Bazel 1.0 is released.
22 # NOTE: This script relies on bazel's feature where //tools/bazel
23 # script can be used to hijack "bazel" invocations in given workspace.
25 set -e
33 # https://github.com/bazelbuild/bazel/blob/master/scripts/packages/bazel.sh
35 # run "bazel" in our workspace)
[all …]
/external/tflite-support/tensorflow_lite_support/tools/ci_build/
Dcommon.sh8 # http://www.apache.org/licenses/LICENSE-2.0
19 # TODO(b/158448780): Guard bazel version with IfChangeThenChange.
20 LATEST_BAZEL_VERSION=3.1.0
27 if [[ $? -ne 0 ]]; then
45 set -x
48 # TODO(b/158448780): Guard bazel installation with IfChangeThenChange.
50 mkdir -p /tmpfs/bazel_output
54 # Downloads bazelisk to ~/bin as `bazel`.
57 case "$(uname -s)" in
58 Darwin) local name=bazelisk-darwin-amd64 ;;
[all …]
/external/brotli/scripts/
Dappveyor.yml3 - master
7 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
12 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
17 - BUILD_SYSTEM: CMake
21 - BUILD_SYSTEM: CMake
25 - BUILD_SYSTEM: Python
30 - BUILD_SYSTEM: Python
31 PYTHON: "C:\\Python36-x64"
35 - BUILD_SYSTEM: make
38 - BUILD_SYSTEM: make
[all …]
/external/googletest/docs/
Dquickstart-bazel.md1 # Quickstart: Building with Bazel
3 This tutorial aims to get you up and running with GoogleTest using the Bazel
13 * [Bazel](https://bazel.build/), the preferred build system used by the
19 If you don't already have Bazel installed, see the
20 [Bazel installation guide](https://docs.bazel.build/versions/master/install.html).
26 ## Set up a Bazel workspace
29 [Bazel workspace](https://docs.bazel.build/versions/master/build-ref.html#workspace)
43 [Bazel external dependency](https://docs.bazel.build/versions/master/external.html)
45 [`http_archive` rule](https://docs.bazel.build/versions/master/repo/http.html#http_archive).
55 strip_prefix = "googletest-609281088cfefc76f9d0ce82e1ff6c30cc3591e5",
[all …]
/external/tensorflow/tensorflow/tools/ci_build/install/
Dinstall_bazel.sh8 # http://www.apache.org/licenses/LICENSE-2.0
17 # Select bazel version.
21 local_bazel_ver=$(bazel version 2>&1 | grep -i label | awk '{print $3}')
24 exit 0
27 set -e
29 # Install bazel.
30 mkdir -p /bazel
31 cd /bazel
32 if [[ ! -f "bazel-$BAZEL_VERSION-installer-linux-x86_64.sh" ]]; then
33 …curl -fSsL -O https://github.com/bazelbuild/bazel/releases/download/$BAZEL_VERSION/bazel-$BAZEL_VE…
[all …]
Dinstall_bazel_from_source.sh8 # http://www.apache.org/licenses/LICENSE-2.0
18 # It will compile bazel from source and install it in /usr/local/bin
20 # Select bazel version.
24 local_bazel_ver=$(bazel version 2>&1 | grep -i label | awk '{print $3}')
27 exit 0
30 set -e
32 # Compile bazel from source
33 mkdir -p /bazel
34 cd /bazel
36 curl -fSsL -O https://github.com/bazelbuild/bazel/releases/download/$BAZEL_VERSION/bazel-$BAZEL_VER…
[all …]
/external/tensorflow/tensorflow/tools/pip_package/
Dbuild_pip_package.sh8 # http://www.apache.org/licenses/LICENSE-2.0
18 set -e
21 [[ "$1" = /* ]] || [[ "$1" =~ ^[a-zA-Z]:[/\\].* ]]
34-type d ! -name '*.py' ! -path '*local_config_cuda*' ! -path '*local_config_tensorrt*' ! -path '*l…
35 mkdir -p "${dest_dir}/$(dirname ${f})"
40 mkdir -p "${dest_dir}/local_config_cuda/cuda/cuda/"
50 if [ ! -f "${src_dir}/${srcs_txt}" ]; then
52 return 0
58 # Sometimes $file has a prefix bazel-out/host/ we want to remove.
61 if [ ! -z "$candidate_file" ]; then
[all …]
/external/rust/crates/grpcio-sys/grpc/third_party/upb/kokoro/ubuntu/
Dbuild.sh3 set -ex
5 # Install the latest version of Bazel.
6 if [ -x "$(command -v use_bazel.sh)" ]; then
12 ls -l `which cmake`
13 cmake --version
15 # Log the bazel path and version.
16 which bazel
17 bazel version
19 cd $(dirname $0)/../..
22 gcc --version
[all …]
/external/rust/crates/grpcio-sys/grpc/
Dpackage.xml1 <?xml version="1.0" encoding="UTF-8"?>
2-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-
10 <email>grpc-packages@google.com</email>
13 <date>2019-09-24</date>
16 <release>1.35.0</release>
17 <api>1.35.0</api>
25 - gRPC Core 1.35.0 update
273 …<file baseinstalldir="/" name="src/core/ext/upb-generated/envoy/annotations/deprecation.upb.c" rol…
274 …<file baseinstalldir="/" name="src/core/ext/upb-generated/envoy/annotations/deprecation.upb.h" rol…
275 …<file baseinstalldir="/" name="src/core/ext/upb-generated/envoy/annotations/resource.upb.c" role="…
[all …]
Dconfig.w32113 "src\\core\\ext\\upb-generated\\envoy\\annotations\\deprecation.upb.c " +
114 "src\\core\\ext\\upb-generated\\envoy\\annotations\\resource.upb.c " +
115 "src\\core\\ext\\upb-generated\\envoy\\config\\accesslog\\v3\\accesslog.upb.c " +
116 "src\\core\\ext\\upb-generated\\envoy\\config\\cluster\\v3\\circuit_breaker.upb.c " +
117 "src\\core\\ext\\upb-generated\\envoy\\config\\cluster\\v3\\cluster.upb.c " +
118 "src\\core\\ext\\upb-generated\\envoy\\config\\cluster\\v3\\filter.upb.c " +
119 "src\\core\\ext\\upb-generated\\envoy\\config\\cluster\\v3\\outlier_detection.upb.c " +
120 "src\\core\\ext\\upb-generated\\envoy\\config\\core\\v3\\address.upb.c " +
121 "src\\core\\ext\\upb-generated\\envoy\\config\\core\\v3\\backoff.upb.c " +
122 "src\\core\\ext\\upb-generated\\envoy\\config\\core\\v3\\base.upb.c " +
[all …]
/external/swiftshader/third_party/marl/kokoro/windows/
Dpresubmit.bat7 REM https://www.apache.org/licenses/LICENSE-2.0
25 if !ERRORLEVEL! neq 0 exit !ERRORLEVEL!
27 git submodule update --init
28 if !ERRORLEVEL! neq 0 exit !ERRORLEVEL!
34 if !ERRORLEVEL! neq 0 exit !ERRORLEVEL!
38 -G "%BUILD_GENERATOR%" ^
39 -A "%BUILD_TARGET_ARCH%" ^
40 "-DMARL_BUILD_TESTS=1" ^
41 "-DMARL_BUILD_EXAMPLES=1" ^
42 "-DMARL_BUILD_BENCHMARKS=1" ^
[all …]
/external/tensorflow/tensorflow/tools/dockerfiles/partials/ubuntu/
Dbazel.partial.Dockerfile1 RUN apt-get update && apt-get install -y \
2 build-essential \
6 openjdk-8-jdk \
7 python3-dev \
11 RUN python3 -m pip --no-cache-dir install \
17 'numpy<1.19.0' \
25 # Install bazel
27 RUN mkdir /bazel && \
28 …wget -O /bazel/installer.sh "https://github.com/bazelbuild/bazel/releases/download/${BAZEL_VERSION…
29 …wget -O /bazel/LICENSE.txt "https://raw.githubusercontent.com/bazelbuild/bazel/master/LICENSE" && \
[all …]
/external/rust/crates/grpcio-sys/grpc/summerofcode/2018/
Dnaresh.md5 Enable Building of gRPC Python with Bazel
11 [Bazel](https://bazel.build/) is the open-sourced variant of Google's internal
13 fast and declarative fashion. But Bazel in itself is still in active
16 The project aimed to fill this gap and build gRPC Python with Bazel.
20 …storage.googleapis.com/summerofcode-prod.appspot.com/gsoc/core_project/doc/5316764725411840_152204…
24 ### State of Bazel for Python
27 directly to [bazelbuild/bazel](https://github.com/bazelbuild/bazel). The Bazel
31 Bazel is [still very much in active development for
32 Python](https://groups.google.com/forum/#!topic/bazel-sig-python/iQjV9sfSufw)
34 Using pip packages is still in experimental. Bazel Python support is currently
[all …]
/external/grpc-grpc/summerofcode/2018/
Dnaresh.md5 Enable Building of gRPC Python with Bazel
11 [Bazel](https://bazel.build/) is the open-sourced variant of Google's internal
13 fast and declarative fashion. But Bazel in itself is still in active
16 The project aimed to fill this gap and build gRPC Python with Bazel.
20 …storage.googleapis.com/summerofcode-prod.appspot.com/gsoc/core_project/doc/5316764725411840_152204…
24 ### State of Bazel for Python
27 directly to [bazelbuild/bazel](https://github.com/bazelbuild/bazel). The Bazel
31 Bazel is [still very much in active development for
32 Python](https://groups.google.com/forum/#!topic/bazel-sig-python/iQjV9sfSufw)
34 Using pip packages is still in experimental. Bazel Python support is currently
[all …]
/external/swiftshader/third_party/marl/kokoro/macos/
Dbuild.sh9 # https://www.apache.org/licenses/LICENSE-2.0
17 set -e # Fail on any error.
21 function show_cmds { set -x; }
32 git submodule update --init
38 BUILD_DIR=/tmp/marl-build
42 COMMON_CMAKE_FLAGS+=" -DCMAKE_BUILD_TYPE=${BUILD_TYPE}"
43 COMMON_CMAKE_FLAGS+=" -DMARL_BUILD_EXAMPLES=1"
44 COMMON_CMAKE_FLAGS+=" -DMARL_BUILD_TESTS=1"
45 COMMON_CMAKE_FLAGS+=" -DMARL_BUILD_BENCHMARKS=1"
46 COMMON_CMAKE_FLAGS+=" -DMARL_WARNINGS_AS_ERRORS=1"
[all …]
/external/tensorflow/tensorflow/tools/ci_build/builds/
Dlibtensorflow.sh8 # http://www.apache.org/licenses/LICENSE-2.0
18 # (1) The TensorFlow C-library: Containing C API header files and libtensorflow.so
29 # - Source this file in another bash script
30 # - Execute build_libtensorflow_tarball SUFFIX
33 # - lib_package/libtensorflow${SUFFIX}.tar.gz
34 # - lib_package/libtensorflow_jni${SUFFIX}.tar.gz
35 # - lib_package/libtensorflow.jar
36 # - lib_package/libtensorflow-src.jar
37 # - lib_package/libtensorflow_proto.zip
40 # - build_libtensorflow_tarball is invoked from the root of the git tree.
[all …]
/external/bazelbuild-rules_android/
DREADME.md1 # Android support in Bazel
5 …the Starlark implementation of Android rules for Bazel. This code is incomplete and may not functi…
7 Bazel 4.0.0 or newer and the following flags are necessary to use these rules:
9 --experimental_enable_android_migration_apis
10 --experimental_google_legacy_api
11 --incompatible_java_common_parameters
12 --android_databinding_use_v3_4_args
13 --experimental_android_databinding_v2
27 This repository contains the Starlark implementation of Android rules in Bazel.
30 in the [Bazel source
[all …]
/external/tensorflow/tensorflow/tools/ci_build/release/
Dcommon_win.bat7 :: http://www.apache.org/licenses/LICENSE-2.0
29 %PY_EXE% -m pip install --upgrade "setuptools<53" pip wheel
34 %PY_EXE% -m pip install "numpy ~= 1.19.2"
36 %PY_EXE% -m pip install "absl-py ~= 0.10"
37 %PY_EXE% -m pip install "astunparse ~= 1.6.3"
38 %PY_EXE% -m pip install "flatbuffers ~= 1.12.0"
39 %PY_EXE% -m pip install "google_pasta ~= 0.2"
40 %PY_EXE% -m pip install "h5py ~= 3.1.0"
41 %PY_EXE% -m pip install "keras_preprocessing ~= 1.1.2"
42 %PY_EXE% -m pip install "opt_einsum ~= 3.3.0"
[all …]
/external/oss-fuzz/projects/oak/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
17 # TODO(https://github.com/google/oss-fuzz/issues/3093): Stop specifying the
19 FROM gcr.io/oss-fuzz-base/base-builder@sha256:276813aef0ce5972db43c0230f96162003994fa742fb1b2f4e66c…
21 # Use a fixed Bazel version.
22 …ogle/asylo/blob/088ea3490dd4579655bd5b65b0e31fe18de7f6dd/asylo/distrib/toolchain/Dockerfile#L48-L71
23 ARG bazel_version=1.1.0
25 ARG bazel_url=https://storage.googleapis.com/bazel-apt/pool/jdk1.8/b/bazel/bazel_${bazel_version}_a…
27 # Install Bazel.
28 RUN apt-get update && \
29 apt-get install -y wget && \
[all …]
/external/tensorflow/tensorflow/tools/dockerfiles/dockerfiles/onednn/
Dcentos-8-devel.Dockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
28 # Enable both PowerTools and EPEL otherwise some packages like hdf5-devel fail to install
29 RUN dnf install -y 'dnf-command(config-manager)' && \
30 dnf config-manager --set-enabled powertools && \
31 …dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-"${CENTOS_VERSION}".noarc…
34 RUN yum update -y && \
35 yum install -y \
37 freetype-devel \
39 gcc-c++ \
41 hdf5-devel \
[all …]
Dcentos-7-devel.Dockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
26 # Enable both PowerTools and EPEL otherwise some packages like hdf5-devel fail to install
28 yum update -y && \
29 yum install -y epel-release
31 RUN yum update -y && \
32 yum install -y \
34 freetype-devel \
36 gcc-c++ \
38 hdf5-devel \
39 java-1.8.0-openjdk \
[all …]
/external/tensorflow/tensorflow/python/keras/benchmarks/keras_examples_benchmarks/
DREADME.md3 - [Benchmarks for keras model examples](#benchmarks-for-keras-model-examples)
4 - [Keras benchmarks](#keras-benchmarks)
5 - [Available models](#available-models)
6 - [Computer Vision examples](#computer-vision-examples)
7 - [Text & Sequence examples](#text--sequence-examples)
8 - [Other examples](#other-examples)
9 - [Available benchmark results](#available-benchmark-results)
10 - [Cifar10 CNN benchmark](#cifar10-cnn-benchmark)
11 - [MNIST Conv benchmark](#mnist-conv-benchmark)
12 - [MNIST Hierarchical RNN (HRNN) benchmark](#mnist-hierarchical-rnn-hrnn-benchmark)
[all …]

12345678910>>...31