HomeSort by relevance Sort by last modified time
    Searched refs:bazel (Results 1 - 25 of 49) sorted by null

1 2

  /external/googletest/ci/
build-linux-bazel.sh 34 bazel build --curses=no //...:all
35 bazel test --curses=no //...:all
install-linux.sh 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.7
  /external/tensorflow/tensorflow/tools/ci_build/install/
install_bazel.sh 17 # Select bazel version.
21 local_bazel_ver=$(bazel version 2>&1 | grep -i label | awk '{print $3}')
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_VERSION-installer-linux-x86_64.sh
35 chmod +x /bazel/bazel-*.s
    [all...]
install_pi_python3_toolchain.sh 25 echo "deb [arch=amd64] http://storage.googleapis.com/bazel-apt stable jdk1.8" | sudo tee /etc/apt/sources.list.d/bazel.list
26 curl https://bazel.build/bazel-release.pub.gpg | sudo apt-key add -
28 rm -rf /usr/local/bin/bazel
29 apt-get install -y bazel python3 python3-numpy python3-dev python3-pip
install_pi_toolchain.sh 25 echo "deb [arch=amd64] http://storage.googleapis.com/bazel-apt stable jdk1.8" | sudo tee /etc/apt/sources.list.d/bazel.list
26 curl https://bazel.build/bazel-release.pub.gpg | sudo apt-key add -
28 rm -rf /usr/local/bin/bazel
29 apt-get install -y bazel python python-numpy python-dev python-pip
  /external/tensorflow/tensorflow/tools/ci_build/windows/cpu/bazel/
run_cc_test_windows.sh 26 # * Bazel windows executable copied as "bazel.exe" and included in PATH.
32 # This script is under <repo_root>/tensorflow/tools/ci_build/windows/cpu/bazel
35 cd ${script_dir%%tensorflow/tools/ci_build/windows/cpu/bazel}.
37 # Setting up the environment variables Bazel and ./configure needs
38 source "tensorflow/tools/ci_build/windows/bazel/common_env.sh" \
42 source "tensorflow/tools/ci_build/windows/bazel/bazel_test_lib.sh" \
51 passing_tests=$(bazel query "kind(cc_test, //tensorflow/cc/... + //tensorflow/core/...) - (${exclude_cpu_cc_tests}) - ($slow_compiling_test)" |
55 bazel test -k $slow_compiling_test --test_output=errors
56 bazel test -c opt -k $passing_tests --test_output=error
    [all...]
  /external/tensorflow/tensorflow/core/api_def/
update_api_def.sh 25 bazel build //tensorflow/core/api_def:update_api_def
26 bazel-bin/tensorflow/core/api_def/update_api_def \
  /external/tensorflow/tensorflow/tools/ci_build/windows/gpu/bazel/
run_cc_test_windows.sh 26 # * Bazel windows executable copied as "bazel.exe" and included in PATH.
32 # This script is under <repo_root>/tensorflow/tools/ci_build/windows/cpu/bazel
35 cd ${script_dir%%tensorflow/tools/ci_build/windows/gpu/bazel}.
37 # Setting up the environment variables Bazel and ./configure needs
38 source "tensorflow/tools/ci_build/windows/bazel/common_env.sh" \
42 source "tensorflow/tools/ci_build/windows/bazel/bazel_test_lib.sh" \
53 passing_tests=$(bazel query "kind(cc_test, //tensorflow/cc/... + //tensorflow/core/...) - (${exclude_gpu_cc_tests}) - ($slow_compiling_test)" |
57 # TODO(pcloudy): There is a bug in Bazel preventing build with GPU support without -c opt
59 # bazel test --config=win-cuda -k $slow_compiling_test --test_output=error
    [all...]
  /external/tensorflow/tensorflow/contrib/makefile/
gen_file_lists.sh 17 # the master Bazel build configuration.
19 bazel query 'kind("source file", deps(//tensorflow/core:android_tensorflow_lib))' | \
25 bazel query 'kind("generated file", deps(//tensorflow/core:proto_text))' | \
31 bazel query 'kind("source file", deps(//tensorflow/tools/proto_text:gen_proto_text_functions))' | \
39 bazel query 'kind("generated file", deps(//tensorflow/tools/proto_text:gen_proto_text_functions))' | \
45 bazel query 'kind("generated file", deps(//tensorflow/tools/proto_text:gen_proto_text_functions))' | \
  /external/tensorflow/tensorflow/tools/ci_build/osx/cpu/
run_py3_cc_core.sh 25 echo "Bazel will use ${N_JOBS} concurrent job(s)."
32 which bazel
33 bazel test --test_tag_filters=-no_oss,-gpu,-benchmark-test,-nomac \
run_contrib.sh 25 echo "Bazel will use ${N_JOBS} concurrent job(s)."
33 which bazel
34 bazel test --test_tag_filters=-no_oss,-gpu,-benchmark-test,-nomac \
run_py2_cc_core.sh 25 echo "Bazel will use ${N_JOBS} concurrent job(s)."
33 which bazel
34 bazel test --test_tag_filters=-no_oss,-gpu,-benchmark-test,-nomac \
  /external/tensorflow/tensorflow/tools/ci_build/builds/
libtensorflow.sh 46 echo "Must run this from the root of the bazel workspace"
59 bazel clean --expunge
63 # https://github.com/bazelbuild/bazel/issues/2352
64 # and https://github.com/bazelbuild/bazel/issues/1580
69 bazel test ${BAZEL_OPTS} \
73 bazel build ${BAZEL_OPTS} \
82 cp bazel-bin/tensorflow/tools/lib_package/libtensorflow.tar.gz ${DIR}/libtensorflow${TARBALL_SUFFIX}.tar.gz
83 cp bazel-bin/tensorflow/tools/lib_package/libtensorflow_jni.tar.gz ${DIR}/libtensorflow_jni${TARBALL_SUFFIX}.tar.gz
84 cp bazel-bin/tensorflow/java/libtensorflow.jar ${DIR}
85 cp_normalized_srcjar bazel-bin/tensorflow/java/libtensorflow-src.jar ${DIR}/libtensorflow-src.ja
    [all...]
android_full.sh 43 bazel build -c opt --config=monolithic --cpu=${CPU} \
51 copy_lib bazel-bin/tensorflow/core/libandroid_tensorflow_lib.lo
52 copy_lib bazel-bin/tensorflow/contrib/android/libtensorflow_inference.so
53 copy_lib bazel-bin/tensorflow/examples/android/libtensorflow_demo.so
54 copy_lib bazel-bin/tensorflow/tools/benchmark/benchmark_model
57 cp bazel-bin/tensorflow/contrib/android/libtensorflow_inference.so ${AAR_LIB_TMP}/jni/${CPU}
62 # in assets/ dir (see https://github.com/bazelbuild/bazel/issues/2334)
65 bazel --bazelrc=/dev/null build -c opt --config=monolithic --fat_apk_cpu=${CPUS} \
72 cp bazel-bin/tensorflow/examples/android/tensorflow_demo.apk \
73 bazel-bin/tensorflow/contrib/android/libandroid_tensorflow_inference_java.jar ${OUT_DIR
    [all...]
android.sh 23 # The Bazel Android demo and Makefile builds are intentionally built for x86_64
30 # in assets/ dir (see https://github.com/bazelbuild/bazel/issues/2334)
32 bazel --bazelrc=/dev/null build -c opt --fat_apk_cpu=x86_64 \
hadoop.sh 21 bazel test \
  /external/tensorflow/tensorflow/tools/ci_build/windows/cpu/pip/
build_tf_windows.sh 26 # * Bazel windows executable copied as "bazel.exe" and included in PATH.
37 # Setting up the environment variables Bazel and ./configure needs
38 source "tensorflow/tools/ci_build/windows/bazel/common_env.sh" \
42 source "tensorflow/tools/ci_build/windows/bazel/bazel_test_lib.sh" \
50 bazel build -c opt $BUILD_OPTS tensorflow/tools/pip_package:build_pip_package || exit $?
56 ./bazel-bin/tensorflow/tools/pip_package/build_pip_package "$PWD/${PY_TEST_DIR}"
64 bazel test -c opt $BUILD_OPTS -k --test_output=errors \
  /external/brotli/scripts/
.travis.sh 19 "bazel")
20 brew install bazel
54 "bazel")
55 bazel test -c opt ...:all
63 "bazel")
66 zip -j9 brotli.zip bazel-bin/libbrotli*.a bazel-bin/libbrotli*.so bazel-bin/brotli
  /prebuilts/tools/linux-x86_64/kythe/studio/
build_studio_kythe.sh 3 # Bazel build target for running kythe extractor as an extra_action
28 TARGETS="$(cat tools/base/bazel/targets)"
31 tools/base/bazel/bazel clean
36 tools/base/bazel/bazel build --keep_going \
40 KINDEXES=$(find bazel-out/local-fastbuild/extra_actions/ \
  /external/tensorflow/tensorflow/tools/ci_build/windows/gpu/pip/
build_tf_windows.sh 26 # * Bazel windows executable copied as "bazel.exe" and included in PATH.
37 # Setting up the environment variables Bazel and ./configure needs
38 source "tensorflow/tools/ci_build/windows/bazel/common_env.sh" \
42 source "tensorflow/tools/ci_build/windows/bazel/bazel_test_lib.sh" \
47 bazel build -c opt tensorflow/tools/pip_package:build_pip_package || exit $?
53 ./bazel-bin/tensorflow/tools/pip_package/build_pip_package "$PWD/${PY_TEST_DIR}"
62 bazel test -c opt -k --test_output=errors \
  /external/tensorflow/tensorflow/tools/ci_build/xla/linux/gpu/
run_py3.sh 24 echo "Bazel will use ${N_JOBS} concurrent job(s)."
36 bazel clean
37 # Run bazel test command. Double test timeouts to avoid flakes.
38 bazel test --config=cuda --test_tag_filters=-no_gpu,-benchmark-test -k \
  /external/tensorflow/tensorflow/tools/ci_build/windows/
libtensorflow_gpu.sh 22 # Setup environment for bazel builds
23 source "${SCRIPT_DIR}/bazel/common_env.sh"
24 source "${SCRIPT_DIR}/bazel/bazel_test_lib.sh"
29 echo "Must run this from the root of the bazel workspace"
44 bazel build -c opt --copt=/arch:AVX \
55 cp bazel-bin/tensorflow/java/libtensorflow_jni.so ${DIR}/tensorflow_jni.dll
58 bazel-genfiles/tensorflow/tools/lib_package/include/tensorflow/jni/LICENSE
64 cp bazel-bin/tensorflow/libtensorflow.so ${DIR}/lib/tensorflow.dll
66 cp bazel-genfiles/tensorflow/tools/lib_package/include/tensorflow/c/LICENSE ${DIR}/include/tensorflow/c
  /external/tensorflow/tensorflow/tools/pip_package/
build_pip_package.sh 81 if [ ! -d bazel-bin/tensorflow ]; then
82 echo "Could not find bazel-bin. Did you run from the root of the build tree?"
87 rm -rf ./bazel-bin/tensorflow/tools/pip_package/simple_console_for_window_unzip
88 mkdir -p ./bazel-bin/tensorflow/tools/pip_package/simple_console_for_window_unzip
90 unzip -o -q ./bazel-bin/tensorflow/tools/pip_package/simple_console_for_windows.zip -d ./bazel-bin/tensorflow/tools/pip_package/simple_console_for_window_unzip
94 bazel-bin/tensorflow/tools/pip_package/simple_console_for_window_unzip/runfiles/org_tensorflow/tensorflow \
98 bazel-bin/tensorflow/tools/pip_package/simple_console_for_window_unzip/runfiles \
100 RUNFILES=bazel-bin/tensorflow/tools/pip_package/simple_console_for_window_unzip/runfiles/org_tensorflow
102 RUNFILES=bazel-bin/tensorflow/tools/pip_package/build_pip_package.runfiles/org_tensorflo
    [all...]
  /external/tensorflow/tensorflow/tools/ci_build/linux/cpu/
run_cc_core.sh 24 echo "Bazel will use ${N_JOBS} concurrent job(s)."
34 # Run bazel test command. Double test timeouts to avoid flakes.
35 bazel test --test_tag_filters=-no_oss,-gpu,-benchmark-test --test_lang_filters=cc,java -k \
run_mkl.sh 24 echo "Bazel will use ${N_JOBS} concurrent job(s)."
32 # Run bazel test command. Double test timeouts to avoid flakes.
33 bazel test --test_tag_filters=-no_oss,-oss_serial,-gpu,-benchmark-test --test_lang_filters=py -k \

Completed in 266 milliseconds

1 2