/external/python/asn1crypto/requires/ |
D | lint | 1 setuptools >= 39.0.1 ; python_version == '2.7' or python_version >= '3.3' 2 enum34 == 1.1.6 ; python_version == '2.7' or python_version == '3.3' 3 configparser == 3.5.0 ; python_version == '2.7' 4 mccabe == 0.6.1 ; python_version == '3.3' 5 pycodestyle == 2.3.1 ; python_version == '3.3' 6 pyflakes == 1.6.0 ; python_version == '3.3' 7 flake8 == 3.5.0 ; python_version == '3.3' 8 mccabe == 0.6.1 ; python_version == '2.7' or python_version >= '3.4' 9 pycodestyle == 2.5.0 ; python_version == '2.7' or python_version >= '3.4' 10 pyflakes == 2.1.1 ; python_version == '2.7' or python_version >= '3.4' [all …]
|
/external/python/rsa/ |
D | Pipfile.lock | 8 "python_version": "3.7" 59 "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'", 67 "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'", 118 …"markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python… 146 … "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'", 169 "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'", 177 "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'", 185 "markers": "python_version < '3.8'", 193 … "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'", 232 "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'", [all …]
|
/external/tensorflow/tensorflow/compiler/tests/ |
D | BUILD | 80 python_version = "PY3", 94 python_version = "PY3", 112 python_version = "PY3", 131 python_version = "PY3", 150 python_version = "PY3", 172 python_version = "PY3", 191 python_version = "PY3", 210 python_version = "PY3", 239 python_version = "PY3", 261 python_version = "PY3", [all …]
|
/external/python/dateutil/ |
D | appveyor.yml | 4 - PYTHON_VERSION: 27 5 - PYTHON_VERSION: 33 6 - PYTHON_VERSION: 34 7 - PYTHON_VERSION: 35 8 - PYTHON_VERSION: 36 17 PYTHON_VERSION: 33 19 PYTHON_VERSION: 34 21 PYTHON_VERSION: 35 25 - set TOXENV=py%PYTHON_VERSION% 26 …TFORM% == "X64" (set PYTHON_PATH=C:\Python%PYTHON_VERSION%-x64) ELSE (set PYTHON_PATH=C:\Python%PY…
|
/external/python/pybind11/tests/ |
D | requirements.txt | 2 numpy==1.16.6; python_version<"3.6" and sys_platform!="win32" 3 numpy==1.18.0; platform_python_implementation=="PyPy" and sys_platform=="darwin" and python_version… 4 …on_implementation!="PyPy" or sys_platform=="linux") and python_version>="3.6" and python_version<"… 5 pytest==4.6.9; python_version<"3.5" 6 pytest==6.1.2; python_version=="3.5" 7 pytest==6.2.1; python_version>="3.6" 9 scipy==1.2.3; (platform_python_implementation!="PyPy" or sys_platform=="linux") and python_version<… 10 …on_implementation!="PyPy" or sys_platform=="linux") and python_version>="3.6" and python_version<"…
|
/external/tensorflow/tensorflow/python/autograph/pyct/ |
D | BUILD | 55 python_version = "PY3", 66 python_version = "PY3", 81 python_version = "PY3", 96 python_version = "PY3", 111 python_version = "PY3", 123 python_version = "PY3", 135 python_version = "PY3", 154 python_version = "PY3", 165 python_version = "PY3", 177 python_version = "PY3", [all …]
|
/external/tensorflow/tensorflow/lite/tools/pip_package/ |
D | Dockerfile.py3 | 3 ARG PYTHON_VERSION 27 python$PYTHON_VERSION \ 28 python$PYTHON_VERSION-dev \ 29 python$PYTHON_VERSION-distutils \ 30 libpython$PYTHON_VERSION-dev \ 31 libpython$PYTHON_VERSION-dev:armhf \ 32 libpython$PYTHON_VERSION-dev:arm64 33 RUN ln -sf /usr/bin/python$PYTHON_VERSION /usr/bin/python3 39 RUN ln -sf /usr/include/python$PYTHON_VERSION /usr/include/python3 40 RUN ln -sf /usr/local/lib/python$PYTHON_VERSION/dist-packages/numpy/core/include/numpy /usr/include…
|
/external/tensorflow/tensorflow/python/keras/layers/preprocessing/benchmarks/ |
D | BUILD | 24 python_version = "PY3", 40 python_version = "PY3", 57 python_version = "PY3", 74 python_version = "PY3", 90 python_version = "PY3", 105 python_version = "PY3", 123 python_version = "PY3", 140 python_version = "PY3", 159 python_version = "PY3", 175 python_version = "PY3", [all …]
|
/external/tensorflow/tensorflow/tools/ci_build/install/ |
D | install_pi_python3x_toolchain.sh | 17 PYTHON_VERSION=$1 27 apt-get install -y python${PYTHON_VERSION} python${PYTHON_VERSION}-dev 29 ln -sf /usr/bin/python${PYTHON_VERSION} /usr/local/bin/python${PYTHON_VERSION} 30 apt-get install -y libpython${PYTHON_VERSION}-dev:armhf 31 apt-get install -y libpython${PYTHON_VERSION}-dev:arm64 33 SPLIT_VERSION=(`echo ${PYTHON_VERSION} | tr -s '.' ' '`) 35 apt-get install -y python${PYTHON_VERSION}-distutils 38 /install/install_pip_packages_by_version.sh "/usr/local/bin/pip${PYTHON_VERSION}" 39 ln -sf /usr/local/lib/python${PYTHON_VERSION}/dist-packages/numpy/core/include/numpy /usr/include/p…
|
/external/tensorflow/tensorflow/python/autograph/converters/ |
D | BUILD | 54 python_version = "PY3", 66 python_version = "PY3", 78 python_version = "PY3", 90 python_version = "PY3", 102 python_version = "PY3", 114 python_version = "PY3", 128 python_version = "PY3", 141 python_version = "PY3", 153 python_version = "PY3", 165 python_version = "PY3", [all …]
|
/external/tensorflow/tensorflow/python/ops/ragged/ |
D | BUILD | 493 python_version = "PY3", 527 python_version = "PY3", 559 python_version = "PY3", 586 python_version = "PY3", 600 python_version = "PY3", 613 python_version = "PY3", 626 python_version = "PY3", 641 python_version = "PY3", 664 python_version = "PY3", 685 python_version = "PY3", [all …]
|
/external/python/setuptools/setuptools/_vendor/packaging/ |
D | tags.py | 125 def _abi3_applies(python_version: PythonVersion) -> bool: 131 return len(python_version) > 1 and tuple(python_version) >= (3, 2) 171 python_version: Optional[PythonVersion] = None, 181 - cp<python_version>-<abi>-<platform> 182 - cp<python_version>-abi3-<platform> 183 - cp<python_version>-none-<platform> 184 - cp<less than python_version>-abi3-<platform> # Older Python versions down to 3.2. 186 If python_version only specifies a major version then user-provided ABIs and 192 if not python_version: 193 python_version = sys.version_info[:2] [all …]
|
/external/python/setuptools/pkg_resources/_vendor/packaging/ |
D | tags.py | 125 def _abi3_applies(python_version: PythonVersion) -> bool: 131 return len(python_version) > 1 and tuple(python_version) >= (3, 2) 171 python_version: Optional[PythonVersion] = None, 181 - cp<python_version>-<abi>-<platform> 182 - cp<python_version>-abi3-<platform> 183 - cp<python_version>-none-<platform> 184 - cp<less than python_version>-abi3-<platform> # Older Python versions down to 3.2. 186 If python_version only specifies a major version then user-provided ABIs and 192 if not python_version: 193 python_version = sys.version_info[:2] [all …]
|
/external/tensorflow/tensorflow/python/eager/ |
D | BUILD | 106 python_version = "PY3", 186 python_version = "PY3", 249 python_version = "PY3", 270 python_version = "PY3", 295 python_version = "PY3", 317 python_version = "PY3", 348 python_version = "PY3", 370 python_version = "PY3", 382 python_version = "PY3", 413 python_version = "PY3", [all …]
|
/external/tensorflow/tensorflow/compiler/mlir/tfrt/python_tests/ |
D | BUILD | 8 python_version = "PY3", 20 python_version = "PY3", 32 python_version = "PY3", 44 python_version = "PY3", 56 python_version = "PY3", 68 python_version = "PY3", 80 python_version = "PY3", 92 python_version = "PY3", 104 python_version = "PY3", 116 python_version = "PY3",
|
/external/tensorflow/tensorflow/python/framework/ |
D | BUILD | 53 python_version = "PY3", 393 python_version = "PY3", 523 python_version = "PY3", 578 python_version = "PY3", 660 python_version = "PY3", 742 python_version = "PY3", 781 python_version = "PY3", 858 python_version = "PY3", 907 python_version = "PY3", 990 python_version = "PY3", [all …]
|
/external/python/httplib2/script/ |
D | compile-py3-openssl11.sh | 5 python_version="3.7.3" 12 if [[ $($install_dir/bin/python -V) != "Python $python_version" ]] ; then 32 curl -fLOsS "https://www.python.org/ftp/python/$python_version/Python-$python_version.tar.xz" 34 tar xf Python-$python_version.tar.xz 35 cd ./Python-$python_version 36 echo "Compiling Python $python_version..." 53 if [[ $(python -V) != "Python $python_version" ]] ; then
|
/external/tensorflow/tensorflow/python/keras/benchmarks/keras_examples_benchmarks/ |
D | BUILD | 38 python_version = "PY3", 50 python_version = "PY3", 62 python_version = "PY3", 74 python_version = "PY3", 87 python_version = "PY3", 99 python_version = "PY3", 111 python_version = "PY3", 124 python_version = "PY3", 136 python_version = "PY3",
|
/external/python/pybind11/tools/ |
D | pybind11Tools.cmake | 17 # If this is the first run, PYTHON_VERSION can stand in for PYBIND11_PYTHON_VERSION 18 if(NOT DEFINED PYBIND11_PYTHON_VERSION AND DEFINED PYTHON_VERSION) 20 "PYTHON_VERSION (which is an output). Assuming that is what you " 23 "${PYTHON_VERSION}" 25 unset(PYTHON_VERSION) 26 unset(PYTHON_VERSION CACHE) 67 set(PYTHON_VERSION variable 68 ${PYTHON_VERSION} 85 message(STATUS "PYPY ${PYPY_VERSION} (Py ${PYTHON_VERSION})") 87 message(STATUS "PYTHON ${PYTHON_VERSION}") [all …]
|
/external/tensorflow/tensorflow/python/keras/utils/ |
D | BUILD | 274 python_version = "PY3", 289 python_version = "PY3", 308 python_version = "PY3", 321 python_version = "PY3", 334 python_version = "PY3", 347 python_version = "PY3", 371 python_version = "PY3", 388 python_version = "PY3", 401 python_version = "PY3", 414 python_version = "PY3", [all …]
|
/external/tensorflow/tensorflow/python/keras/layers/ |
D | BUILD | 428 python_version = "PY3", 440 python_version = "PY3", 457 python_version = "PY3", 472 python_version = "PY3", 489 python_version = "PY3", 505 python_version = "PY3", 526 python_version = "PY3", 545 python_version = "PY3", 559 python_version = "PY3", 573 python_version = "PY3", [all …]
|
/external/python/parse_type/py.requirements/ |
D | ci.travis.txt | 1 pytest < 5.0; python_version < '3.0' 2 pytest >= 5.0; python_version >= '3.0' 5 unittest2; python_version < '2.7' 6 ordereddict; python_version < '2.7' 11 path.py >= 11.5.0; python_version < '3.5' 12 path >= 13.1.0; python_version >= '3.5'
|
/external/tensorflow/tensorflow/python/debug/lib/ |
D | BUILD | 153 python_version = "PY3", 203 python_version = "PY3", 218 python_version = "PY3", 240 python_version = "PY3", 259 python_version = "PY3", 272 python_version = "PY3", 290 python_version = "PY3", 309 python_version = "PY3", 332 python_version = "PY3", 354 python_version = "PY3", [all …]
|
/external/tensorflow/tensorflow/python/util/ |
D | BUILD | 242 python_version = "PY3", 253 python_version = "PY3", 264 python_version = "PY3", 275 python_version = "PY3", 296 python_version = "PY3", 370 python_version = "PY3", 431 python_version = "PY3", 498 python_version = "PY3", 510 python_version = "PY3", 519 python_version = "PY3", [all …]
|
/external/tensorflow/tensorflow/python/keras/engine/ |
D | BUILD | 252 python_version = "PY3", 271 python_version = "PY3", 289 python_version = "PY3", 305 python_version = "PY3", 328 python_version = "PY3", 346 python_version = "PY3", 361 python_version = "PY3", 376 python_version = "PY3", 391 python_version = "PY3", 449 python_version = "PY3", [all …]
|