Home
last modified time | relevance | path

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

123456789

/external/opencensus-java/examples/
DREADME.md15 ### Bazel subsection
17 $ bazel build :all
24 $ ./build/install/opencensus-examples/bin/TagContextExample
29 $ ./target/appassembler/bin/TagContextExample
32 ### Bazel subsection
34 $ ./bazel-bin/TagContextExample
41 $ ./build/install/opencensus-examples/bin/ZPagesTester
46 $ ./target/appassembler/bin/ZPagesTester
49 ### Bazel subsection
51 $ ./bazel-bin/ZPagesTester
[all …]
/external/tensorflow/tensorflow/tools/docker/
DDockerfile.devel-mkl-horovod13 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 …]
DDockerfile.devel5 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 …]
DDockerfile.devel-gpu1 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 …]
/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 …]
D.travis.sh1 #!/bin/bash
13 "gcc-"*)
14 …${CC} || brew install $(echo "${CC}" | sed 's/\-/@/') || brew link --overwrite $(echo "${CC}" | se…
19 "bazel")
20 brew install bazel
27 …et 'https://raw.githubusercontent.com/nemequ/pgi-travis/de6212d94fd0e7d07a6ef730c23548c337c436a7/i…
28 …d93cfb87d26f65147395dcbedd4c3c844ee6ec39616f1a347c8df5 install-pgi.sh' | sha256sum -c --strict ||…
29 /bin/sh install-pgi.sh
41-DCMAKE_FIND_ROOT_PATH_MODE_PROGRAM=NEVER -DCMAKE_FIND_ROOT_PATH_MODE_LIBRARY=ONLY -DCMAKE_FIND_RO…
43 …cmake ${CMAKE_FLAGS} -DCMAKE_C_COMPILER="$CC" -DCMAKE_CXX_COMPILER="$CXX" -DENABLE_SANITIZER="${SA…
[all …]
/external/tensorflow/tensorflow/tools/ci_build/builds/
Dandroid_full.sh1 #!/usr/bin/env bash
8 # http://www.apache.org/licenses/LICENSE-2.0
17 set -e
22 mkdir -p ${TARGET_DIR}
31 CPUS=armeabi-v7a,arm64-v8a,x86,x86_64
36 rm -rf ${OUT_DIR}
37 rm -rf ${AAR_LIB_TMP}
43 bazel build --config=monolithic --cpu=${CPU} \
44 --compilation_mode=opt --cxxopt=-std=c++11 \
45 --crosstool_top=//external:android/crosstool \
[all …]
Dlibtensorflow.sh1 #!/usr/bin/env bash
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
[all …]
/external/tensorflow/tensorflow/tools/pip_package/
Dbuild_pip_package.sh1 #!/usr/bin/env bash
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"
[all …]
/external/tensorflow/tensorflow/java/
DREADME.md14 - Refer to [Installing TensorFlow for Java](https://www.tensorflow.org/install/lang_java)
15 - [Javadoc](https://www.tensorflow.org/api_docs/java/reference/org/tensorflow/package-summary)
16 - [![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.tensorflow/tensorflow/ba…
23 - [JAR](https://storage.googleapis.com/tensorflow-nightly/github/tensorflow/lib_package/libtensor…
24 - [Source JAR](https://storage.googleapis.com/tensorflow-nightly/github/tensorflow/lib_package/li…
25 - JNI:
26- [Linux CPU-only](https://storage.googleapis.com/tensorflow-nightly/github/tensorflow/lib_packa…
27- [Linux GPU](https://storage.googleapis.com/tensorflow-nightly/github/tensorflow/lib_package/li…
28- [MacOS](https://storage.googleapis.com/tensorflow-nightly/github/tensorflow/lib_package/libten…
29 - Windows: (No nightly builds available yet)
[all …]
/external/tensorflow/tensorflow/tools/lib_package/
DREADME.md1 Bazel rules to package the TensorFlow APIs in languages other than Python into
15 bazel test --config opt //tensorflow/tools/lib_package:libtensorflow_test
16 bazel build --config opt //tensorflow/tools/lib_package:libtensorflow
20 `bazel-bin/tensorflow/tools/lib_package/libtensorflow.tar.gz`, which can be
24 tar -C /usr/local -xzf libtensorflow.tar.gz
35 bazel test --config opt //tensorflow/tools/lib_package:libtensorflow_test
36 bazel build --config opt \
39 //tensorflow/java:libtensorflow-src.jar
44 - The native library (`libtensorflow_jni.so`) packaged in an archive at:
45 `bazel-bin/tensorflow/tools/lib_package/libtensorflow_jni.tar.gz`
[all …]
/external/tensorflow/tensorflow/tools/ci_build/install/
Dinstall_bazel_from_source.sh1 #!/usr/bin/env bash
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.
24 local_bazel_ver=$(bazel version 2>&1 | grep -i label | awk '{print $3}')
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 …]
Dinstall_bazel.sh1 #!/usr/bin/env bash
8 # 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}')
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_buildifier_from_source.sh1 #!/usr/bin/env bash
8 # http://www.apache.org/licenses/LICENSE-2.0
17 set -e
21 git clone -b $BUILDTOOLS_VERSION https://github.com/bazelbuild/buildtools
25 bazel build //buildifier
26 sudo mv bazel-bin/buildifier/linux*stripped/buildifier /usr/local/bin
29 bazel build //buildozer
30 sudo mv bazel-bin/buildozer/linux*stripped/buildozer /usr/local/bin
/external/tensorflow/tensorflow/tools/ci_build/windows/
Dlibtensorflow_gpu.sh1 #!/usr/bin/env bash
8 # http://www.apache.org/licenses/LICENSE-2.0
19 set -ex
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 …]
Dlibtensorflow_cpu.sh1 #!/usr/bin/env bash
8 # http://www.apache.org/licenses/LICENSE-2.0
19 set -ex
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 …]
/external/tensorflow/tensorflow/go/
DREADME.md24 - [bazel](https://www.bazel.build/versions/master/docs/install.html)
25 - Environment to build TensorFlow from source code
30 sudo apt-get install python swig python-numpy # Linux
39 go get -d github.com/tensorflow/tensorflow/tensorflow/go
47 bazel build -c opt //tensorflow:libtensorflow.so
58 …sudo cp ${GOPATH}/src/github.com/tensorflow/tensorflow/bazel-bin/tensorflow/libtensorflow.so /usr/…
59 …sudo cp ${GOPATH}/src/github.com/tensorflow/tensorflow/bazel-bin/tensorflow/libtensorflow_framewor…
67 export LIBRARY_PATH=${GOPATH}/src/github.com/tensorflow/tensorflow/bazel-bin/tensorflow
69 export LD_LIBRARY_PATH=${GOPATH}/src/github.com/tensorflow/tensorflow/bazel-bin/tensorflow
71 export DYLD_LIBRARY_PATH=${GOPATH}/src/github.com/tensorflow/tensorflow/bazel-bin/tensorflow
[all …]
/external/tensorflow/tensorflow/lite/experimental/micro/examples/micro_speech/
DREADME.md7 - [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
41 …e_lib/tree/master/README.md) you can then convert the ELF file into a a `.bin` format executable …
44 arm-none-eabi-objcopy \
45 tensorflow/lite/experimental/micro/tools/make/gen/bluepill_cortex-m3/bin/micro_speech_test \
[all …]
/external/grpc-grpc-java/
D.gitignore11 # Bazel
12 bazel-bin
13 bazel-examples
14 bazel-genfiles
15 bazel-grpc-java
16 bazel-out
17 bazel-testlogs
28 bin
/external/googletest/ci/
Dinstall-linux.sh1 #!/usr/bin/env bash
32 set -eu
41 echo "deb [arch=amd64] http://storage.googleapis.com/bazel-apt stable jdk1.8" | \
42 sudo tee /etc/apt/sources.list.d/bazel.list
43 curl https://bazel.build/bazel-release.pub.gpg | sudo apt-key add -
44 sudo apt-get update && sudo apt-get install -y bazel gcc-4.9 g++-4.9 clang-3.9
46 # Use ccache, assuming $HOME/bin is in the path, which is true in the Travis build environment.
47 ln -sf /usr/bin/ccache $HOME/bin/${CXX};
48 ln -sf /usr/bin/ccache $HOME/bin/${CC};
/external/tensorflow/tensorflow/examples/android/
Dbuild.gradle4 // Note that Bazel is still used by default to compile the native libs,
11 // on Windows machines, but note that full equivalence with the Bazel
14 // 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.
44 // set to 'bazel', 'cmake', 'makefile', 'none'
45 def nativeBuildSystem = 'bazel'
47 // Controls output directory in APK and CPU type for Bazel builds.
49 // assumes armeabi-v7a. If building with make, changing this will require
51 // The CMake build has only been tested with armeabi-v7a; others may not work.
52 def cpuType = 'armeabi-v7a'
[all …]
/external/tensorflow/tensorflow/examples/label_image/
DREADME.md3 This example shows how you can load a pre-trained TensorFlow network and use it
7 example](https://godoc.org/github.com/tensorflow/tensorflow/tensorflow/go#ex-package).
21 $ curl -L "https://storage.googleapis.com/download.tensorflow.org/models/inception_v3_2016_08_28_fr…
22 tar -C tensorflow/examples/label_image/data -xz
35 $ bazel build tensorflow/examples/label_image/...
41 $ bazel-bin/tensorflow/examples/label_image/label_image
59 Next, try it out on your own images by supplying the --image= argument, e.g.
62 $ bazel-bin/tensorflow/examples/label_image/label_image --image=my_image.png
77 `bazel-bin/tensorflow/examples/label_image/label_image_py` should be there after
79 $ bazel build tensorflow/examples/label_image/...
[all …]
/external/flatbuffers/
D.gitignore2 *_wire.bin
18 **/bin/**
19 !tests/rust_usage_test/bin/**
36 proguard-project.txt
97 /bazel-bin
98 /bazel-flatbuffers
99 /bazel-genfiles
100 /bazel-out
101 /bazel-testlogs
/external/grpc-grpc/tools/internal_ci/linux/
Dgrpc_build_submodule_at_head.sh1 #!/bin/bash
8 # http://www.apache.org/licenses/LICENSE-2.0
18 set -ex
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/grpc-grpc-java/examples/
DREADME.md4 The examples require grpc-java to already be built. You are strongly encouraged
18 This creates the scripts `hello-world-server`, `hello-world-client`,
19 `hello-world-tls-server`, `hello-world-tls-client`,
20 `route-guide-server`, and `route-guide-client` in the
21 `build/install/examples/bin/` directory that run the examples. Each
27 $ ./build/install/examples/bin/hello-world-server
33 $ ./build/install/examples/bin/hello-world-client
40 **hello-world-tls-server**:
47 **hello-world-tls-client**:
54 #### Generating self-signed certificates for use with grpc
[all …]

123456789