Searched +full:bazel +full:- +full:0 (Results 1 – 25 of 308) sorted by relevance
12345678910>>...13
/external/tensorflow/tensorflow/tools/docker/ |
D | Dockerfile.devel-gpu | 1 FROM nvidia/cuda:9.0-base-ubuntu16.04 5 RUN apt-get update && apt-get install -y --no-install-recommends \ 6 build-essential \ 7 cuda-command-line-tools-9-0 \ 8 cuda-cublas-dev-9-0 \ 9 cuda-cudart-dev-9-0 \ 10 cuda-cufft-dev-9-0 \ 11 cuda-curand-dev-9-0 \ 12 cuda-cusolver-dev-9-0 \ 13 cuda-cusparse-dev-9-0 \ [all …]
|
D | Dockerfile.devel-mkl-horovod | 13 RUN apt-get update && apt-get install -y --no-install-recommends --fix-missing \ 15 ${PYTHON}-dev \ 16 ${PYTHON}-pip \ 17 ${PYTHON}-setuptools \ 18 ${PYTHON}-wheel \ 19 build-essential \ 22 libcurl3-dev \ 23 libfreetype6-dev \ 24 libhdf5-serial-dev \ 25 libnuma-dev \ [all …]
|
D | Dockerfile.devel | 5 RUN apt-get update && apt-get install -y --no-install-recommends \ 6 build-essential \ 9 libcurl3-dev \ 10 libfreetype6-dev \ 11 libhdf5-serial-dev \ 12 libpng-dev \ 13 libzmq3-dev \ 14 pkg-config \ 15 python-dev \ 17 software-properties-common \ [all …]
|
D | Dockerfile.devel-mkl | 12 RUN apt-get update && apt-get install -y --no-install-recommends --fix-missing \ 14 ${PYTHON}-dev \ 15 ${PYTHON}-pip \ 16 ${PYTHON}-setuptools \ 17 ${PYTHON}-wheel \ 18 build-essential \ 21 libcurl3-dev \ 22 libfreetype6-dev \ 23 libhdf5-serial-dev \ 24 libpng-dev \ [all …]
|
/external/tensorflow/tensorflow/ |
D | workspace.bzl | 56 # Note that we check the minimum bazel version in WORKSPACE. 71 # For windows bazel build 88 …"https://mirror.bazel.build/github.com/intel/mkl-dnn/releases/download/v0.18-rc/mklml_lnx_2019.0.3… 89 … "https://github.com/intel/mkl-dnn/releases/download/v0.18-rc/mklml_lnx_2019.0.3.20190125.tgz", 98 …"https://mirror.bazel.build/github.com/intel/mkl-dnn/releases/download/v0.18-rc/mklml_win_2019.0.3… 99 … "https://github.com/intel/mkl-dnn/releases/download/v0.18-rc/mklml_win_2019.0.3.20190125.zip", 108 …"https://mirror.bazel.build/github.com/intel/mkl-dnn/releases/download/v0.18-rc/mklml_mac_2019.0.3… 109 … "https://github.com/intel/mkl-dnn/releases/download/v0.18-rc/mklml_mac_2019.0.3.20190125.tgz", 117 # Important: If you are upgrading MKL-DNN, then update the version numbers 119 # MKL-DNN might require upgrading MKL ML libraries also. If they need to be [all …]
|
D | version_check.bzl | 1 """ Helpers to check minimum version of bazel.""" 19 # Parse the bazel version string from `native.bazel_version`. 21 # "0.10.0rc1 abc123d" => (0, 10, 0) 22 # "0.3.0" => (0, 3, 0) 24 """Parses a version string into a 3-tuple of ints 29 bazel_version: the Bazel version string 32 An int 3-tuple of a (major, minor, patch) version. 40 …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) [all …]
|
/external/tensorflow/tensorflow/tools/ci_build/install/ |
D | install_bazel.sh | 8 # http://www.apache.org/licenses/LICENSE-2.0 17 # Select bazel version. 18 BAZEL_VERSION="0.20.0" 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 [all …]
|
D | install_bazel_from_source.sh | 8 # 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. 21 BAZEL_VERSION="0.20.0" 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 [all …]
|
/external/googletest/ |
D | appveyor.yml | 7 - compiler: msvc-15-seh 12 - compiler: msvc-15-seh 18 - compiler: msvc-15-seh 19 build_system: bazel 23 - compiler: msvc-14-seh 28 - compiler: msvc-14-seh 32 - compiler: gcc-6.3.0-posix 35 cxx_path: 'C:\mingw-w64\i686-6.3.0-posix-dwarf-rt_v5-rev1\mingw32\bin' 39 - Debug 45 - ps: | [all …]
|
/external/brotli/scripts/ |
D | appveyor.yml | 3 - 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/grpc-grpc/summerofcode/2018/ |
D | naresh.md | 5 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/tensorflow/tensorflow/tools/ci_build/builds/ |
D | libtensorflow.sh | 8 # 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/tensorflow/tensorflow/tools/pip_package/ |
D | build_pip_package.sh | 8 # http://www.apache.org/licenses/LICENSE-2.0 18 set -e 21 [[ "$1" = /* ]] || [[ "$1" =~ ^[a-zA-Z]:[/\\].* ]] 34 …f in `find . ! -type d ! -name '*.py' ! -path '*local_config_cuda*' ! -path '*local_config_tensorr… 35 mkdir -p "${dest_dir}/$(dirname ${f})" 40 mkdir -p "${dest_dir}/local_config_cuda/cuda/cuda/" 44 PLATFORM="$(uname -s | tr 'A-Z' 'a-z')" 54 if [ $# -lt 1 ] ; then 60 mkdir -p "$TMPDIR" 65 if [ ! -d bazel-bin/tensorflow ]; then [all …]
|
/external/tensorflow/tensorflow/lite/experimental/micro/examples/micro_speech/ |
D | README.md | 7 - [Getting Started](#getting-started) 8 - [Getting Started on a Microcontroller](#getting-started-on-a-microcontroller) 9 - [Calculating the Input to the Neural Network](#calculating-the-input-to-the-neural-network) 10 - [Creating Your Own Model](#creating-your-own-model) 23 make -f tensorflow/lite/experimental/micro/tools/make/Makefile test_micro_speech 35 brew: brew install caskroom/cask/gcc-arm-embedded* 38 make -f tensorflow/lite/experimental/micro/tools/make/Makefile TARGET=bluepill test_micro_speech 44 arm-none-eabi-objcopy \ 45 tensorflow/lite/experimental/micro/tools/make/gen/bluepill_cortex-m3/bin/micro_speech_test \ 46 tensorflow/lite/experimental/micro/tools/make/gen/bluepill_cortex-m3/bin/micro_speech_test.bin \ [all …]
|
/external/tensorflow/tensorflow/tools/dockerfiles/partials/ubuntu/ |
D | bazelbuild.partial.Dockerfile | 1 RUN apt-get update && apt-get install -y \ 2 build-essential \ 5 openjdk-8-jdk \ 6 ${PYTHON}-dev \ 9 RUN ${PIP} --no-cache-dir install \ 20 && test "${USE_PYTHON_3_NOT_2}" -eq 1 && true || ${PIP} --no-cache-dir install \ 23 # Build and install bazel 24 ENV BAZEL_VERSION 0.15.0 26 RUN mkdir /bazel && \ 27 cd /bazel && \ [all …]
|
/external/grpc-grpc/tools/dockerfile/test/bazel/ |
D | Dockerfile | 7 # http://www.apache.org/licenses/LICENSE-2.0 15 FROM gcr.io/oss-fuzz-base/base-builder 17 # Install basic packages and Bazel dependencies. 18 RUN apt-get update && apt-get install -y software-properties-common python-software-properties 19 RUN add-apt-repository ppa:webupd8team/java 20 RUN apt-get update && apt-get -y install \ 22 build-essential \ 26 openjdk-8-jdk \ 34 RUN apt-get update && apt-get install -y \ 35 python-all-dev \ [all …]
|
/external/tensorflow/tensorflow/tools/ci_build/windows/gpu/bazel/ |
D | run_cc_test_windows.sh | 8 # http://www.apache.org/licenses/LICENSE-2.0 22 # - JDK8, and JAVA_HOME set. 23 # - Microsoft Visual Studio 2015 Community Edition 24 # - Msys2 25 # - Anaconda3 26 # * Bazel windows executable copied as "bazel.exe" and included in PATH. 29 set -x 30 set -e 32 # This script is under <repo_root>/tensorflow/tools/ci_build/windows/cpu/bazel 34 script_dir=$(dirname $0) [all …]
|
/external/tensorflow/tensorflow/tools/ci_build/windows/cpu/bazel/ |
D | run_cc_test_windows.sh | 8 # http://www.apache.org/licenses/LICENSE-2.0 22 # - JDK8, and JAVA_HOME set. 23 # - Microsoft Visual Studio 2015 Community Edition 24 # - Msys2 25 # - Anaconda3 26 # * Bazel windows executable copied as "bazel.exe" and included in PATH. 29 set -x 30 set -e 32 # This script is under <repo_root>/tensorflow/tools/ci_build/windows/cpu/bazel 34 script_dir=$(dirname $0) [all …]
|
/external/wycheproof/ |
D | BUILD | 26 # $ bazel test BouncyCastleAllTests 29 # $ bazel test BouncyCastleAllTests_1_52 32 # $ bazel test BouncyCastleAllTest_* 56 # $ bazel test SpongyCastleAllTests 58 # To test other versions, e.g., v1.52.0.0: 59 # $ bazel test SpongyCastleAllTests_1_52 62 # $ bazel test SpongyCastleAllTests_* 79 # $ bazel test BouncyCastleTest 82 # $ bazel test BouncyCastleTest_1_52 85 # $ bazel test BouncyCastleTest_* [all …]
|
/external/grpc-grpc/tools/internal_ci/linux/ |
D | grpc_build_submodule_at_head.sh | 8 # http://www.apache.org/licenses/LICENSE-2.0 18 set -ex 21 cd $(dirname $0)/../../.. 26 (cd third_party/$RUN_TESTS_FLAGS && git fetch --all && git checkout origin/master) 31 # Upgrade bazel. 32 # make_grpcio_tools.py requires bazel >=0.13.1 to run (Kokoro workers only have bazel 0.9) 33 …curl -fSsL -O https://github.com/bazelbuild/bazel/releases/download/0.13.1/bazel-0.13.1-installer-… 34 chmod +x ./bazel-0.13.1-installer-linux-x86_64.sh 35 ./bazel-0.13.1-installer-linux-x86_64.sh --user 36 rm -f ./bazel-0.13.1-installer-linux-x86_64.sh [all …]
|
/external/tensorflow/tensorflow/tools/ci_build/windows/cpu/pip/ |
D | build_tf_windows.sh | 8 # http://www.apache.org/licenses/LICENSE-2.0 22 # - JDK8, and JAVA_HOME set. 23 # - Microsoft Visual Studio 2015 Community Edition 24 # - Msys2 25 # - Anaconda3 26 # * Bazel windows executable copied as "bazel.exe" and included in PATH. 29 set -x 30 set -e 34 script_dir=$(dirname $0) 37 # Setting up the environment variables Bazel and ./configure needs [all …]
|
/external/tensorflow/tensorflow/tools/dockerfiles/dockerfiles/ppc64le/ |
D | devel-cpu-ppc64le.Dockerfile | 7 # http://www.apache.org/licenses/LICENSE-2.0 26 RUN apt-get update && apt-get install -y --no-install-recommends \ 27 build-essential \ 30 libcurl3-dev \ 31 libfreetype6-dev \ 32 libhdf5-serial-dev \ 33 libzmq3-dev \ 34 pkg-config \ 36 software-properties-common \ 39 zlib1g-dev \ [all …]
|
/external/tensorflow/tensorflow/tools/dockerfiles/dockerfiles/ |
D | devel-cpu.Dockerfile | 7 # http://www.apache.org/licenses/LICENSE-2.0 26 RUN apt-get update && apt-get install -y --no-install-recommends \ 27 build-essential \ 30 libcurl3-dev \ 31 libfreetype6-dev \ 32 libhdf5-serial-dev \ 33 libzmq3-dev \ 34 pkg-config \ 36 software-properties-common \ 39 zlib1g-dev \ [all …]
|
/external/tensorflow/tensorflow/tools/ci_build/windows/ |
D | libtensorflow_cpu.sh | 8 # http://www.apache.org/licenses/LICENSE-2.0 19 set -ex 20 SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" 22 # Setup environment for bazel builds 23 source "${SCRIPT_DIR}/bazel/common_env.sh" 24 source "${SCRIPT_DIR}/bazel/bazel_test_lib.sh" 28 if [ ! -e "WORKSPACE" ]; then 29 echo "Must run this from the root of the bazel workspace" 39 bazel --output_user_root=${TMPDIR} build -c opt --copt=/arch:AVX --announce_rc \ 47 rm -rf ${DIR} [all …]
|
D | libtensorflow_gpu.sh | 8 # http://www.apache.org/licenses/LICENSE-2.0 19 set -ex 20 SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" 22 # Setup environment for bazel builds 23 source "${SCRIPT_DIR}/bazel/common_env.sh" 24 source "${SCRIPT_DIR}/bazel/bazel_test_lib.sh" 28 if [ ! -e "WORKSPACE" ]; then 29 echo "Must run this from the root of the bazel workspace" 39 bazel --output_user_root=${TMPDIR} build -c opt --copt=/arch:AVX --announce_rc \ 47 rm -rf ${DIR} [all …]
|
12345678910>>...13