Home
last modified time | relevance | path

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

12345678910>>...405

/external/tensorflow/tensorflow/python/kernel_tests/
DBUILD1 # Tests of TensorFlow kernels written using the Python API.
24 "//tensorflow/python:array_ops",
25 "//tensorflow/python:client_testlib",
26 "//tensorflow/python:framework_for_generated_wrappers",
27 "//tensorflow/python:string_ops",
37 "//tensorflow/python:array_ops",
38 "//tensorflow/python:client_testlib",
39 "//tensorflow/python:framework_for_generated_wrappers",
40 "//tensorflow/python:image_ops",
56 "//tensorflow/python:client_testlib",
[all …]
/external/tensorflow/tensorflow/python/training/
DBUILD16 # Used in a pybind extension whose rule must be in tensorflow/python
18 visibility = ["//tensorflow/python:__pkg__"],
22 # Used in a rule which visibility limits to tensorflow/python
24 visibility = ["//tensorflow/python:__pkg__"],
69 visibility = ["//tensorflow/python/training:__pkg__"],
114 "//tensorflow/python:learning_rate_decay",
115 "//tensorflow/python:sdca_ops",
116 "//tensorflow/python/training/experimental:loss_scale_optimizer",
117 "//tensorflow/python/training/experimental:mixed_precision",
118 "//tensorflow/python/util:tf_export",
[all …]
/external/tensorflow/tensorflow/python/data/kernel_tests/
DBUILD1 # Tests of TensorFlow kernels written using the Python API.
17 "//tensorflow/python:array_ops",
18 "//tensorflow/python:client_testlib",
19 "//tensorflow/python:dtypes",
20 "//tensorflow/python:errors",
21 "//tensorflow/python:math_ops",
22 "//tensorflow/python:sparse_tensor",
23 "//tensorflow/python/data/ops:dataset_ops",
24 "//tensorflow/python/ops/ragged",
36 "//tensorflow/python:array_ops",
[all …]
/external/tensorflow/tensorflow/python/distribute/
DBUILD4 load("//tensorflow/python/tpu:tpu.bzl", "tpu_py_test")
26 "//tensorflow/python/distribute/v1:all_reduce",
44 "//tensorflow/python:array_ops",
45 "//tensorflow/python:device_lib",
46 "//tensorflow/python:framework_ops",
47 "//tensorflow/python:kernels",
48 "//tensorflow/python:math_ops",
49 "//tensorflow/python:platform",
50 "//tensorflow/python:resource_variable_ops",
51 "//tensorflow/python:tensor_util",
[all …]
/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/
DBUILD15 "//tensorflow/python/data/experimental/ops:cardinality",
16 "//tensorflow/python/data/kernel_tests:test_base",
17 "//tensorflow/python/data/ops:dataset_ops",
32 "//tensorflow/python:client_testlib",
33 "//tensorflow/python:errors",
34 "//tensorflow/python/data/experimental/ops:testing",
35 "//tensorflow/python/data/kernel_tests:test_base",
36 "//tensorflow/python/data/ops:dataset_ops",
49 "//tensorflow/python:client_testlib",
50 "//tensorflow/python/data/experimental/ops:distribute",
[all …]
/external/tensorflow/tensorflow/python/keras/layers/
DBUILD10 "//tensorflow/python/distribute:__pkg__",
11 "//tensorflow/python/feature_column:__pkg__",
12 "//tensorflow/python/keras:__subpackages__",
13 "//tensorflow/python/training/tracking:__pkg__",
23 visibility = ["//tensorflow/python/keras/google/private_tf_api_test:__pkg__"],
56 "//tensorflow/python/keras/feature_column",
57 "//tensorflow/python/keras/layers/preprocessing",
58 "//tensorflow/python/keras/premade",
59 "//tensorflow/python/keras/utils:tf_utils",
68 "//tensorflow/python:math_ops",
[all …]
D__init__.py21 from tensorflow.python import tf2
26 from tensorflow.python.keras.engine.input_layer import Input
27 from tensorflow.python.keras.engine.input_layer import InputLayer
28 from tensorflow.python.keras.engine.input_spec import InputSpec
29 from tensorflow.python.keras.engine.base_layer import Layer
30 from tensorflow.python.keras.engine.base_preprocessing_layer import PreprocessingLayer
33 from tensorflow.python.keras.layers.preprocessing.image_preprocessing import CenterCrop
34 from tensorflow.python.keras.layers.preprocessing.image_preprocessing import RandomCrop
35 from tensorflow.python.keras.layers.preprocessing.image_preprocessing import RandomFlip
36 from tensorflow.python.keras.layers.preprocessing.image_preprocessing import RandomContrast
[all …]
/external/tensorflow/tensorflow/python/keras/layers/preprocessing/
DBUILD8 load("//tensorflow/python/tpu:tpu.bzl", "tpu_py_test")
13 "//tensorflow/python/keras:__subpackages__",
22 visibility = ["//tensorflow/python/keras/google/private_tf_api_test:__pkg__"],
54 "//tensorflow/python:array_ops",
55 "//tensorflow/python:boosted_trees_ops",
56 "//tensorflow/python:dtypes",
57 "//tensorflow/python:math_ops",
58 "//tensorflow/python:resources",
59 "//tensorflow/python:sparse_tensor",
60 "//tensorflow/python:tensor_spec",
[all …]
/external/tensorflow/tensorflow/python/keras/engine/
DBUILD13 "//tensorflow/python:__pkg__",
14 "//tensorflow/python/feature_column:__pkg__",
15 "//tensorflow/python/keras:__subpackages__",
23 visibility = ["//tensorflow/python/keras/google/private_tf_api_test:__pkg__"],
53 "//tensorflow/python:py_checkpoint_reader",
54 "//tensorflow/python/data",
55 "//tensorflow/python/distribute:distribute_coordinator",
56 "//tensorflow/python/distribute:distribute_lib",
57 "//tensorflow/python/distribute:input_lib",
58 "//tensorflow/python/distribute:parameter_server_strategy",
[all …]
/external/tensorflow/tensorflow/python/saved_model/
DBUILD37 "//tensorflow/python:util",
45 deps = ["//tensorflow/python/util:tf_export"],
52 deps = ["//tensorflow/python/util:tf_export"],
59 deps = ["//tensorflow/python/util:tf_export"],
74 "//tensorflow/python:framework_for_generated_wrappers",
75 "//tensorflow/python:lib",
76 "//tensorflow/python:platform",
77 "//tensorflow/python:saver",
78 "//tensorflow/python:util",
79 "//tensorflow/python:variables",
[all …]
/external/tensorflow/tensorflow/python/keras/tests/
DBUILD9 load("//tensorflow/python/tpu:tpu.bzl", "tpu_py_test")
13 "//tensorflow/python/keras:__subpackages__",
22 visibility = ["//tensorflow/python/keras/google/private_tf_api_test:__pkg__"],
35 "//tensorflow/python:client_testlib",
36 "//tensorflow/python/keras",
47 "//tensorflow/python:client_testlib",
48 "//tensorflow/python/keras",
64 "//tensorflow/python:array_ops",
65 "//tensorflow/python:client_testlib",
66 "//tensorflow/python:config",
[all …]
/external/tensorflow/tensorflow/python/ops/ragged/
DBUILD43 "//tensorflow/python:util",
57 "//tensorflow/python:array_ops",
58 "//tensorflow/python:dtypes",
59 "//tensorflow/python:framework_ops",
60 "//tensorflow/python:math_ops",
61 "//tensorflow/python:sort_ops",
62 "//tensorflow/python:tensor_util",
63 "//tensorflow/python:util",
75 "//tensorflow/python:array_ops",
76 "//tensorflow/python:check_ops",
[all …]
/external/tensorflow/tensorflow/python/keras/api/
DBUILD4 load("//tensorflow/python/tools/api/generator:api_gen.bzl", "gen_api_init_files")
5 load("//tensorflow/python/tools/api/generator:api_init_files.bzl", "KERAS_API_INIT_FILES")
6 load("//tensorflow/python/tools/api/generator:api_init_files_v1.bzl", "KERAS_API_INIT_FILES_V1")
16 "tensorflow.python",
17 "tensorflow.python.keras",
18 "tensorflow.python.keras.activations",
19 "tensorflow.python.keras.applications.densenet",
20 "tensorflow.python.keras.applications.efficientnet",
21 "tensorflow.python.keras.applications.imagenet_utils",
22 "tensorflow.python.keras.applications.inception_resnet_v2",
[all …]
/external/tensorflow/tensorflow/python/kernel_tests/linalg/
DBUILD1 # Tests of TensorFlow kernels written using the Python API.
15 "//tensorflow/python:array_ops",
16 "//tensorflow/python:client_testlib",
17 "//tensorflow/python:framework_for_generated_wrappers",
18 "//tensorflow/python:framework_test_lib",
19 "//tensorflow/python:math_ops",
20 "//tensorflow/python:platform_test",
21 "//tensorflow/python/ops/linalg",
31 "//tensorflow/python:array_ops",
32 "//tensorflow/python:client_testlib",
[all …]
/external/tensorflow/tensorflow/python/data/experimental/ops/
DBUILD13 "//tensorflow/python:dtypes",
14 "//tensorflow/python:experimental_dataset_ops_gen",
15 "//tensorflow/python:framework_ops",
16 "//tensorflow/python:tensor_shape",
17 "//tensorflow/python:tensor_util",
18 "//tensorflow/python:util",
19 "//tensorflow/python/data/ops:dataset_ops",
20 "//tensorflow/python/data/util:convert",
21 "//tensorflow/python/data/util:nest",
22 "//tensorflow/python/data/util:structure",
[all …]
/external/tensorflow/tensorflow/python/keras/optimizer_v2/
DBUILD9 "//tensorflow/python:__pkg__",
10 "//tensorflow/python/distribute:__pkg__",
11 "//tensorflow/python/keras:__subpackages__",
12 "//tensorflow/python/training/tracking:__pkg__",
20 visibility = ["//tensorflow/python/keras/google/private_tf_api_test:__pkg__"],
40 "//tensorflow/python:control_flow_ops",
41 "//tensorflow/python:framework",
42 "//tensorflow/python:math_ops",
43 "//tensorflow/python:resource_variable_ops",
44 "//tensorflow/python:state_ops",
[all …]
/external/tensorflow/tensorflow/python/keras/distribute/
DBUILD13 "//tensorflow/python/distribute:__pkg__",
14 "//tensorflow/python/keras:__subpackages__",
23 visibility = ["//tensorflow/python/keras/google/private_tf_api_test:__pkg__"],
36 "//tensorflow/python:client_testlib",
37 "//tensorflow/python/data",
38 "//tensorflow/python/distribute:distribute_coordinator",
39 "//tensorflow/python/distribute:distribute_lib",
40 "//tensorflow/python/distribute:input_lib",
41 "//tensorflow/python/distribute:one_device_strategy",
42 "//tensorflow/python/distribute:reduce_util",
[all …]
/external/tensorflow/tensorflow/python/tpu/
DBUILD6 load("//tensorflow/python/tpu:tpu.bzl", "tpu_py_test")
39 "//tensorflow/python:client_testlib",
40 "//tensorflow/python:platform",
51 "//tensorflow/python:framework_for_generated_wrappers",
52 "//tensorflow/python:tpu_ops_gen",
61 "//tensorflow/python:array_ops",
62 "//tensorflow/python:control_flow_ops",
63 "//tensorflow/python:framework_for_generated_wrappers",
64 "//tensorflow/python:init_ops",
65 "//tensorflow/python:math_ops",
[all …]
/external/tensorflow/tensorflow/python/keras/
DBUILD17 "//tensorflow/python/keras/google/private_tf_api_test:__pkg__",
41 "//tensorflow/python:training",
42 "//tensorflow/python/eager:monitoring",
43 "//tensorflow/python/keras/applications",
44 "//tensorflow/python/keras/datasets",
45 "//tensorflow/python/keras/distribute",
46 "//tensorflow/python/keras/feature_column",
47 "//tensorflow/python/keras/layers",
48 "//tensorflow/python/keras/mixed_precision:mixed_precision_experimental",
49 "//tensorflow/python/keras/optimizer_v2",
[all …]
/external/tensorflow/tensorflow/python/kernel_tests/distributions/
DBUILD1 # Tests of TensorFlow kernels written using the Python API.
15 "//tensorflow/python:array_ops",
16 "//tensorflow/python:client_testlib",
17 "//tensorflow/python:framework_for_generated_wrappers",
18 "//tensorflow/python:framework_test_lib",
19 "//tensorflow/python:math_ops",
20 "//tensorflow/python:platform_test",
21 "//tensorflow/python/ops/distributions",
34 "//tensorflow/python:array_ops",
35 "//tensorflow/python:client_testlib",
[all …]
/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/optimization/
DBUILD21 "//tensorflow/python:client_testlib",
22 "//tensorflow/python:errors",
23 "//tensorflow/python/data/experimental/ops:testing",
24 "//tensorflow/python/data/kernel_tests:test_base",
25 "//tensorflow/python/data/ops:dataset_ops",
39 "//tensorflow/python:client_testlib",
40 "//tensorflow/python:errors",
41 "//tensorflow/python/data/experimental/ops:optimization",
42 "//tensorflow/python/data/kernel_tests:test_base",
43 "//tensorflow/python/data/ops:dataset_ops",
[all …]
/external/tensorflow/tensorflow/python/feature_column/
DBUILD15 "//tensorflow/python:util",
16 "//tensorflow/python/keras/feature_column",
27 "//tensorflow/python:array_ops",
28 "//tensorflow/python:check_ops",
29 "//tensorflow/python:control_flow_ops",
30 "//tensorflow/python:dtypes",
31 "//tensorflow/python:embedding_ops",
32 "//tensorflow/python:framework_ops",
33 "//tensorflow/python:init_ops",
34 "//tensorflow/python:layers_base",
[all …]
/external/tensorflow/tensorflow/python/data/experimental/benchmarks/
DBUILD17 "//tensorflow/python:client_testlib",
18 "//tensorflow/python:math_ops",
19 "//tensorflow/python:session",
20 "//tensorflow/python/data/ops:dataset_ops",
29 "//tensorflow/python:client_testlib",
30 "//tensorflow/python:math_ops",
31 "//tensorflow/python:session",
32 "//tensorflow/python/data/benchmarks:benchmark_base",
33 "//tensorflow/python/data/ops:dataset_ops",
42 "//tensorflow/python:client_testlib",
[all …]
/external/python/cpython3/Tools/c-analyzer/
Dknown.tsv5 Python/import.c import_find_and_load accumulated variable static _PyTime_t accumulated
8 Python/Python-ast.c - Add_singleton variable static PyObject *Add_singleton
9 Python/Python-ast.c - Add_type variable static PyTypeObject *Add_type
14 Python/Python-ast.c - alias_fields variable static const char *alias_fields[]
15 Python/Python-ast.c - alias_type variable static PyTypeObject *alias_type
17 Python/Python-ast.c - And_singleton variable static PyObject *And_singleton
18 Python/Python-ast.c - And_type variable static PyTypeObject *And_type
19 Python/Python-ast.c - AnnAssign_fields variable static const char *AnnAssign_fields[]
20 Python/Python-ast.c - AnnAssign_type variable static PyTypeObject *AnnAssign_type
21 Python/compile.c - __annotations__ variable static PyObject *__annotations__
[all …]
/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/serialization/
DBUILD17 "//tensorflow/python:client_testlib",
18 "//tensorflow/python:dtypes",
19 "//tensorflow/python:errors",
20 "//tensorflow/python:framework_ops",
21 "//tensorflow/python:lookup_ops",
22 "//tensorflow/python:platform",
23 "//tensorflow/python:sparse_tensor",
24 "//tensorflow/python:training",
25 "//tensorflow/python:util",
26 "//tensorflow/python:variables",
[all …]

12345678910>>...405