Searched +full:1 +full:- +full:installer +full:- +full:linux +full:- +full:x86_64 (Results 1 – 25 of 59) sorted by relevance
123
/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 26 (cd third_party/$RUN_TESTS_FLAGS && git fetch --all && git checkout origin/master) 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 43 git -c user.name='foo' -c user.email='foo@google.com' commit -a -m 'Update submodule' 45 tools/run_tests/run_tests_matrix.py -f linux --inner_jobs 4 -j 4 --internal_ci --build_only
|
/external/tensorflow/tensorflow/tools/ci_build/install/ |
D | install_bazel.sh | 8 # http://www.apache.org/licenses/LICENSE-2.0 21 local_bazel_ver=$(bazel version 2>&1 | grep -i label | awk '{print $3}') 27 set -e 30 mkdir -p /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… 35 chmod +x /bazel/bazel-*.sh 36 /bazel/bazel-$BAZEL_VERSION-installer-linux-x86_64.sh 37 rm -f /bazel/bazel-$BAZEL_VERSION-installer-linux-x86_64.sh 40 echo "source /usr/local/lib/bazel/bin/bazel-complete.bash" >> ~/.bashrc
|
/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 | 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 …]
|
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 …]
|
/external/libcxx/utils/google-benchmark/ |
D | .travis.yml | 7 - /usr/local/bin:$PATH 11 - compiler: gcc 15 - lcov 17 - compiler: gcc 19 - compiler: gcc 21 - compiler: gcc 25 - g++-multilib 27 - compiler: gcc 31 - g++-multilib 33 - compiler: gcc [all …]
|
/external/google-benchmark/ |
D | .travis.yml | 7 - /usr/local/bin:$PATH 11 - compiler: gcc 15 - lcov 17 - compiler: gcc 19 - compiler: gcc 21 - compiler: gcc 25 - g++-multilib 27 - compiler: gcc 31 - g++-multilib 33 - compiler: gcc [all …]
|
/external/tensorflow/tensorflow/tools/dockerfiles/dockerfiles/ |
D | devel-gpu.Dockerfile | 7 # http://www.apache.org/licenses/LICENSE-2.0 26 FROM nvidia/cuda${ARCH:+-$ARCH}:${CUDA}-base-ubuntu${UBUNTU_VERSION} as base 31 ARG CUDNN=7.4.1.5-1 33 ARG LIB_DIR_PREFIX=x86_64 36 SHELL ["/bin/bash", "-c"] 37 RUN apt-get update && apt-get install -y --no-install-recommends \ 38 build-essential \ 39 cuda-command-line-tools-${CUDA/./-} \ 40 cuda-cublas-dev-${CUDA/./-} \ 41 cuda-cudart-dev-${CUDA/./-} \ [all …]
|
D | devel-gpu-jupyter.Dockerfile | 7 # http://www.apache.org/licenses/LICENSE-2.0 26 FROM nvidia/cuda${ARCH:+-$ARCH}:${CUDA}-base-ubuntu${UBUNTU_VERSION} as base 31 ARG CUDNN=7.4.1.5-1 33 ARG LIB_DIR_PREFIX=x86_64 36 SHELL ["/bin/bash", "-c"] 37 RUN apt-get update && apt-get install -y --no-install-recommends \ 38 build-essential \ 39 cuda-command-line-tools-${CUDA/./-} \ 40 cuda-cublas-dev-${CUDA/./-} \ 41 cuda-cudart-dev-${CUDA/./-} \ [all …]
|
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 …]
|
D | devel-cpu-jupyter.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/partials/ubuntu/ |
D | bazel.partial.Dockerfile | 1 RUN apt-get update && apt-get install -y \ 2 build-essential \ 6 openjdk-8-jdk \ 7 ${PYTHON}-dev \ 10 RUN ${PIP} --no-cache-dir install \ 21 && test "${USE_PYTHON_3_NOT_2}" -eq 1 && true || ${PIP} --no-cache-dir install \ 27 …wget -O /bazel/installer.sh "https://github.com/bazelbuild/bazel/releases/download/${BAZEL_VERSION… 28 …wget -O /bazel/LICENSE.txt "https://raw.githubusercontent.com/bazelbuild/bazel/master/LICENSE" && \ 29 chmod +x /bazel/installer.sh && \ 30 /bazel/installer.sh && \ [all …]
|
/external/libjpeg-turbo/ |
D | BUILDING.md | 1 Building libjpeg-turbo 6 ------------------ 11 - [CMake](http://www.cmake.org) v2.8.12 or later 13 - [NASM](http://www.nasm.us) or [YASM](http://yasm.tortall.net) 14 (if building x86 or x86-64 SIMD extensions) 16 * If using NASM, 2.10 or later (except 2.11.08) is required for an x86-64 Mac 17 build (2.11.08 does not work properly with libjpeg-turbo's x86-64 SIMD code 21 - NOTE: Currently, if it is desirable to hide the SIMD function symbols in 23 libjpeg-turbo, then YASM must be used when building libjpeg-turbo. 26 The binary RPMs released by the NASM project do not work on older Linux [all …]
|
D | ChangeLog.md | 4 ### Significant changes relative to 2.0.1: 6 1. Fixed a regression introduced by 2.0.1[5] that prevented a runtime search 7 path (rpath) from being embedded in the libjpeg-turbo shared libraries and 11 libjpeg-turbo shared libraries. 13 2. Fixed an integer overflow and subsequent segfault (CVE-2018-20330) that 14 occurred when attempting to load a BMP file with more than 1 billion pixels 17 3. Fixed a buffer overrun (CVE-2018-19664) that occurred when attempting to 18 decompress a specially-crafted malformed JPEG image to a 256-color BMP using 22 decompress a specially-crafted malformed JPEG image with a specified image 25 5. The TurboJPEG API will now decompress 4:4:4 JPEG images with 2x1, 1x2, 3x1, [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) 14 To compile and test this example on a desktop Linux or MacOS machine, download [the TensorFlow sour… 23 make -f tensorflow/lite/experimental/micro/tools/make/Makefile test_micro_speech 32 Once you have downloaded the dependencies and got the x86/Linux build working, you can try building… 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 \ [all …]
|
/external/swiftshader/third_party/LLVM/utils/crosstool/ARM/ |
D | build-install-linux.sh | 3 # Compiles and installs a Linux/x86_64 -> Linux/ARM crosstool based on LLVM and 4 # LLVM-GCC-4.2 using SVN snapshots in provided tarballs. 6 set -o nounset 7 set -o errexit 9 echo -n "Welcome to LLVM Linux/X86_64 -> Linux/ARM crosstool " 10 echo "builder/installer; some steps will require sudo privileges." 12 readonly INSTALL_ROOT="${INSTALL_ROOT:-/usr/local/crosstool}" 14 readonly SCRATCH_ROOT=$(mktemp -d "${TMPDIR:-/tmp}/llvm-project.XXXXXX") 18 readonly CROSS_HOST="x86_64-unknown-linux-gnu" 19 readonly CROSS_TARGET="arm-none-linux-gnueabi" [all …]
|
/external/llvm/utils/crosstool/ARM/ |
D | build-install-linux.sh | 3 # Compiles and installs a Linux/x86_64 -> Linux/ARM crosstool based on LLVM and 4 # LLVM-GCC-4.2 using SVN snapshots in provided tarballs. 6 set -o nounset 7 set -o errexit 9 echo -n "Welcome to LLVM Linux/X86_64 -> Linux/ARM crosstool " 10 echo "builder/installer; some steps will require sudo privileges." 12 readonly INSTALL_ROOT="${INSTALL_ROOT:-/usr/local/crosstool}" 14 readonly SCRATCH_ROOT=$(mktemp -d "${TMPDIR:-/tmp}/llvm-project.XXXXXX") 18 readonly CROSS_HOST="x86_64-unknown-linux-gnu" 19 readonly CROSS_TARGET="arm-none-linux-gnueabi" [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/crosstool/ARM/ |
D | build-install-linux.sh | 3 # Compiles and installs a Linux/x86_64 -> Linux/ARM crosstool based on LLVM and 4 # LLVM-GCC-4.2 using SVN snapshots in provided tarballs. 6 set -o nounset 7 set -o errexit 9 echo -n "Welcome to LLVM Linux/X86_64 -> Linux/ARM crosstool " 10 echo "builder/installer; some steps will require sudo privileges." 12 readonly INSTALL_ROOT="${INSTALL_ROOT:-/usr/local/crosstool}" 14 readonly SCRATCH_ROOT=$(mktemp -d "${TMPDIR:-/tmp}/llvm-project.XXXXXX") 18 readonly CROSS_HOST="x86_64-unknown-linux-gnu" 19 readonly CROSS_TARGET="arm-none-linux-gnueabi" [all …]
|
/external/protobuf/ |
D | tests.sh | 16 if [ -f src/protoc ]; then 21 if [[ $(uname -s) == "Linux" && "$TRAVIS" == "true" ]]; then 24 sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y 25 sudo apt-get update -qq 26 sudo apt-get install -qq g++-4.8 27 export CXX="g++-4.8" CC="gcc-4.8" 32 make -j2 37 make check -j2 41 cd benchmarks && make && ./generate-datasets && cd .. 47 make distcheck -j2 [all …]
|
/external/ImageMagick/www/ |
D | download.html | 8 <meta charset="utf-8" /> 9 …<meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1,shrink-to-fit=no… 11 <meta name="application-name" content="ImageMagick" /> 13 <meta name="application-url" content="https://imagemagick.org" /> 20 <meta name="revisit-after" content="2 DAYS" /> 21 <meta name="resource-type" content="document" /> 22 <meta name="copyright" content="Copyright (c) 1999-2019 ImageMagick Studio LLC" /> 24 <meta name="magick-serial" content="P131-S030410-R485315270133-P82224-A6668-G1245-1" /> 25 <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4" /> 33 <nav class="navbar navbar-expand-md navbar-dark fixed-top bg-dark"> [all …]
|
D | binary-releases.html | 8 <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4" /> 10 <meta http-equiv="content-type" content="text/html; charset=utf-8"/> 11 <meta name="application-name" content="ImageMagick"/> 12 …nd write images in a variety of formats (over 200) including PNG, JPEG, JPEG-2000, GIF, WebP, Post… 13 <meta name="application-url" content="https://imagemagick.org"/> 20 <meta name="revisit-after" content="2 DAYS"/> 21 <meta name="resource-type" content="document"/> 22 <meta name="copyright" content="Copyright (c) 1999-2015 ImageMagick Studio LLC"/> 24 <meta name="magick-serial" content="P131-S030410-R485315270133-P82224-A6668-G1245-1"/> 31 <div class="magick-masthead"> [all …]
|
/external/strace/debian/ |
D | changelog | 1 strace (4.25-1) experimental; urgency=low 5 -- Strace <strace-devel@lists.strace.io> Tue, 30 Oct 2018 08:39:22 +0000 7 strace (4.24-1) unstable; urgency=medium 11 -- Dmitry V. Levin <ldv@altlinux.org> Tue, 14 Aug 2018 00:01:02 +0000 13 strace (4.23-1) unstable; urgency=medium 17 -- Dmitry V. Levin <ldv@altlinux.org> Thu, 14 Jun 2018 11:00:00 +0000 19 strace (4.22-1) unstable; urgency=medium 23 -- Dmitry V. Levin <ldv@altlinux.org> Thu, 05 Apr 2018 04:05:06 +0000 25 strace (4.21-1) unstable; urgency=medium 29 -- Dmitry V. Levin <ldv@altlinux.org> Tue, 13 Feb 2018 23:24:25 +0000 [all …]
|
D | changelog.in | 1 strace (@PACKAGE_VERSION@-1) experimental; urgency=low 5 -- Strace <@PACKAGE_BUGREPORT@> @DEB_CHANGELOGTIME@ 7 strace (4.24-1) unstable; urgency=medium 11 -- Dmitry V. Levin <ldv@altlinux.org> Tue, 14 Aug 2018 00:01:02 +0000 13 strace (4.23-1) unstable; urgency=medium 17 -- Dmitry V. Levin <ldv@altlinux.org> Thu, 14 Jun 2018 11:00:00 +0000 19 strace (4.22-1) unstable; urgency=medium 23 -- Dmitry V. Levin <ldv@altlinux.org> Thu, 05 Apr 2018 04:05:06 +0000 25 strace (4.21-1) unstable; urgency=medium 29 -- Dmitry V. Levin <ldv@altlinux.org> Tue, 13 Feb 2018 23:24:25 +0000 [all …]
|
/external/tensorflow/ |
D | configure.py | 7 # http://www.apache.org/licenses/LICENSE-2.0 29 # pylint: disable=g-import-not-at-top 34 # pylint: enable=g-import-not-at-top 56 'lib64/', 'lib/powerpc64le-linux-gnu/', 'lib/x86_64-linux-gnu/', '' 66 _DEFAULT_TENSORRT_PATH_LINUX = '/usr/lib/powerpc64le-linux-gnu/' 68 _DEFAULT_TENSORRT_PATH_LINUX = '/usr/lib/%s-linux-gnu' % platform.machine() 80 return platform.system() == 'Linux' 100 answer = input(question) # pylint: disable=bad-builtin 107 """Force symlink, equivalent of 'ln -sf'. 144 write_to_bazelrc('build --action_env %s="%s"' % (var_name, str(var))) [all …]
|
123