Home
last modified time | relevance | path

Searched +full:- +full:python (Results 1 – 25 of 1352) sorted by relevance

12345678910>>...55

/external/tensorflow/tensorflow/python/ops/ragged/
DBUILD11 #-------------------------------------------------------------------------------
13 #-------------------------------------------------------------------------------
46 "//tensorflow/python:util",
61 "//tensorflow/python:array_ops",
62 "//tensorflow/python:check_ops",
63 "//tensorflow/python:control_flow_ops",
64 "//tensorflow/python:data_flow_ops",
65 "//tensorflow/python:dtypes",
66 "//tensorflow/python:framework_ops",
67 "//tensorflow/python:math_ops",
[all …]
/external/tensorflow/tensorflow/core/tfrt/saved_model/tests/
DBUILD35 "//tensorflow/python:array_ops",
36 "//tensorflow/python:dtypes",
37 "//tensorflow/python:math_ops",
38 "//tensorflow/python:session",
39 "//tensorflow/python:variable_scope",
40 "//tensorflow/python:variables",
41 "//tensorflow/python/compat:v2_compat",
42 "//tensorflow/python/distribute:input_lib",
43 "//tensorflow/python/saved_model:builder",
44 "//tensorflow/python/saved_model:save",
[all …]
/external/tensorflow/tensorflow/dtensor/python/
DBUILD1 # DTensor Python API and libraries.
7 "//tensorflow/dtensor:dtensor-internal",
15 # -----------------------------------------------------------------------------
23 "//tensorflow/dtensor:dtensor-users",
38 # -----------------------------------------------------------------------------
49 "//tensorflow/python:config",
50 "//tensorflow/python:device",
51 "//tensorflow/python/eager:context",
52 "//tensorflow/python/framework:ops",
53 "//tensorflow/python/util:tf_export",
[all …]
/external/tensorflow/tensorflow/python/ops/
Dstandard_ops.py7 # http://www.apache.org/licenses/LICENSE-2.0
16 # pylint: disable=unused-import
22 from tensorflow.python import autograph
24 # pylint: disable=g-bad-import-order
26 from tensorflow.python.ops import array_grad
27 from tensorflow.python.ops import cudnn_rnn_grad
28 from tensorflow.python.ops import data_flow_grad
29 from tensorflow.python.ops import manip_grad
30 from tensorflow.python.ops import math_grad
31 from tensorflow.python.ops import random_grad
[all …]
/external/python/google-api-python-client/
DCHANGELOG3 …[2.34.0](https://www.github.com/googleapis/google-api-python-client/compare/v2.33.0...v2.34.0) (20…
8 …apis/google-api-python-client/commit/945a281fc6a055f37d68a742959bdd18aaf6eb62 ([5a6231d](https://w…
9 …apis/google-api-python-client/commit/90327d9a1b198523773d730402c5274c424ddf8f ([797d677](https://w…
10 …apis/google-api-python-client/commit/a2271c7c184e8d75b6370cf139ca464e4ebe435d ([5a6231d](https://w…
11 …apis/google-api-python-client/commit/e98fcec145aeb43c1a962404c4599b63dbe7443c ([5a6231d](https://w…
12 …apis/google-api-python-client/commit/6a63e51e98ea3d3662b0dd89e95636ddf14ef941 ([5a6231d](https://w…
13 …apis/google-api-python-client/commit/4f21ebf8fd2a9fd1e838e74266e8f8ed847c5236 ([5a6231d](https://w…
14 …apis/google-api-python-client/commit/bb409be9296aef9c3e106476999e6e1c37d2fa8a ([5a6231d](https://w…
15 …apis/google-api-python-client/commit/5687b00d4ba57a2ddb4311f66ae627f1c4f3807d ([5a6231d](https://w…
16 …apis/google-api-python-client/commit/d026eb98f0eee8889aa7b55d507296074a140da5 ([5a6231d](https://w…
[all …]
/external/python/google-api-python-client/docs/dyn/
Dindex.md2 * [v1](http://googleapis.github.io/google-api-python-client/docs/dyn/abusiveexperiencereport_v1.htm…
6 * [v1](http://googleapis.github.io/google-api-python-client/docs/dyn/acceleratedmobilepageurl_v1.ht…
10 * [v1](http://googleapis.github.io/google-api-python-client/docs/dyn/accessapproval_v1.html)
14 * [v1](http://googleapis.github.io/google-api-python-client/docs/dyn/accesscontextmanager_v1.html)
15 * [v1beta](http://googleapis.github.io/google-api-python-client/docs/dyn/accesscontextmanager_v1bet…
19 * [v2beta1](http://googleapis.github.io/google-api-python-client/docs/dyn/adexchangebuyer2_v2beta1.…
23 * [v1](http://googleapis.github.io/google-api-python-client/docs/dyn/adexperiencereport_v1.html)
27 * [datatransfer_v1](http://googleapis.github.io/google-api-python-client/docs/dyn/admin_datatransfe…
28 * [directory_v1](http://googleapis.github.io/google-api-python-client/docs/dyn/admin_directory_v1.h…
29 * [reports_v1](http://googleapis.github.io/google-api-python-client/docs/dyn/admin_reports_v1.html)
[all …]
/external/tensorflow/tensorflow/compiler/tests/
DBUILD3 load("//tensorflow:tensorflow.bzl", "tf_cuda_cc_test") # buildifier: disable=same-origin-load
14 load("//tensorflow/python/tpu:tpu.bzl", "tpu_py_test")
49 "//tensorflow/python:array_ops",
50 "//tensorflow/python:client",
51 "//tensorflow/python:client_testlib",
52 "//tensorflow/python:framework",
53 "//tensorflow/python:platform",
54 "//tensorflow/python:random_seed",
55 "//tensorflow/python:session",
56 "//tensorflow/python:variables",
[all …]
/external/tensorflow/tensorflow/python/checkpoint/
DBUILD2 # Utilities for reading and writing object-based checkpoints.
9 # buildifier: disable=same-origin-load
12 # buildifier: disable=same-origin-load
51 "//tensorflow/python:array_ops",
52 "//tensorflow/python:constant_op",
53 "//tensorflow/python:dtypes",
54 "//tensorflow/python:errors",
55 "//tensorflow/python:framework_ops",
56 "//tensorflow/python:init_ops",
57 "//tensorflow/python:io_ops_gen",
[all …]
/external/tensorflow/tensorflow/python/keras/layers/
D__init__.py7 # http://www.apache.org/licenses/LICENSE-2.0
17 from tensorflow.python import tf2
20 # pylint: disable=g-bad-import-order
21 # pylint: disable=g-import-not-at-top
22 from tensorflow.python.keras.engine.input_layer import Input
23 from tensorflow.python.keras.engine.input_layer import InputLayer
24 from tensorflow.python.keras.engine.input_spec import InputSpec
25 from tensorflow.python.keras.engine.base_layer import Layer
26 from tensorflow.python.keras.engine.base_preprocessing_layer import PreprocessingLayer
29 from tensorflow.python.keras.layers.advanced_activations import LeakyReLU
[all …]
/external/python/cpython3/Doc/howto/
Dpyporting.rst1 .. _pyporting-howto:
4 Porting Python 2 Code to Python 3
11 With Python 3 being the future of Python while Python 2 is still in active
13 Python. This guide is meant to help you figure out how best to support both
14 Python 2 & 3 simultaneously.
16 If you are looking to port an extension module instead of pure Python code,
17 please see :ref:`cporting-howto`.
19 If you would like to read one core Python developer's take on why Python 3
20 came into existence, you can read Nick Coghlan's `Python 3 Q & A`_ or
21 Brett Cannon's `Why Python 3 exists`_.
[all …]
/external/tensorflow/tensorflow/python/
DBUILD3 # ":platform" - Low-level and platform-specific Python code.
8 # buildifier: disable=same-origin-load
11 # buildifier: disable=same-origin-load
14 # buildifier: disable=same-origin-load
17 # buildifier: disable=same-origin-load
20 # buildifier: disable=same-origin-load
23 # buildifier: disable=same-origin-load
26 # buildifier: disable=same-origin-load
29 # buildifier: disable=same-origin-load
42 load("//tensorflow/python:build_defs.bzl", "tf_gen_op_wrapper_private_py")
[all …]
D__init__.py7 # http://www.apache.org/licenses/LICENSE-2.0
33 # go/tf-wildcard-import
34 # pylint: disable=wildcard-import,g-bad-import-order,g-import-not-at-top
36 from tensorflow.python import pywrap_tensorflow as _pywrap_tensorflow
37 from tensorflow.python.eager import context
39 # pylint: enable=wildcard-import
42 from tensorflow.python import data
43 from tensorflow.python import distribute
44 # from tensorflow.python import keras
45 from tensorflow.python.feature_column import feature_column_lib as feature_column
[all …]
/external/tensorflow/tensorflow/python/kernel_tests/linalg/
DBUILD1 # Tests of TensorFlow linalg kernels written using the Python API.
5 # buildifier: disable=same-origin-load
19 "nomsan", # TODO(b/131773093): Re-enable.
22 "//tensorflow/python:array_ops",
23 "//tensorflow/python:client_testlib",
24 "//tensorflow/python:framework_for_generated_wrappers",
25 "//tensorflow/python:linalg_ops",
26 "//tensorflow/python:math_ops",
27 "//tensorflow/python:platform",
28 "//tensorflow/python/ops/linalg",
[all …]
/external/python/cpython2/Doc/howto/
Dpyporting.rst1 .. _pyporting-howto:
4 Porting Python 2 Code to Python 3
11 With Python 3 being the future of Python while Python 2 is still in active
13 Python. This guide is meant to help you figure out how best to support both
14 Python 2 & 3 simultaneously.
16 If you are looking to port an extension module instead of pure Python code,
17 please see :ref:`cporting-howto`.
19 If you would like to read one core Python developer's take on why Python 3
20 came into existence, you can read Nick Coghlan's `Python 3 Q & A`_ or
21 Brett Cannon's `Why Python 3 exists`_.
[all …]
/external/tensorflow/tensorflow/tools/ci_build/linux/rocm/
Drun_gpu_multi.sh8 # http://www.apache.org/licenses/LICENSE-2.0
17 set -e
18 set -x
20 N_BUILD_JOBS=$(grep -c ^processor /proc/cpuinfo)
28 ROCM_INSTALL_DIR=/opt/rocm-5.1.0
29 if [[ -n $1 ]]; then
43 --config=rocm \
44 -k \
45 --test_tag_filters=-no_gpu,-no_rocm \
46 --jobs=${N_BUILD_JOBS} \
[all …]
/external/python/google-auth-library-python/
DCHANGELOG.md5 [1]: https://pypi.org/project/google-auth/#history
7 … [2.3.3](https://www.github.com/googleapis/google-auth-library-python/compare/v2.3.2...v2.3.3) (20…
12 …ub.com/googleapis/google-auth-library-python/issues/866)) ([8f1e9cf](https://www.github.com/google…
13 …ub.com/googleapis/google-auth-library-python/issues/905)) ([ef31284](https://www.github.com/google…
14 …ub.com/googleapis/google-auth-library-python/issues/904)) ([bd0ccc5](https://www.github.com/google…
16 … [2.3.2](https://www.github.com/googleapis/google-auth-library-python/compare/v2.3.1...v2.3.2) (20…
21 …ub.com/googleapis/google-auth-library-python/issues/894)) ([8e95c1e](https://www.github.com/google…
23 … [2.3.1](https://www.github.com/googleapis/google-auth-library-python/compare/v2.3.0...v2.3.1) (20…
28python 2.7 for gcloud usage only ([#892](https://www.github.com/googleapis/google-auth-library-pyt…
33 …ub.com/googleapis/google-auth-library-python/issues/890)) ([e2b3c98](https://www.github.com/google…
[all …]
/external/python/cpython3/Doc/faq/
Dgeneral.rst4 General Python FAQ
15 What is Python?
16 ---------------
18 Python is an interpreted, interactive, object-oriented programming language. It
21 object-oriented programming, such as procedural and functional programming.
22 Python combines remarkable power with very clear syntax. It has interfaces to
25 applications that need a programmable interface. Finally, Python is portable:
28 To find out more, start with :ref:`tutorial-index`. The `Beginner's Guide to
29 Python <https://wiki.python.org/moin/BeginnersGuide>`_ links to other
30 introductory tutorials and resources for learning Python.
[all …]
/external/python/cpython2/Doc/faq/
Dgeneral.rst4 General Python FAQ
15 What is Python?
16 ---------------
18 Python is an interpreted, interactive, object-oriented programming language. It
20 types, and classes. Python combines remarkable power with very clear syntax.
24 Finally, Python is portable: it runs on many Unix variants, on the Mac, and on
25 PCs under MS-DOS, Windows, Windows NT, and OS/2.
27 To find out more, start with :ref:`tutorial-index`. The `Beginner's Guide to
28 Python <https://wiki.python.org/moin/BeginnersGuide>`_ links to other
29 introductory tutorials and resources for learning Python.
[all …]
/external/libyuv/
D.vpython33 # It describes patterns for python wheel dependencies of the python scripts in
5 # (since pure-python dependencies can be easily vendored into third_party).
7 # When vpython is invoked, it finds this file and builds a python VirtualEnv,
10 # this never requires the end-user machine to have a working python extension
14 # All python scripts in the repo share this same spec, to avoid dependency
17 # If you have depot_tools installed in your $PATH, you can invoke python scripts
19 # substituting `vpython` instead of `python` on the command line, e.g.:
20 # vpython path/to/script.py some --arguments
27 # The default set of platforms vpython checks does not yet include mac-arm64.
29 # allows us to ensure that vpython specs stay mac-arm64-friendly
[all …]
/external/angle/
D.vpython33 # It describes patterns for python wheel dependencies of the python scripts in
5 # (since pure-python dependencies can be easily vendored into third_party).
7 # When vpython is invoked, it finds this file and builds a python VirtualEnv,
10 # this never requires the end-user machine to have a working python extension
14 # All python scripts in the repo share this same spec, to avoid dependency
17 # If you have depot_tools installed in your $PATH, you can invoke python scripts
19 # substituting `vpython` instead of `python` on the command line, e.g.:
20 # vpython path/to/script.py some --arguments
30 name: "infra/python/wheels/protobuf-py3"
37 name: "infra/python/wheels/six-py2_py3"
[all …]
/external/tensorflow/tensorflow/python/saved_model/
DBUILD7 # buildifier: disable=same-origin-load
10 # buildifier: disable=same-origin-load
13 # buildifier: disable=same-origin-load
41 "//tensorflow/python:util",
42 "//tensorflow/python/saved_model/model_utils",
43 "//tensorflow/python/saved_model/registration",
53 "//tensorflow/python/util:tf_export",
61 deps = ["//tensorflow/python/util:tf_export"],
68 deps = ["//tensorflow/python/util:tf_export"],
84 "//tensorflow/python:framework_for_generated_wrappers",
[all …]
/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/optimization/
DBUILD2 load("//tensorflow:tensorflow.bzl", "cuda_py_test") # buildifier: disable=same-origin-load
3 load("//tensorflow:tensorflow.bzl", "tf_py_test") # buildifier: disable=same-origin-load
15 "//tensorflow/python:client_testlib",
16 "//tensorflow/python:constant_op",
17 "//tensorflow/python:dtypes",
18 "//tensorflow/python:errors",
19 "//tensorflow/python:math_ops",
20 "//tensorflow/python/data/experimental/ops:testing",
21 "//tensorflow/python/data/kernel_tests:test_base",
22 "//tensorflow/python/data/ops:dataset_ops",
[all …]
/external/python/cpython3/Lib/test/
Dtest_getpath.py27 argv0=r"C:\Python\python.exe",
28 real_executable=r"C:\Python\python.exe",
30 ns.add_known_xfile(r"C:\Python\python.exe")
31 ns.add_known_file(r"C:\Python\Lib\os.py")
32 ns.add_known_dir(r"C:\Python\DLLs")
34 executable=r"C:\Python\python.exe",
35 base_executable=r"C:\Python\python.exe",
36 prefix=r"C:\Python",
37 exec_prefix=r"C:\Python",
40 r"C:\Python\python98.zip",
[all …]
/external/tensorflow/tensorflow/python/kernel_tests/data_structures/
DBUILD1 # Tests of TensorFlow kernels written using the Python API.
5 # buildifier: disable=same-origin-load
19 "no_mac", # TODO(b/129706424): Re-enable this test on Mac.
20 "nomsan", # TODO(b/161902335): Re-enable.
21 "notsan", # TODO(b/161829717): Re-enable.
24 "//tensorflow/python:client_testlib",
25 "//tensorflow/python:data_flow_ops",
26 "//tensorflow/python:errors",
27 "//tensorflow/python:framework_for_generated_wrappers",
37 "//tensorflow/python:array_ops",
[all …]
/external/cronet/third_party/re2/src/.github/workflows/
Dpython.yml1 name: Python
9 wheel-linux:
10 name: Linux ${{ matrix.os }}, ${{ matrix.arch.name }}, Python ${{ matrix.ver }}
11 runs-on: ${{ matrix.arch.runs-on }}
13 image: quay.io/pypa/${{ matrix.os }}_${{ matrix.arch.python-name }}
17 options: --init --user 1001
19 fail-fast: false
22 - { name: X64, python-name: x86_64, runs-on: [ubuntu-latest] }
23 - { name: ARM64, python-name: aarch64, runs-on: [self-hosted, linux, arm64] }
28 PYTHON: /usr/local/bin/python${{ matrix.ver }}
[all …]

12345678910>>...55