Searched full:python3 (Results 1 – 25 of 4577) sorted by relevance
12345678910>>...184
| /external/tensorflow/tensorflow/tools/toolchains/cpus/py3/ |
| D | BUILD | 148 …python3.6/include/python3.6m/Python-ast.h" "$(@D)/python_include/Python-ast.h" && cp "/opt/python3… 183 …python3.6/lib/python3.6/site-packages/numpy/core/include/numpy/__multiarray_api.h" "$(@D)/numpy_in…
|
| /external/mesa3d/ |
| D | aosp-gen-prebuilt.sh | 3 python3 src/compiler/glsl/ir_expression_operation.py strings > prebuilt-intermediates/glsl/ir_expre… 4 python3 src/compiler/glsl/ir_expression_operation.py constant > prebuilt-intermediates/glsl/ir_expr… 5 python3 src/compiler/glsl/ir_expression_operation.py enum > prebuilt-intermediates/glsl/ir_expressi… 7 python3 src/freedreno/ir3/ir3_nir_trig.py -p src/compiler/nir > prebuilt-intermediates/ir3/ir3_nir_… 8 python3 src/freedreno/ir3/ir3_nir_imul.py -p src/compiler/nir > prebuilt-intermediates/ir3/ir3_nir_… 10 python3 src/mesa/main/format_pack.py src/mesa/main/formats.csv > prebuilt-intermediates/main/form… 11 python3 src/mesa/main/format_unpack.py src/mesa/main/formats.csv > prebuilt-intermediates/main/fo… 12 python3 src/mesa/main/format_fallback.py src/mesa/main/formats.csv /dev/stdout > prebuilt-interme… 14 python3 src/compiler/nir/nir_builder_opcodes_h.py src/compiler/nir/nir_opcodes.py > prebuilt-interm… 15 python3 src/compiler/nir/nir_constant_expressions.py src/compiler/nir/nir_opcodes.py > prebuilt-int… [all …]
|
| /external/tensorflow/tensorflow/tools/ci_build/install/ |
| D | install_pi_python3.9_toolchain.sh | 19 apt-get install -y python3.9 python3.9-dev 20 apt-get install -y python3-pip 21 ln -sf /usr/bin/python3.9 /usr/local/bin/python3.9 22 apt-get install -y python3.9-distutils 23 update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.9 1 24 update-alternatives --set python3 /usr/bin/python3.9 26 # python3.9 -m pip install --upgrade pip 28 install_ubuntu_16_python_pip_deps python3.9 29 cp -r /root//.local/lib/python3.9/site-packages/* /usr/lib/python3/dist-packages/. 30 ln -sf /root//.local/lib/python3.9/site-packages/numpy/core/include/numpy /usr/include/python3.9/nu… [all …]
|
| /external/tensorflow/tensorflow/tools/ci_build/ |
| D | Dockerfile.rbe.cuda10.1-cudnn7-ubuntu16.04-manylinux2010 | 59 RUN apt-get install --reinstall python3-apt 62 python3.6 python3.6-dev python3-pip python3.6-venv && \ 64 python3.6 -m pip install pip --upgrade && \ 65 update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.6 0 70 RUN apt-get update && apt-get install -y python3.8 python3.8-dev python3.8-venv 75 RUN python3.8 get-pip.py 76 RUN python3.8 -m pip install --upgrade pip setuptools wheel 79 RUN ln -sf "/usr/include/x86_64-linux-gnu/python3.6m" "/dt7/usr/include/x86_64-linux-gnu/python3.6m" 80 RUN ln -sf "/usr/include/x86_64-linux-gnu/python3.6m" "/dt8/usr/include/x86_64-linux-gnu/python3.6m" 82 RUN ln -sf "/usr/include/x86_64-linux-gnu/python3.8" "/dt7/usr/include/x86_64-linux-gnu/python3.8" [all …]
|
| D | Dockerfile.rbe.ubuntu16.04-manylinux2010 | 60 python3.6 python3.6-dev python3-pip python3.6-venv && \ 62 python3.6 -m pip install pip --upgrade && \ 63 update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.6 0 68 RUN apt-get update && apt-get install -y python3.8 python3.8-dev python3.8-venv 73 RUN python3.8 get-pip.py 74 RUN python3.8 -m pip install --upgrade pip setuptools wheel 80 RUN ln -sf "/usr/include/x86_64-linux-gnu/python3.6m" "/dt7/usr/include/x86_64-linux-gnu/python3.6m" 81 RUN ln -sf "/usr/include/x86_64-linux-gnu/python3.6m" "/dt8/usr/include/x86_64-linux-gnu/python3.6m" 83 RUN ln -sf "/usr/include/x86_64-linux-gnu/python3.8" "/dt7/usr/include/x86_64-linux-gnu/python3.8" 84 RUN ln -sf "/usr/include/x86_64-linux-gnu/python3.8" "/dt8/usr/include/x86_64-linux-gnu/python3.8"
|
| D | Dockerfile.horovod.gpu | 3 # Install GCC, Python3.7 and other dependencies. 18 python3.7 \ 19 python3.7-dev \ 20 python3-pip \ 21 python3.7-distutils && \ 24 rm -f /usr/bin/python3 && \ 25 ln -s /usr/bin/python3.7 /usr/bin/python && \ 26 ln -s /usr/bin/python3.7 /usr/bin/python3 && \ 31 RUN python3.7 -m pip install --upgrade pip && \ 33 python3.7 -c "import tensorflow as tf; print(tf.__version__)"
|
| D | Dockerfile.custom_op_ubuntu_16_cuda10.0 | 58 python3.6 python3.6-dev python3-pip python3.6-venv && \ 60 python3.6 -m pip install pip --upgrade && \ 61 update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.6 0 67 RUN wget https://bootstrap.pypa.io/get-pip.py && python3.6 get-pip.py && rm get-pip.py 72 # Make python3.6 the default python version 73 RUN update-alternatives --install /usr/bin/python python /usr/bin/python3.6 0
|
| D | Dockerfile.custom_op_ubuntu_16 | 58 python3.6 python3.6-dev python3-pip python3.6-venv && \ 60 python3.6 -m pip install pip --upgrade && \ 61 update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.6 0 67 RUN wget https://bootstrap.pypa.io/get-pip.py && python3.6 get-pip.py && rm get-pip.py 72 # Make python3.6 the default python version 73 RUN update-alternatives --install /usr/bin/python python /usr/bin/python3.6 0
|
| D | Dockerfile.custom_op_ubuntu_16_cuda10.1 | 60 python3.6 python3.6-dev python3-pip python3.6-venv && \ 62 python3.6 -m pip install pip --upgrade && \ 63 update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.6 0 69 RUN wget https://bootstrap.pypa.io/get-pip.py && python3.6 get-pip.py && rm get-pip.py 74 # Make python3.6 the default python version 75 RUN update-alternatives --install /usr/bin/python python /usr/bin/python3.6 0
|
| D | Dockerfile.custom_op_ubuntu_16_cuda11.2 | 60 python3.6 python3.6-dev python3-pip python3.6-venv && \ 62 python3.6 -m pip install pip --upgrade && \ 63 update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.6 0 69 RUN wget https://bootstrap.pypa.io/get-pip.py && python3.6 get-pip.py && rm get-pip.py 74 # Make python3.6 the default python version 75 RUN update-alternatives --install /usr/bin/python python /usr/bin/python3.6 0
|
| /external/antlr/runtime/Python3/tests/ |
| D | t051treeRewriteAST.py | 54 language=Python3; 67 language=Python3; 90 language=Python3; 103 language=Python3; 125 language=Python3; 138 language=Python3; 169 language=Python3; 182 language=Python3; 204 language=Python3; 217 language=Python3; [all …]
|
| D | t058rewriteAST.py | 116 options {language=Python3;output=AST;} 131 options {language=Python3;output=AST;} 146 options {language=Python3;output=AST;} 161 options {language=Python3;output=AST;} 177 options {language=Python3;output=AST;} 192 options {language=Python3;output=AST;} 207 options {language=Python3;output=AST;} 222 options {language=Python3;output=AST;} 238 options {language=Python3;output=AST;} 253 options {language=Python3;output=AST;} [all …]
|
| D | t057autoAST.py | 116 options {language=Python3;output=AST;} 131 options {language=Python3;output=AST;} 146 options {language=Python3;output=AST;} 161 options {language=Python3;output=AST;} 176 options {language=Python3;output=AST;} 191 options {language=Python3;output=AST;} 206 options {language=Python3;output=AST;} 221 options {language=Python3;output=AST;} 236 options {language=Python3;output=AST;} 251 options {language=Python3;output=AST;} [all …]
|
| D | t049treeparser.py | 56 language=Python3; 68 language=Python3; 90 language=Python3; 102 language=Python3; 123 language=Python3; 137 language=Python3; 158 language=Python3; 172 language=Python3; 193 language=Python3; 207 language=Python3; [all …]
|
| D | t052import.py | 119 language=Python3; 134 language=Python3; 156 language=Python3; 169 language=Python3; 191 language=Python3; 207 language=Python3; 228 language=Python3; 242 language=Python3; 255 language=Python3; 277 language=Python3; [all …]
|
| D | t053hetero.py | 105 language=Python3; 133 language=Python3; 153 language=Python3; 180 language=Python3; 203 language=Python3; 231 language=Python3; 259 language=Python3; 287 language=Python3; 315 language=Python3; 343 language=Python3; [all …]
|
| /external/python/cpython3/Lib/test/test_tools/ |
| D | test_pathfix.py | 67 ['-i', '/usr/bin/python3'], 70 '#! /usr/bin/python3') 76 ['-i', '/usr/bin/python3']), 77 '#! /usr/bin/python3') 81 ['-i', '/usr/bin/python3']), 82 '#! /usr/bin/python3') 88 ['-i', '/usr/bin/python3', '-k']), 89 '#! /usr/bin/python3 -R') 93 ['-i', '/usr/bin/python3', '-k']), 94 '#! /usr/bin/python3') [all …]
|
| /external/bcc/examples/usdt_sample/ |
| D | usdt_sample.sh | 3 …-$(uname -r) "llvm-13*" libclang-13-dev luajit luajit-5.1-dev libelf-dev python3-distutils libdebu… 5 # cmake .. -DPYTHON_CMD=python3 20 python3 tools/tplist.py -l examples/usdt_sample/build_gcc/usdt_sample_lib1/libusdt_sample_lib1.so 27 sudo python3 tools/argdist.py -p ${pid} -i 5 -C "u:$(pwd)/examples/usdt_sample/build_gcc/usdt_sampl… 31 sudo python3 tools/argdist.py -p ${pid} -i 5 -C "u:$(pwd)/examples/usdt_sample/build_gcc/usdt_sampl… 34 sudo python3 examples/usdt_sample/scripts/latency.py -p=${pid} -f="usdt_20" & 37 sudo python3 examples/usdt_sample/scripts/latency.py -p=${pid} -f="usdt_20" -s & 40 sudo python3 examples/usdt_sample/scripts/lat_dist.py -p=${pid} -i=5 -f="usdt_20" & 43 sudo python3 examples/usdt_sample/scripts/lat_dist.py -p=${pid} -i=5 -f="usdt_20" -s & 46 sudo python3 examples/usdt_sample/scripts/lat_avg.py -p=${pid} -i=5 -c=10 -f="usdt_20" & [all …]
|
| /external/python/cpython3/Doc/howto/ |
| D | argparse.rst | 82 $ python3 prog.py 83 $ python3 prog.py --help 88 $ python3 prog.py --verbose 91 $ python3 prog.py foo 124 $ python3 prog.py 127 $ python3 prog.py --help 135 $ python3 prog.py foo 169 $ python3 prog.py -h 190 $ python3 prog.py 4 211 $ python3 prog.py 4 [all …]
|
| /external/tensorflow/tensorflow/tools/dockerfiles/ |
| D | spec.yml | 169 - onednn/ubuntu/python3 177 - PYTHON=python3.6 192 - PYTHON=python3 207 - PYTHON=python3 223 - PYTHON=python3 239 - PYTHON=python3 255 - PYTHON=python3 265 - onednn/ubuntu/python3 274 - PYTHON=python3.6 290 - PYTHON=python3 [all …]
|
| /external/python/pybind11/.github/workflows/ |
| D | ci.yml | 275 - name: Add wget and python3 276 … run: apt-get update && apt-get install -y python3-dev python3-numpy python3-pytest libeigen3-dev 285 -DPYTHON_EXECUTABLE=$(python3 -c "import sys; print(sys.executable)") 311 …IAN_FRONTEND="noninteractive" apt-get install -y cmake git python3-dev python3-pytest python3-numpy 334 # run: yum update -y && yum install -y git python3-devel python3-numpy python3-pytest make env… 338 # python3 -m pip install --upgrade pip 339 # python3 -m pip install cmake --prefer-binary 352 … build -DDOWNLOAD_CATCH=ON -DCMAKE_CXX_STANDARD=14 -DPYTHON_EXECUTABLE=$(python3 -c "import sys; p… 377 …run: yum update -y && yum install -y epel-release && yum install -y git python3-devel make environ… 393 -DPYTHON_EXECUTABLE=$(python3 -c "import sys; print(sys.executable)") \ [all …]
|
| /external/bcc/SPECS/ |
| D | bcc.spec | 16 # Build python3 support for distributions that have it 18 %bcond_without python3 20 %bcond_with python3 30 %if %{with python3} 32 %global python_bcc python3-bcc 33 %global python_cmds python2;python3 60 %if %{with python3} 61 BuildRequires: python3-devel 124 %if %{with python3} 125 %package -n python3-bcc [all …]
|
| /external/python/python-api-core/.kokoro/ |
| D | publish-docs.sh | 24 python3 -m pip install --user --upgrade --quiet nox 25 python3 -m nox --version 30 python3 -m pip install --user gcp-docuploader 33 python3 -m docuploader create-metadata \ 35 --version=$(python3 setup.py --version) \ 37 --distribution-name=$(python3 setup.py --name) \ 45 python3 -m docuploader upload docs/_build/html --metadata-file docs.metadata --staging-bucket "${ST… 52 python3 -m docuploader create-metadata \ 54 --version=$(python3 setup.py --version) \ 56 --distribution-name=$(python3 setup.py --name) \ [all …]
|
| /external/python/google-auth-library-python/.kokoro/ |
| D | publish-docs.sh | 24 python3 -m pip install --user --upgrade --quiet nox 25 python3 -m nox --version 30 python3 -m pip install --user gcp-docuploader 33 python3 -m docuploader create-metadata \ 35 --version=$(python3 setup.py --version) \ 37 --distribution-name=$(python3 setup.py --name) \ 45 python3 -m docuploader upload docs/_build/html --metadata-file docs.metadata --staging-bucket "${ST… 52 python3 -m docuploader create-metadata \ 54 --version=$(python3 setup.py --version) \ 56 --distribution-name=$(python3 setup.py --name) \ [all …]
|
| /external/tensorflow/tensorflow/lite/tools/pip_package/ |
| D | README.md | 11 sudo apt install swig libjpeg-dev zlib1g-dev python3-dev python3-numpy 24 and python3.7 (from Debian Buster) on Raspberry Pi: 28 make BASE_IMAGE=debian:buster PYTHON=python3 TENSORFLOW_TARGET=rpi docker-build 31 Another option is to cross-compile for python3.5 (from Debian Stretch) on ARM64 35 make BASE_IMAGE=debian:stretch PYTHON=python3 TENSORFLOW_TARGET=aarch64 docker-build 38 To build for python3.6 (from Ubuntu 18.04) on x86_64 (native to the docker 42 make BASE_IMAGE=ubuntu:18.04 PYTHON=python3 TENSORFLOW_TARGET=native docker-build 46 BUILD_DEB=y to the make command (only for python3): 49 make BASE_IMAGE=debian:buster PYTHON=python3 TENSORFLOW_TARGET=rpi BUILD_DEB=y docker-build 75 tensorflow/tools/ci_build/ci_build.sh PI-PYTHON3 \ [all …]
|
12345678910>>...184