Home
last modified time | relevance | path

Searched refs:python (Results 1 – 25 of 5462) sorted by relevance

12345678910>>...219

/external/tensorflow/tensorflow/contrib/gan/
DBUILD25 "//tensorflow/python:util",
31 srcs = ["python/namedtuples.py"],
37 srcs = ["python/train.py"],
45 "//tensorflow/python:array_ops",
46 "//tensorflow/python:check_ops",
47 "//tensorflow/python:dtypes",
48 "//tensorflow/python:framework_ops",
49 "//tensorflow/python:init_ops",
50 "//tensorflow/python:random_ops",
51 "//tensorflow/python:training",
[all …]
/external/tensorflow/tensorflow/python/kernel_tests/
DBUILD24 "//tensorflow/python:array_ops",
25 "//tensorflow/python:client_testlib",
26 "//tensorflow/python:framework_for_generated_wrappers",
27 "//tensorflow/python:string_ops",
38 "//tensorflow/python:array_ops",
39 "//tensorflow/python:client_testlib",
40 "//tensorflow/python:framework_for_generated_wrappers",
41 "//tensorflow/python:image_ops",
51 "//tensorflow/python:client_testlib",
52 "//tensorflow/python:data_flow_ops",
[all …]
/external/tensorflow/tensorflow/contrib/distributions/
DBUILD18 srcs = glob(["python/ops/bijectors/*.py"]),
28 "//tensorflow/python:array_ops",
29 "//tensorflow/python:check_ops",
30 "//tensorflow/python:clip_ops",
31 "//tensorflow/python:control_flow_ops",
32 "//tensorflow/python:framework_for_generated_wrappers",
33 "//tensorflow/python:init_ops",
34 "//tensorflow/python:layers",
35 "//tensorflow/python:linalg_ops",
36 "//tensorflow/python:math_ops",
[all …]
/external/tensorflow/tensorflow/python/data/kernel_tests/
DBUILD20 "//tensorflow/python/data/ops:dataset_ops",
21 "//tensorflow/python:array_ops",
22 "//tensorflow/python:client_testlib",
23 "//tensorflow/python:dtypes",
24 "//tensorflow/python:errors",
25 "//tensorflow/python:math_ops",
26 "//tensorflow/python:sparse_tensor",
37 "//tensorflow/python/data/ops:dataset_ops",
38 "//tensorflow/python/data/ops:iterator_ops",
39 "//tensorflow/python:array_ops",
[all …]
/external/tensorflow/tensorflow/contrib/opt/
DBUILD17 "python/training/adam_gs_optimizer.py",
18 "python/training/adamax.py",
19 "python/training/addsign.py",
20 "python/training/agn_optimizer.py",
21 "python/training/drop_stale_gradient_optimizer.py",
22 "python/training/elastic_average_optimizer.py",
23 "python/training/external_optimizer.py",
24 "python/training/ggt.py",
25 "python/training/lars_optimizer.py",
26 "python/training/lazy_adam_gs_optimizer.py",
[all …]
/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/
DBUILD16 "//tensorflow/python:array_ops",
17 "//tensorflow/python:client_testlib",
18 "//tensorflow/python:dtypes",
19 "//tensorflow/python:errors",
20 "//tensorflow/python:sparse_tensor",
21 "//tensorflow/python:tensor_shape",
22 "//tensorflow/python/data/experimental/ops:grouping",
23 "//tensorflow/python/data/kernel_tests:test_base",
24 "//tensorflow/python/data/ops:dataset_ops",
35 "//tensorflow/python/data/experimental/ops:prefetching_ops",
[all …]
/external/tensorflow/tensorflow/contrib/keras/api/keras/backend/
D__init__.py22 from tensorflow.python.keras.backend import abs
23 from tensorflow.python.keras.backend import all
24 from tensorflow.python.keras.backend import any
25 from tensorflow.python.keras.backend import arange
26 from tensorflow.python.keras.backend import argmax
27 from tensorflow.python.keras.backend import argmin
28 from tensorflow.python.keras.backend import backend
29 from tensorflow.python.keras.backend import batch_dot
30 from tensorflow.python.keras.backend import batch_flatten
31 from tensorflow.python.keras.backend import batch_get_value
[all …]
/external/tensorflow/tensorflow/contrib/layers/
DBUILD23 # TODO(sibyl-Mooth6ku,ptucker): Understand why 'python/ops/_' is needed and fix it.
24 name = "python/ops/_sparse_feature_cross_op.so",
55 "python/layers/__init__.py",
56 "python/layers/embedding_ops.py",
57 "python/layers/encoders.py",
58 "python/layers/feature_column.py",
59 "python/layers/feature_column_ops.py",
60 "python/layers/initializers.py",
61 "python/layers/layers.py",
62 "python/layers/normalization.py",
[all …]
/external/tensorflow/tensorflow/compiler/tests/
DBUILD42 "//tensorflow/python:array_ops",
43 "//tensorflow/python:client",
44 "//tensorflow/python:client_testlib",
45 "//tensorflow/python:framework",
46 "//tensorflow/python:platform",
47 "//tensorflow/python:random_seed",
48 "//tensorflow/python:session",
49 "//tensorflow/python:variables",
79 "//tensorflow/python:array_ops",
80 "//tensorflow/python:framework",
[all …]
/external/tensorflow/tensorflow/contrib/learn/
DBUILD21 "python/__init__.py",
23 ["python/learn/**/*.py"],
24 exclude = ["python/learn/**/*_test.py"],
39 "//tensorflow/contrib/learn/python/learn/datasets",
51 "//tensorflow/python:array_ops",
52 "//tensorflow/python:check_ops",
53 "//tensorflow/python:client",
54 "//tensorflow/python:clip_ops",
55 "//tensorflow/python:control_flow_ops",
56 "//tensorflow/python:data_flow_ops",
[all …]
/external/tensorflow/tensorflow/python/ops/ragged/
DBUILD46 "//tensorflow/python:util",
61 "//tensorflow/python:array_ops",
62 "//tensorflow/python:check_ops",
63 "//tensorflow/python:constant_op",
64 "//tensorflow/python:dtypes",
65 "//tensorflow/python:framework_ops",
66 "//tensorflow/python:math_ops",
67 "//tensorflow/python:ragged_array_ops_gen",
68 "//tensorflow/python:tensor_shape",
69 "//tensorflow/python:tensor_util",
[all …]
/external/tensorflow/tensorflow/contrib/timeseries/python/timeseries/
DBUILD34 deps = ["//tensorflow/python/saved_model:signature_constants"],
48 "//tensorflow/python:util",
62 "//tensorflow/python:array_ops",
63 "//tensorflow/python:control_flow_ops",
64 "//tensorflow/python:dtypes",
65 "//tensorflow/python:framework_ops",
66 "//tensorflow/python:math_ops",
67 "//tensorflow/python:tensor_array_ops",
68 "//tensorflow/python:util",
69 "//tensorflow/python:variable_scope",
[all …]
/external/tensorflow/tensorflow/python/feature_column/
DBUILD17 "//tensorflow/python:util",
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",
35 "//tensorflow/python:lookup_ops",
[all …]
/external/tensorflow/tensorflow/python/data/experimental/ops/
DBUILD12 "//tensorflow/python:experimental_dataset_ops_gen",
13 "//tensorflow/python:tensor_util",
23 "//tensorflow/python:dtypes",
24 "//tensorflow/python:framework_ops",
25 "//tensorflow/python/data/ops:dataset_ops",
34 "//tensorflow/python:dataset_ops_gen",
35 "//tensorflow/python/data/ops:dataset_ops",
36 "//tensorflow/python/data/util:nest",
37 "//tensorflow/python/data/util:sparse",
48 "//tensorflow/python:basic_session_run_hooks",
[all …]
/external/tensorflow/tensorflow/contrib/training/
DBUILD19 "python/__init__.py",
20 "python/training/__init__.py",
21 "python/training/bucket_ops.py",
22 "python/training/device_setter.py",
23 "python/training/evaluation.py",
24 "python/training/feeding_queue_runner.py",
25 "python/training/hparam.py",
26 "python/training/resample.py",
27 "python/training/sampling_ops.py",
28 "python/training/sequence_queueing_state_saver.py",
[all …]
/external/tensorflow/tensorflow/contrib/factorization/
DBUILD23 "python/ops/clustering_ops.py",
24 "python/ops/factorization_ops.py",
25 "python/ops/gmm.py",
26 "python/ops/gmm_ops.py",
27 "python/ops/kmeans.py",
28 "python/ops/wals.py",
31 ":python/ops/_factorization_ops.so",
43 "//tensorflow/python:array_ops",
44 "//tensorflow/python:check_ops",
45 "//tensorflow/python:clustering_ops_gen",
[all …]
/external/tensorflow/tensorflow/python/distribute/
DBUILD20 "//tensorflow/python:array_ops",
21 "//tensorflow/python:framework_ops",
22 "//tensorflow/python:math_ops",
23 "//tensorflow/python:nccl_ops",
34 "//tensorflow/python:array_ops",
35 "//tensorflow/python:client",
36 "//tensorflow/python:framework_ops",
37 "//tensorflow/python:framework_test_lib",
38 "//tensorflow/python:math_ops",
39 "//tensorflow/python:constant_op",
[all …]
/external/tensorflow/tensorflow/contrib/quantize/
DBUILD11 srcs = ["python/common.py"],
19 srcs = ["python/common_test.py"],
24 "//tensorflow/python:array_ops",
25 "//tensorflow/python:framework_ops",
26 "//tensorflow/python:framework_test_lib",
27 "//tensorflow/python:init_ops",
28 "//tensorflow/python:math_ops",
29 "//tensorflow/python:nn_ops",
30 "//tensorflow/python:platform_test",
31 "//tensorflow/python:session",
[all …]
/external/tensorflow/tensorflow/contrib/eager/python/
DBUILD19 "//tensorflow/python:framework_ops",
20 "//tensorflow/python:framework_test_lib",
21 "//tensorflow/python:gradients",
22 "//tensorflow/python:resource_variable_ops",
23 "//tensorflow/python:script_ops",
24 "//tensorflow/python:template",
25 "//tensorflow/python:training",
26 "//tensorflow/python:util",
27 "//tensorflow/python:variable_scope",
28 "//tensorflow/python/eager:backprop",
[all …]
/external/tensorflow/tensorflow/python/kernel_tests/linalg/
DBUILD16 "//tensorflow/python/ops/linalg",
18 "//tensorflow/python:array_ops",
19 "//tensorflow/python:client_testlib",
20 "//tensorflow/python:framework_for_generated_wrappers",
21 "//tensorflow/python:framework_test_lib",
22 "//tensorflow/python:math_ops",
23 "//tensorflow/python:platform_test",
33 "//tensorflow/python/ops/linalg",
35 "//tensorflow/python:array_ops",
36 "//tensorflow/python:client_testlib",
[all …]
/external/tensorflow/tensorflow/contrib/seq2seq/
DBUILD25 srcs = ["__init__.py"] + glob(["python/ops/*.py"]),
27 ":python/ops/_beam_search_ops.so",
39 "//tensorflow/python:array_ops",
40 "//tensorflow/python:check_ops",
41 "//tensorflow/python:clip_ops",
42 "//tensorflow/python:control_flow_ops",
43 "//tensorflow/python:control_flow_util",
44 "//tensorflow/python:embedding_ops",
45 "//tensorflow/python:framework_for_generated_wrappers",
46 "//tensorflow/python:functional_ops",
[all …]
/external/tensorflow/tensorflow/python/kernel_tests/distributions/
DBUILD16 "//tensorflow/python/ops/distributions",
19 "//tensorflow/python:array_ops",
20 "//tensorflow/python:client_testlib",
21 "//tensorflow/python:framework_for_generated_wrappers",
22 "//tensorflow/python:framework_test_lib",
23 "//tensorflow/python:math_ops",
24 "//tensorflow/python:platform_test",
34 "//tensorflow/python/ops/distributions",
36 "//tensorflow/python:array_ops",
37 "//tensorflow/python:client_testlib",
[all …]
/external/tensorflow/tensorflow/python/training/tracking/
DBUILD22 "//tensorflow/python:array_ops",
23 "//tensorflow/python:constant_op",
24 "//tensorflow/python:control_flow_ops",
25 "//tensorflow/python:dtypes",
26 "//tensorflow/python:framework_ops",
27 "//tensorflow/python:io_ops_gen",
28 "//tensorflow/python:platform",
29 "//tensorflow/python:util",
30 "//tensorflow/python/eager:context",
31 "//tensorflow/python/training/saving:saveable_object",
[all …]
/external/tensorflow/tensorflow/python/keras/optimizer_v2/
DBUILD29 "//tensorflow/python:control_flow_ops",
30 "//tensorflow/python:distribute",
31 "//tensorflow/python:framework",
32 "//tensorflow/python:math_ops",
33 "//tensorflow/python:resource_variable_ops",
34 "//tensorflow/python:state_ops",
35 "//tensorflow/python:variable_scope",
36 "//tensorflow/python:variables",
37 "//tensorflow/python/distribute:reduce_util",
38 "//tensorflow/python/distribute:values",
[all …]
/external/tensorflow/tensorflow/python/keras/layers/
D__init__.py23 from tensorflow.python.keras.engine.input_layer import Input
24 from tensorflow.python.keras.engine.input_layer import InputLayer
25 from tensorflow.python.keras.engine.input_spec import InputSpec
26 from tensorflow.python.keras.engine.base_layer import Layer
29 from tensorflow.python.keras.layers.advanced_activations import LeakyReLU
30 from tensorflow.python.keras.layers.advanced_activations import PReLU
31 from tensorflow.python.keras.layers.advanced_activations import ELU
32 from tensorflow.python.keras.layers.advanced_activations import ReLU
33 from tensorflow.python.keras.layers.advanced_activations import ThresholdedReLU
34 from tensorflow.python.keras.layers.advanced_activations import Softmax
[all …]

12345678910>>...219