Searched full:python3 (Results 1 – 25 of 5181) sorted by relevance
12345678910>>...208
| /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/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 | 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.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_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
|
| 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
|
| /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 | 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 | 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 | 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 …]
|
| /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-setuptools libdeb… 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 | 84 $ python3 prog.py 85 $ python3 prog.py --help 90 $ python3 prog.py --verbose 93 $ python3 prog.py foo 126 $ python3 prog.py 129 $ python3 prog.py --help 137 $ python3 prog.py foo 171 $ python3 prog.py -h 192 $ python3 prog.py 4 213 $ 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/google-fruit/extras/dockerfiles/ |
| D | Dockerfile.ubuntu-23.10 | 24 python3 \ 25 python3-absl \ 26 python3-bidict \ 27 python3-distutils \ 28 python3-networkx \ 29 python3-pytest \ 30 python3-pytest-xdist \ 31 python3-setuptools \ 32 python3-sh \ 33 python3-wheel \
|
| D | Dockerfile.ubuntu-24.04 | 24 python3 \ 25 python3-absl \ 26 python3-bidict \ 27 python3-networkx \ 28 python3-pytest \ 29 python3-pytest-xdist \ 30 python3-setuptools \ 31 python3-sh \ 32 python3-wheel \
|
| /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 126 %if %{with python3} 127 %package -n python3-bcc [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/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/grpc-grpc/examples/python/ |
| D | Makefile | 95 …python3 -m grpc_tools.protoc --python_out=helloworld --grpc_python_out=helloworld --pyi_out=hellow… 98 …python3 -m grpc_tools.protoc --python_out=timeout --grpc_python_out=timeout --pyi_out=timeout -I .… 101 …python3 -m grpc_tools.protoc --python_out=keep_alive --grpc_python_out=keep_alive --pyi_out=keep_a… 104 …python3 -m grpc_tools.protoc --python_out=health_checking --grpc_python_out=health_checking --pyi_… 107 …python3 -m grpc_tools.protoc --python_out=async_streaming --grpc_python_out=async_streaming --pyi_… 110 …python3 -m grpc_tools.protoc --python_out=hellostreamingworld --grpc_python_out=hellostreamingworl… 113 …python3 -m grpc_tools.protoc --python_out=uds --grpc_python_out=uds --pyi_out=uds -I ../protos ../… 116 …python3 -m grpc_tools.protoc --python_out=xds --grpc_python_out=xds --pyi_out=xds -I ../protos ../… 119 …python3 -m grpc_tools.protoc --python_out=multiplex --grpc_python_out=multiplex --pyi_out=multiple… 122 …python3 -m grpc_tools.protoc --python_out=multiplex --grpc_python_out=multiplex --pyi_out=multiple… [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>>...208