Home
last modified time | relevance | path

Searched full:python (Results 1 – 25 of 18282) sorted by relevance

12345678910>>...732

/aosp_15_r20/out/soong/raw-aosp_shiba/20/
D20226fad270881d8e58fcd9d749b5fcbdf388ba78 from: "external/python/cpython3/Lib/__future__.py"
9 to: "external/python/cpython3/Lib/__future__.py"
12 from: "external/python/cpython3/Lib/__hello__.py"
13 to: "external/python/cpython3/Lib/__hello__.py"
16 from: "external/python/cpython3/Lib/_aix_support.py"
17 to: "external/python/cpython3/Lib/_aix_support.py"
20 from: "external/python/cpython3/Lib/_bootsubprocess.py"
21 to: "external/python/cpython3/Lib/_bootsubprocess.py"
24 from: "external/python/cpython3/Lib/_collections_abc.py"
25 to: "external/python/cpython3/Lib/_collections_abc.py"
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/python/distribute/
H A DBUILD5 load("//tensorflow/python/tpu:tpu.bzl", "tpu_py_test")
26 "//tensorflow/python/distribute/v1:all_reduce",
44 "//tensorflow/python:array_ops",
45 "//tensorflow/python:framework_ops",
46 "//tensorflow/python:kernels",
47 "//tensorflow/python:math_ops",
48 "//tensorflow/python:platform",
49 "//tensorflow/python:resource_variable_ops",
50 "//tensorflow/python:tensor_util",
51 "//tensorflow/python/client:device_lib",
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/python/training/
H A DBUILD14 # Used in a pybind extension whose rule must be in tensorflow/python
16 visibility = ["//tensorflow/python:__pkg__"],
20 # Used in a rule which visibility limits to tensorflow/python
22 visibility = ["//tensorflow/python:__pkg__"],
110 "//tensorflow/python:learning_rate_decay",
111 "//tensorflow/python:sdca_ops",
112 "//tensorflow/python/checkpoint:checkpoint_management",
113 "//tensorflow/python/trackable:base_delegate",
114 "//tensorflow/python/training/experimental:loss_scale_optimizer",
115 "//tensorflow/python/training/experimental:mixed_precision",
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/python/data/kernel_tests/
H A DBUILD18 "//tensorflow/python:client_testlib",
19 "//tensorflow/python:constant_op",
20 "//tensorflow/python:framework_combinations",
21 "//tensorflow/python:sparse_tensor",
22 "//tensorflow/python/data/ops:dataset_ops",
23 "//tensorflow/python/ops/ragged:ragged_tensor_value",
37 "//tensorflow/python:array_ops",
38 "//tensorflow/python:client_testlib",
39 "//tensorflow/python:dtypes",
40 "//tensorflow/python:errors",
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/ragged/
H A DBUILD46 "//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",
68 "//tensorflow/python:ragged_array_ops_gen",
69 "//tensorflow/python:sort_ops",
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/
H A DBUILD15 "//tensorflow/python/data/experimental/ops:cardinality",
16 "//tensorflow/python/data/kernel_tests:checkpoint_test_base",
17 "//tensorflow/python/data/kernel_tests:test_base",
18 "//tensorflow/python/data/ops:dataset_ops",
28 "//tensorflow/python:client_testlib",
29 "//tensorflow/python:errors",
30 "//tensorflow/python/data/experimental/ops:testing",
31 "//tensorflow/python/data/kernel_tests:test_base",
32 "//tensorflow/python/data/ops:dataset_ops",
41 "//tensorflow/python:client_testlib",
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/linalg/
H A DBUILD1 # Tests of TensorFlow linalg kernels written using the Python API.
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",
38 "//tensorflow/python:client_testlib",
39 "//tensorflow/python:framework_for_generated_wrappers",
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/python/saved_model/
H A DBUILD41 "//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",
85 "//tensorflow/python:lib",
86 "//tensorflow/python:platform",
87 "//tensorflow/python:saver",
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/nn_ops/
H A DBUILD1 # Tests of TensorFlow NN kernels written using the Python API.
41 "//tensorflow/python:array_ops",
42 "//tensorflow/python:client_testlib",
43 "//tensorflow/python:framework_for_generated_wrappers",
44 "//tensorflow/python:nn",
45 "//tensorflow/python:nn_grad",
46 "//tensorflow/python:nn_ops",
60 "//tensorflow/python:array_ops",
61 "//tensorflow/python:client_testlib",
62 "//tensorflow/python:framework_for_generated_wrappers",
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tests/
H A DBUILD14 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",
57 "//tensorflow/python/compiler/xla:compiler_py",
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/python/
H A DBUILD3 # ":platform" - Low-level and platform-specific Python code.
42 load("//tensorflow/python:build_defs.bzl", "tf_gen_op_wrapper_private_py")
51 "//tensorflow/lite/toco/python:__pkg__",
81 name = "python",
87 "//tensorflow/lite/toco/python:__pkg__", # TODO(b/34059704): remove when fixed
88 "//tensorflow/python/debug:__subpackages__",
89 "//tensorflow/python/tools:__pkg__", # TODO(b/34059704): remove when fixed
94 "//tensorflow/python/estimator:estimator_py",
95 "//tensorflow/python/tpu:tpu_estimator",
110 "//tensorflow/python/estimator:__subpackages__",
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/array_ops/
H A DBUILD1 # Tests of TensorFlow array ops kernels written using the Python API.
21 "//tensorflow/python:array_ops",
22 "//tensorflow/python:client",
23 "//tensorflow/python:client_testlib",
24 "//tensorflow/python:errors",
25 "//tensorflow/python:framework",
26 "//tensorflow/python:framework_for_generated_wrappers",
27 "//tensorflow/python:framework_test_lib",
28 "//tensorflow/python:gradients",
29 "//tensorflow/python:map_fn",
[all …]
/aosp_15_r20/prebuilts/devtools/tools/lib/
HDjython-standalone-2.5.3.jarMETA-INF/MANIFEST.MF META-INF/LICENSE META-INF/NOTICE META- ...
/aosp_15_r20/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) (…
8 …is/google-api-python-client/commit/945a281fc6a055f37d68a742959bdd18aaf6eb62 ([5a6231d](https://www…
9 …is/google-api-python-client/commit/90327d9a1b198523773d730402c5274c424ddf8f ([797d677](https://www…
10 …is/google-api-python-client/commit/a2271c7c184e8d75b6370cf139ca464e4ebe435d ([5a6231d](https://www…
11 …is/google-api-python-client/commit/e98fcec145aeb43c1a962404c4599b63dbe7443c ([5a6231d](https://www…
12 …is/google-api-python-client/commit/6a63e51e98ea3d3662b0dd89e95636ddf14ef941 ([5a6231d](https://www…
13 …is/google-api-python-client/commit/4f21ebf8fd2a9fd1e838e74266e8f8ed847c5236 ([5a6231d](https://www…
14 …is/google-api-python-client/commit/bb409be9296aef9c3e106476999e6e1c37d2fa8a ([5a6231d](https://www…
15 …is/google-api-python-client/commit/5687b00d4ba57a2ddb4311f66ae627f1c4f3807d ([5a6231d](https://www…
16 …is/google-api-python-client/commit/d026eb98f0eee8889aa7b55d507296074a140da5 ([5a6231d](https://www…
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/python/tpu/
H A DBUILD6 load("//tensorflow/python/tpu:tpu.bzl", "tpu_py_test")
39 "//tensorflow/python:client_testlib",
40 "//tensorflow/python:platform",
47 actual = "//tensorflow/python/tpu/ops",
55 "//tensorflow/python:array_ops",
56 "//tensorflow/python:control_flow_ops",
57 "//tensorflow/python:framework_for_generated_wrappers",
58 "//tensorflow/python:init_ops",
59 "//tensorflow/python:math_ops",
60 "//tensorflow/python:platform",
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/python/eager/
H A DBUILD12 load("//tensorflow/python/tpu:tpu.bzl", "tpu_py_test")
65 "//tensorflow/python:ndarray_tensor",
66 "//tensorflow/python:ndarray_tensor_bridge",
67 "//tensorflow/python:numpy_lib",
68 "//tensorflow/python:py_exception_registry",
69 "//tensorflow/python:pybind11_status",
70 "//tensorflow/python/lib/core:py_seq_tensor",
71 "//tensorflow/python/lib/core:py_util",
72 "//tensorflow/python/lib/core:safe_ptr",
73 "//tensorflow/python/lib/core:safe_pyobject_ptr",
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/python/keras/layers/
H A DBUILD7 "//tensorflow/python/distribute:__pkg__",
8 "//tensorflow/python/feature_column:__pkg__",
9 "//tensorflow/python/keras:__subpackages__",
10 "//tensorflow/python/training/tracking:__pkg__",
20 visibility = ["//tensorflow/python/keras/google/private_tf_api_test:__pkg__"],
45 "//tensorflow/python/keras/engine",
46 "//tensorflow/python/keras/utils:tf_utils",
55 "//tensorflow/python:math_ops",
56 "//tensorflow/python:util",
57 "//tensorflow/python/keras:backend",
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/core/tfrt/saved_model/tests/
H A 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 …]
/aosp_15_r20/external/tensorflow/tensorflow/python/checkpoint/
H A DBUILD51 "//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",
58 "//tensorflow/python:lib",
59 "//tensorflow/python:platform",
60 "//tensorflow/python:pywrap_tensorflow",
[all …]
/aosp_15_r20/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 …]
/aosp_15_r20/external/python/cpython3/Lib/test/
Dpstats.pck1 …��u'���/home/gbr/devel/python/Lib/sre_parse.pyi����u ���__getitem__(���i5��i5��g��+ٱQ?g˶�ֈ`\?{…
2 ���_compile_info(���i���i���g�h㈵��>g�����>(���u'���/home/gbr/devel/python/Lib/sre_parse.pyi���…
3python/Lib/sre_compile.pyic��u���_simple(���ir���ir���g?�̔��?ghUMu?(���u)���/home/gbr/deve…
4python/Lib/distutils/fancy_getopt.pyip���u���_check_alias_dict(���i���i���g�h㈵��>g�h㈵��>{(���…
/aosp_15_r20/external/tensorflow/tensorflow/python/framework/
H A DBUILD1 # python/framework package
24 load("//tensorflow/python/tpu:tpu.bzl", "tpu_py_test")
79 "//tensorflow/python:client_testlib",
80 "//tensorflow/python:data_flow_ops",
81 "//tensorflow/python:io_ops",
82 "//tensorflow/python:platform",
83 "//tensorflow/python/util",
113 "//tensorflow/python:python_op_gen_headers_lib",
114 "//tensorflow/python/lib/core:pybind11_absl",
115 "//tensorflow/python/lib/core:pybind11_lib",
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/math_ops/
H A DBUILD1 # Tests of TensorFlow math kernels written using the Python API.
21 "//tensorflow/python:array_ops",
22 "//tensorflow/python:client_testlib",
23 "//tensorflow/python:framework_for_generated_wrappers",
24 "//tensorflow/python:math_ops",
25 "//tensorflow/python:string_ops",
36 "//tensorflow/python:client_testlib",
37 "//tensorflow/python:nn_ops",
53 "//tensorflow/python:client_testlib",
54 "//tensorflow/python:math_ops",
[all …]
/aosp_15_r20/external/python/google-auth-library-python/
DCHANGELOG.md7 ### [2.3.3](https://www.github.com/googleapis/google-auth-library-python/compare/v2.3.2...v2.3.3) (…
12 …googleapis/google-auth-library-python/issues/866)) ([8f1e9cf](https://www.github.com/googleapis/go…
13 …googleapis/google-auth-library-python/issues/905)) ([ef31284](https://www.github.com/googleapis/go…
14 …googleapis/google-auth-library-python/issues/904)) ([bd0ccc5](https://www.github.com/googleapis/go…
16 ### [2.3.2](https://www.github.com/googleapis/google-auth-library-python/compare/v2.3.1...v2.3.2) (…
21 …googleapis/google-auth-library-python/issues/894)) ([8e95c1e](https://www.github.com/googleapis/go…
23 ### [2.3.1](https://www.github.com/googleapis/google-auth-library-python/compare/v2.3.0...v2.3.1) (…
28python 2.7 for gcloud usage only ([#892](https://www.github.com/googleapis/google-auth-library-pyt…
33 …googleapis/google-auth-library-python/issues/890)) ([e2b3c98](https://www.github.com/googleapis/go…
35 ## [2.3.0](https://www.github.com/googleapis/google-auth-library-python/compare/v2.2.1...v2.3.0) (2…
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/python/keras/engine/
H A DBUILD7 "//tensorflow/python:__pkg__",
8 "//tensorflow/python/feature_column:__pkg__",
9 "//tensorflow/python/keras:__subpackages__",
17 visibility = ["//tensorflow/python/keras/google/private_tf_api_test:__pkg__"],
47 "//tensorflow/python:py_checkpoint_reader",
48 "//tensorflow/python/data",
49 "//tensorflow/python/distribute:distribute_coordinator",
50 "//tensorflow/python/distribute:distribute_lib",
51 "//tensorflow/python/distribute:input_lib",
52 "//tensorflow/python/distribute:parameter_server_strategy",
[all …]

12345678910>>...732