Home
last modified time | relevance | path

Searched refs:upgrade (Results 1 – 25 of 823) sorted by relevance

12345678910>>...33

/external/tensorflow/tensorflow/tools/ci_build/install/
Dinstall_centos_pip_packages.sh27 pip2 install --upgrade setuptools==39.1.0
28 pip3 install --upgrade setuptools==39.1.0
34 pip2 install --upgrade six==1.12.0
35 pip3 install --upgrade six==1.12.0
38 pip2 install --upgrade absl-py
39 pip3 install --upgrade absl-py
42 pip2 install --upgrade werkzeug==0.11.10
43 pip3 install --upgrade werkzeug==0.11.10
46 pip2 install --upgrade bleach==2.0.0
47 pip3 install --upgrade bleach==2.0.0
[all …]
Dinstall_pip_packages.sh33 pip3 install --upgrade setuptools==39.1.0
38 pip3 install --upgrade six==1.12.0
42 pip3 install --upgrade absl-py
45 pip3 install --upgrade werkzeug==0.11.10
48 pip3 install --upgrade bleach==2.0.0
51 pip3 install --upgrade markdown==2.6.8
54 pip3 install --upgrade protobuf==3.6.1
63 pip3 install --no-binary=:all: --upgrade numpy==1.14.5
65 pip3 install --upgrade numpy==1.14.5
100 pip3 install --upgrade astor
[all …]
Dinstall_python3.6_pip_packages.sh25 apt-get upgrade
50 pip3 install --upgrade pip
54 pip3 install --upgrade setuptools==39.1.0
56 pip3 install --upgrade virtualenv
61 pip3 install --upgrade absl-py
62 pip3 install --upgrade six==1.10.0
65 pip3 install --upgrade protobuf==3.6.1
75 pip3 install --no-binary=:all: --upgrade numpy==1.14.5
98 pip3 install --upgrade astor
99 pip3 install --upgrade gast
[all …]
/external/tensorflow/tensorflow/tools/ci_build/release/
Dcommon.sh123 "${PIP_CMD}" install --user --upgrade 'setuptools<53' pip wheel
147 "${PIP_CMD}" install --user --upgrade 'tb-nightly ~= 2.4.0.a'
148 "${PIP_CMD}" install --user --upgrade 'tensorflow_estimator ~= 2.4.0'
180 ${PIP_CMD} install --user --upgrade 'setuptools<53' pip wheel
204 ${PIP_CMD} install --user --upgrade 'tb-nightly ~= 2.4.0.a'
205 ${PIP_CMD} install --user --upgrade 'tensorflow_estimator ~= 2.4.0'
223 ${PIP_CMD} install --upgrade 'setuptools<53' pip wheel
247 ${PIP_CMD} install --upgrade 'tb-nightly ~= 2.4.0.a'
248 ${PIP_CMD} install --upgrade 'tensorflow_estimator ~= 2.4.0'
253 ${PIP_CMD} install --upgrade certifi
[all …]
/external/rust/crates/grpcio-sys/grpc/tools/dockerfile/grpc_artifact_python_manylinux2010_x64/
DDockerfile26 RUN /opt/python/cp27-cp27m/bin/pip install --upgrade cython
27 RUN /opt/python/cp27-cp27mu/bin/pip install --upgrade cython
28 RUN /opt/python/cp35-cp35m/bin/pip install --upgrade cython
29 RUN /opt/python/cp36-cp36m/bin/pip install --upgrade cython
30 RUN /opt/python/cp37-cp37m/bin/pip install --upgrade cython
31 RUN /opt/python/cp38-cp38/bin/pip install --upgrade cython
32 RUN /opt/python/cp39-cp39/bin/pip install --upgrade cython
/external/rust/crates/grpcio-sys/grpc/tools/dockerfile/grpc_artifact_python_manylinux2010_x86/
DDockerfile26 RUN /opt/python/cp27-cp27m/bin/pip install --upgrade cython
27 RUN /opt/python/cp27-cp27mu/bin/pip install --upgrade cython
28 RUN /opt/python/cp35-cp35m/bin/pip install --upgrade cython
29 RUN /opt/python/cp36-cp36m/bin/pip install --upgrade cython
30 RUN /opt/python/cp37-cp37m/bin/pip install --upgrade cython
31 RUN /opt/python/cp38-cp38/bin/pip install --upgrade cython
32 RUN /opt/python/cp39-cp39/bin/pip install --upgrade cython
/external/python/cpython3/Lib/ensurepip/
D__init__.py59 def bootstrap(*, root=None, upgrade=False, user=False, argument
69 _bootstrap(root=root, upgrade=upgrade, user=user,
74 def _bootstrap(*, root=None, upgrade=False, user=False, argument
122 if upgrade:
212 upgrade=args.upgrade,
/external/tensorflow/tensorflow/tools/ci_build/
DDockerfile.cmake26 RUN pip install --upgrade wheel
27 RUN pip install --upgrade astor
28 RUN pip install --upgrade gast
29 RUN pip install --upgrade numpy
30 RUN pip install --upgrade termcolor
31 RUN pip install --upgrade keras_preprocessing
/external/python/cpython2/Lib/ensurepip/
D__init__.py54 def bootstrap(root=None, upgrade=False, user=False, argument
64 _bootstrap(root=root, upgrade=upgrade, user=user,
69 def _bootstrap(root=None, upgrade=False, user=False, argument
116 if upgrade:
215 upgrade=args.upgrade,
/external/rust/crates/grpcio-sys/grpc/tools/dockerfile/grpc_artifact_python_manylinux2014_x86/
DDockerfile26 RUN /opt/python/cp35-cp35m/bin/pip install --upgrade cython
27 RUN /opt/python/cp36-cp36m/bin/pip install --upgrade cython
28 RUN /opt/python/cp37-cp37m/bin/pip install --upgrade cython
29 RUN /opt/python/cp38-cp38/bin/pip install --upgrade cython
30 RUN /opt/python/cp39-cp39/bin/pip install --upgrade cython
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/helper_scripts/
Dbuild_python.sh188 pip_install --upgrade setuptools==44.1.1
189 pip_install --upgrade pip==19.3.1
190 pip_install --upgrade cython
191 pip_install --upgrade six protobuf
195 pip_install --upgrade futures enum34
/external/rust/crates/grpcio-sys/grpc/tools/dockerfile/grpc_artifact_python_manylinux2014_x64/
DDockerfile26 RUN /opt/python/cp35-cp35m/bin/pip install --upgrade cython
27 RUN /opt/python/cp36-cp36m/bin/pip install --upgrade cython
28 RUN /opt/python/cp37-cp37m/bin/pip install --upgrade cython
29 RUN /opt/python/cp38-cp38/bin/pip install --upgrade cython
30 RUN /opt/python/cp39-cp39/bin/pip install --upgrade cython
/external/tensorflow/tensorflow/tools/ci_build/nightly_release/windows/
Dupload_nightly_pip.sh25 python -m pip install --upgrade pip setuptools
28 python -m pip install --upgrade twine
31 python -m pip install --upgrade wheel
/external/curl/tests/data/
Dtest180128 # listen to the upgrade request!
30 upgrade
43 HTTP/2 upgrade with lying server
/external/rust/crates/futures-channel/tests/
Dmpsc-close.rs118 assert!(weak_ref.upgrade().is_some()); in single_receiver_drop_closes_channel_and_drains()
126 assert!(weak_ref.upgrade().is_none()); in single_receiver_drop_closes_channel_and_drains()
137 assert!(weak_ref.upgrade().is_some()); in single_receiver_drop_closes_channel_and_drains()
145 assert!(weak_ref.upgrade().is_none()); in single_receiver_drop_closes_channel_and_drains()
245 if prev_weak.upgrade().is_some() { in stress_try_send_as_receiver_closes()
255 if prev_weak.upgrade().is_none() { in stress_try_send_as_receiver_closes()
/external/crosvm/devices/src/usb/xhci/
Dxhci.rs146 let xhci = xhci_weak.upgrade().unwrap(); in init_reg_callbacks()
153 let xhci = xhci_weak.upgrade().unwrap(); in init_reg_callbacks()
160 let xhci = xhci_weak.upgrade().unwrap(); in init_reg_callbacks()
169 let xhci = xhci_weak.upgrade().unwrap(); in init_reg_callbacks()
178 let xhci = xhci_weak.upgrade().unwrap(); in init_reg_callbacks()
186 let xhci = xhci_weak.upgrade().unwrap(); in init_reg_callbacks()
194 let xhci = xhci_weak.upgrade().unwrap(); in init_reg_callbacks()
202 let xhci = xhci_weak.upgrade().unwrap(); in init_reg_callbacks()
210 let xhci = xhci_weak.upgrade().unwrap(); in init_reg_callbacks()
/external/tensorflow/tensorflow/tools/compatibility/
Dtf_upgrade.py237 upgrade = ast_edits.ASTCodeUpgrader(TFAPIChangeSpec()) variable
242 files_processed, report_text, errors = upgrade.process_file(
246 files_processed, report_text, errors = upgrade.process_tree(
DREADME.md3 This tool allows you to upgrade your existing TensorFlow Python scripts,
23 # upgrade the .py files and copy all the other files to the outtree
26 # just upgrade the .py files
65 convenient tool to upgrade Jupyter notebooks and Python files in a GitHub
77 available for TensorFlow 2.0 upgrade.
/external/rust/crates/grpcio-sys/grpc/tools/distrib/
Dyapf_code.sh36 "$PYTHON" -m pip install --upgrade pip==19.3.1
37 "$PYTHON" -m pip install --upgrade futures
Dformat_bazel.sh24 "$PYTHON" -m pip install --upgrade pip==19.3.1
25 "$PYTHON" -m pip install --upgrade futures
Dpylint_code.sh42 $PYTHON -m pip install --upgrade pip==19.3.1
45 $PYTHON -m pip install --upgrade astroid==2.3.3 pylint==2.2.2 "isort>=4.3.0,<5.0.0"
/external/llvm-project/llvm/test/Bitcode/
Dbyval-upgrade.test1 RUN: llvm-dis %p/Inputs/byval-upgrade.bc -o - | FileCheck %s
3 Make sure we upgrade old-stile IntAttribute byval records to a fully typed
/external/grpc-grpc/tools/distrib/
Dyapf_code.sh35 "$PYTHON" -m pip install --upgrade pip==10.0.1
36 "$PYTHON" -m pip install --upgrade futures
/external/python/cpython3/Doc/using/
Dvenv-create.inc39 [--upgrade] [--without-pip] [--prompt PROMPT] [--upgrade-deps]
58 --upgrade Upgrade the environment directory to use this version
64 --upgrade-deps Upgrade core dependencies: pip setuptools to the
71 Add ``--upgrade-deps`` option to upgrade pip + setuptools to the latest on PyPI
79 raised, unless the ``--clear`` or ``--upgrade`` option was provided.
/external/crosvm/cros_async/src/
Dfd_executor.rs87 let ex = self.ex.upgrade().ok_or(Error::ExecutorGone)?; in wait_readable()
101 let ex = self.ex.upgrade().ok_or(Error::ExecutorGone)?; in wait_writable()
148 if let Some(ex) = self.ex.upgrade() { in poll()
164 if let Some(ex) = self.ex.upgrade() { in drop()
198 if let Some(ex) = raw.upgrade() { in notify_task()
288 if let Some(r) = raw.upgrade() { in spawn()
305 if let Some(r) = raw.upgrade() { in spawn_local()
407 if let Some(arc_self) = weak_self.upgrade() { in wake_by_ref()

12345678910>>...33