Home
last modified time | relevance | path

Searched full:python3 (Results 1 – 25 of 6318) sorted by relevance

12345678910>>...253

/external/tensorflow/tensorflow/tools/toolchains/cpus/py3/
DBUILD148python3.6/include/python3.6m/Python-ast.h" "$(@D)/python_include/Python-ast.h" && cp "/opt/python3
183python3.6/lib/python3.6/site-packages/numpy/core/include/numpy/__multiarray_api.h" "$(@D)/numpy_in…
/external/tensorflow/tensorflow/tools/ci_build/install/
Dinstall_pi_python3.9_toolchain.sh19 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/
DDockerfile.rbe.cuda10.1-cudnn7-ubuntu16.04-manylinux201059 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 …]
DDockerfile.rbe.ubuntu16.04-manylinux201060 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"
DDockerfile.horovod.gpu3 # 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__)"
DDockerfile.custom_op_ubuntu_1658 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
DDockerfile.custom_op_ubuntu_16_cuda10.058 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
DDockerfile.custom_op_ubuntu_16_cuda11.260 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
DDockerfile.custom_op_ubuntu_16_cuda10.160 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/
Dt051treeRewriteAST.py54 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 …]
Dt058rewriteAST.py116 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 …]
Dt049treeparser.py56 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 …]
Dt057autoAST.py116 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 …]
Dt052import.py119 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/bcc/examples/usdt_sample/
Dusdt_sample.sh3 …-$(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/harfbuzz_ng/.circleci/
Dconfig.yml21 …- run: HOMEBREW_NO_AUTO_UPDATE=1 brew install pkg-config ragel freetype glib cairo python3 icu4c g…
34 …libglib2.0-dev libgirepository1.0-dev libcairo2-dev libicu-dev libgraphite2-dev python3 python3-pip
69 python3 -m venv venv
82 …- run: DEBIAN_FRONTEND=noninteractive apt install -y python3 python3-pip python3-venv ninja-build …
84 python3 -m venv venv
97 …- run: DEBIAN_FRONTEND=noninteractive apt install -y python3 python3-pip python3-venv ninja-build …
99 python3 -m venv venv
112 …- run: DEBIAN_FRONTEND=noninteractive apt install -y python3 python3-pip python3-venv ninja-build …
114 python3 -m venv venv
135 …DEBIAN_FRONTEND=noninteractive sudo apt install -y ninja-build python3 python3-pip python3-venv gi…
[all …]
/external/google-fruit/extras/dockerfiles/
DDockerfile.ubuntu-23.1024 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 \
DDockerfile.ubuntu-24.0424 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/curl/.github/workflows/
Dchecksrc.yml61 codespell python3-pip python3-networkx python3-pydot python3-yaml \
62 python3-toml python3-markupsafe python3-jinja2 python3-tabulate \
63 python3-typing-extensions python3-libcst python3-impacket \
64 python3-websockets python3-pytest
65python3 -m pip install --break-system-packages cmakelint==1.4.3 pytype==2024.9.13 ruff==0.6.8
/external/tensorflow/tensorflow/tools/dockerfiles/
Dspec.yml169 - 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/bcc/SPECS/
Dbcc.spec16 # 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/executorch/examples/mediatek/shell_scripts/
Dexport_oss.sh7 python3 model_export_scripts/deeplab_v3.py -d
10 python3 model_export_scripts/edsr.py -d
13 python3 model_export_scripts/inception_v3.py -d PATH_TO_DATASET
16 python3 model_export_scripts/inception_v4.py -d PATH_TO_DATASET
19 python3 model_export_scripts/mobilenet_v2.py -d PATH_TO_DATASET
22 python3 model_export_scripts/mobilenet_v3.py -d PATH_TO_DATASET
25 python3 model_export_scripts/resnet18.py -d PATH_TO_DATASET
28 python3 model_export_scripts/resnet50.py -d PATH_TO_DATASET
/external/python/google-auth-library-python/.kokoro/
Dpublish-docs.sh24 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/
DREADME.md11 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 …]
/external/grpc-grpc/examples/python/
DMakefile95python3 -m grpc_tools.protoc --python_out=helloworld --grpc_python_out=helloworld --pyi_out=hellow…
98python3 -m grpc_tools.protoc --python_out=timeout --grpc_python_out=timeout --pyi_out=timeout -I .…
101python3 -m grpc_tools.protoc --python_out=keep_alive --grpc_python_out=keep_alive --pyi_out=keep_a…
104python3 -m grpc_tools.protoc --python_out=health_checking --grpc_python_out=health_checking --pyi_…
107python3 -m grpc_tools.protoc --python_out=async_streaming --grpc_python_out=async_streaming --pyi_…
110python3 -m grpc_tools.protoc --python_out=hellostreamingworld --grpc_python_out=hellostreamingworl…
113python3 -m grpc_tools.protoc --python_out=uds --grpc_python_out=uds --pyi_out=uds -I ../protos ../…
116python3 -m grpc_tools.protoc --python_out=xds --grpc_python_out=xds --pyi_out=xds -I ../protos ../…
119python3 -m grpc_tools.protoc --python_out=multiplex --grpc_python_out=multiplex --pyi_out=multiple…
122python3 -m grpc_tools.protoc --python_out=multiplex --grpc_python_out=multiplex --pyi_out=multiple…
[all …]

12345678910>>...253