/external/tensorflow/tensorflow/python/kernel_tests/ |
D | BUILD | 1 # 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/data/kernel_tests/ |
D | BUILD | 16 "//tensorflow/python:client_testlib", 17 "//tensorflow/python:constant_op", 18 "//tensorflow/python:framework_combinations", 19 "//tensorflow/python:sparse_tensor", 20 "//tensorflow/python/data/ops:dataset_ops", 21 "//tensorflow/python/ops/ragged:ragged_tensor_value", 35 "//tensorflow/python:array_ops", 36 "//tensorflow/python:client_testlib", 37 "//tensorflow/python:dtypes", 38 "//tensorflow/python:errors", [all …]
|
/external/tensorflow/tensorflow/python/training/ |
D | BUILD | 17 # Used in a pybind extension whose rule must be in tensorflow/python 19 visibility = ["//tensorflow/python:__pkg__"], 23 # Used in a rule which visibility limits to tensorflow/python 25 visibility = ["//tensorflow/python:__pkg__"], 69 visibility = ["//tensorflow/python/training:__pkg__"], 113 "//tensorflow/python:learning_rate_decay", 114 "//tensorflow/python:sdca_ops", 115 "//tensorflow/python/training/experimental:loss_scale_optimizer", 116 "//tensorflow/python/training/experimental:mixed_precision", 117 "//tensorflow/python/util:tf_export", [all …]
|
/external/tensorflow/tensorflow/python/distribute/ |
D | BUILD | 4 load("//tensorflow/python/tpu:tpu.bzl", "tpu_py_test") 25 "//tensorflow/python/distribute/v1:all_reduce", 43 "//tensorflow/python:array_ops", 44 "//tensorflow/python:framework_ops", 45 "//tensorflow/python:kernels", 46 "//tensorflow/python:math_ops", 47 "//tensorflow/python:platform", 48 "//tensorflow/python:resource_variable_ops", 49 "//tensorflow/python:tensor_util", 50 "//tensorflow/python/client:device_lib", [all …]
|
/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/ |
D | BUILD | 15 "//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", 42 "//tensorflow/python:client_testlib", [all …]
|
/external/tensorflow/tensorflow/python/keras/layers/preprocessing/benchmarks/ |
D | BUILD | 9 "//tensorflow/python/keras:__subpackages__", 18 visibility = ["//tensorflow/python/keras/google/private_tf_api_test:__pkg__"], 26 "//tensorflow/python:client_testlib", 27 "//tensorflow/python:dtypes", 28 "//tensorflow/python:extra_py_tests_deps", 29 "//tensorflow/python:platform_benchmark", 30 "//tensorflow/python:random_ops", 31 "//tensorflow/python/compat:v2_compat", 32 "//tensorflow/python/data/ops:dataset_ops", 33 "//tensorflow/python/keras/layers/preprocessing:category_encoding", [all …]
|
/external/tensorflow/tensorflow/python/keras/engine/ |
D | BUILD | 13 "//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/keras/layers/preprocessing/ |
D | BUILD | 12 "//tensorflow/python/keras:__subpackages__", 21 visibility = ["//tensorflow/python/keras/google/private_tf_api_test:__pkg__"], 52 "//tensorflow/python:array_ops", 53 "//tensorflow/python:boosted_trees_ops", 54 "//tensorflow/python:dtypes", 55 "//tensorflow/python:math_ops", 56 "//tensorflow/python:resources", 57 "//tensorflow/python:sparse_tensor", 58 "//tensorflow/python:tensor_spec", 59 "//tensorflow/python/keras/engine", [all …]
|
/external/tensorflow/tensorflow/python/ops/ragged/ |
D | BUILD | 41 "//tensorflow/python:util", 55 "//tensorflow/python:array_ops", 56 "//tensorflow/python:dtypes", 57 "//tensorflow/python:framework_ops", 58 "//tensorflow/python:math_ops", 59 "//tensorflow/python:sort_ops", 60 "//tensorflow/python:tensor_util", 61 "//tensorflow/python:util", 73 "//tensorflow/python:array_ops", 74 "//tensorflow/python:check_ops", [all …]
|
/external/tensorflow/tensorflow/python/keras/layers/ |
D | BUILD | 10 "//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__"], 54 "//tensorflow/python/keras/feature_column", 55 "//tensorflow/python/keras/layers/normalization", 56 "//tensorflow/python/keras/layers/preprocessing", 57 "//tensorflow/python/keras/premade", 58 "//tensorflow/python/keras/utils:tf_utils", [all …]
|
D | __init__.py | 17 from tensorflow.python import tf2 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.preprocessing.image_preprocessing import CenterCrop 30 from tensorflow.python.keras.layers.preprocessing.image_preprocessing import RandomCrop 31 from tensorflow.python.keras.layers.preprocessing.image_preprocessing import RandomFlip 32 from tensorflow.python.keras.layers.preprocessing.image_preprocessing import RandomContrast [all …]
|
/external/tensorflow/tensorflow/python/keras/tests/ |
D | BUILD | 11 load("//tensorflow/python/tpu:tpu.bzl", "tpu_py_test") 15 "//tensorflow/python/keras:__subpackages__", 24 visibility = ["//tensorflow/python/keras/google/private_tf_api_test:__pkg__"], 37 "//tensorflow/python:client_testlib", 38 "//tensorflow/python/keras", 49 "//tensorflow/python:client_testlib", 50 "//tensorflow/python/keras", 73 "//tensorflow/python:array_ops", 74 "//tensorflow/python:client_testlib", 75 "//tensorflow/python:config", [all …]
|
/external/tensorflow/tensorflow/python/keras/distribute/ |
D | BUILD | 13 "//tensorflow/python/distribute:__pkg__", 14 "//tensorflow/python/keras:__subpackages__", 23 visibility = ["//tensorflow/python/keras/google/private_tf_api_test:__pkg__"], 37 "//tensorflow/python:client_testlib", 38 "//tensorflow/python/data", 39 "//tensorflow/python/distribute:distribute_coordinator", 40 "//tensorflow/python/distribute:distribute_lib", 41 "//tensorflow/python/distribute:input_lib", 42 "//tensorflow/python/distribute:one_device_strategy", 43 "//tensorflow/python/distribute:reduce_util", [all …]
|
/external/tensorflow/tensorflow/python/kernel_tests/linalg/ |
D | BUILD | 1 # 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/keras/api/ |
D | BUILD | 4 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/saved_model/ |
D | BUILD | 41 "//tensorflow/python:util", 42 "//tensorflow/python/saved_model/model_utils", 52 "//tensorflow/python/util:tf_export", 60 deps = ["//tensorflow/python/util:tf_export"], 67 deps = ["//tensorflow/python/util:tf_export"], 83 "//tensorflow/python:framework_for_generated_wrappers", 84 "//tensorflow/python:lib", 85 "//tensorflow/python:platform", 86 "//tensorflow/python:saver", 87 "//tensorflow/python:util", [all …]
|
/external/tensorflow/tensorflow/python/keras/optimizer_v2/ |
D | BUILD | 9 "//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/tpu/ |
D | BUILD | 6 load("//tensorflow/python/tpu:tpu.bzl", "tpu_py_test") 40 "//tensorflow/python:client_testlib", 41 "//tensorflow/python:platform", 48 actual = "//tensorflow/python/tpu/ops", 56 "//tensorflow/python:array_ops", 57 "//tensorflow/python:control_flow_ops", 58 "//tensorflow/python:framework_for_generated_wrappers", 59 "//tensorflow/python:init_ops", 60 "//tensorflow/python:math_ops", 61 "//tensorflow/python:platform", [all …]
|
/external/tensorflow/tensorflow/python/keras/ |
D | BUILD | 15 "//tensorflow/python/keras/google/private_tf_api_test:__pkg__", 36 "//tensorflow/python:training", 37 "//tensorflow/python/keras/applications", 38 "//tensorflow/python/keras/datasets", 39 "//tensorflow/python/keras/distribute", 40 "//tensorflow/python/keras/estimator", 41 "//tensorflow/python/keras/feature_column", 42 "//tensorflow/python/keras/layers", 43 "//tensorflow/python/keras/mixed_precision:mixed_precision_experimental", 44 "//tensorflow/python/keras/optimizer_v2", [all …]
|
/external/tensorflow/tensorflow/python/kernel_tests/distributions/ |
D | BUILD | 1 # 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/keras/legacy_tf_layers/ |
D | BUILD | 10 "//tensorflow/python/keras:__subpackages__", 18 visibility = ["//tensorflow/python/keras/google/private_tf_api_test:__pkg__"], 30 "//tensorflow/python:dtypes", 31 "//tensorflow/python:framework_ops", 32 "//tensorflow/python:util", 33 "//tensorflow/python:variable_scope", 34 "//tensorflow/python:variables", 35 "//tensorflow/python/eager:context", 36 "//tensorflow/python/keras:backend", 37 "//tensorflow/python/keras/engine:base_layer", [all …]
|
/external/tensorflow/tensorflow/python/data/experimental/ops/ |
D | BUILD | 11 "//tensorflow/python:dtypes", 12 "//tensorflow/python:experimental_dataset_ops_gen", 13 "//tensorflow/python:framework_ops", 14 "//tensorflow/python:tensor_shape", 15 "//tensorflow/python:tensor_util", 16 "//tensorflow/python:util", 17 "//tensorflow/python/data/ops:dataset_ops", 18 "//tensorflow/python/data/util:convert", 19 "//tensorflow/python/data/util:nest", 20 "//tensorflow/python/data/util:structure", [all …]
|
/external/tensorflow/tensorflow/python/feature_column/ |
D | BUILD | 15 "//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/compiler/tests/ |
D | BUILD | 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", 57 "//tensorflow/python/compiler/xla:compiler_py", [all …]
|
/external/tensorflow/tensorflow/core/tfrt/saved_model/tests/ |
D | BUILD | 31 "//tensorflow/python:array_ops", 32 "//tensorflow/python:dtypes", 33 "//tensorflow/python:math_ops", 34 "//tensorflow/python:session", 35 "//tensorflow/python:variable_scope", 36 "//tensorflow/python:variables", 37 "//tensorflow/python/compat:v2_compat", 38 "//tensorflow/python/distribute:input_lib", 39 "//tensorflow/python/saved_model:builder", 40 "//tensorflow/python/saved_model:save", [all …]
|