/external/tensorflow/tensorflow/python/data/kernel_tests/ |
D | BUILD | 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", 37 "//tensorflow/python:client_testlib", [all …]
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | BUILD | 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", 57 "//tensorflow/python:data_flow_ops", [all …]
|
/external/tensorflow/tensorflow/python/training/ |
D | BUILD | 16 # 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/experimental/kernel_tests/ |
D | BUILD | 15 "//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/distribute/ |
D | BUILD | 4 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/keras/tests/ |
D | BUILD | 9 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/kernel_tests/linalg/ |
D | BUILD | 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", 33 "//tensorflow/python:framework_for_generated_wrappers", [all …]
|
/external/tensorflow/tensorflow/python/ops/ragged/ |
D | BUILD | 43 "//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/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/saved_model/ |
D | BUILD | 37 "//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/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__"], 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__.py | 21 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/data/experimental/ops/ |
D | BUILD | 13 "//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/kernel_tests/distributions/ |
D | BUILD | 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", 36 "//tensorflow/python:framework", [all …]
|
/external/tensorflow/tensorflow/python/keras/layers/preprocessing/ |
D | BUILD | 8 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/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/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/data/experimental/benchmarks/ |
D | BUILD | 17 "//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/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/ops/parallel_for/ |
D | BUILD | 24 "//tensorflow/compiler/tf2xla/python:xla", 26 "//tensorflow/python:array_ops", 27 "//tensorflow/python:check_ops", 28 "//tensorflow/python:constant_op", 29 "//tensorflow/python:control_flow_ops", 30 "//tensorflow/python:data_flow_ops", 31 "//tensorflow/python:dtypes", 32 "//tensorflow/python:framework_ops", 33 "//tensorflow/python:functional_ops", 34 "//tensorflow/python:gradients", [all …]
|
/external/tensorflow/tensorflow/python/ops/ |
D | standard_ops.py | 26 from tensorflow.python import autograph 27 from tensorflow.python.training.experimental import loss_scaling_gradient_tape 31 from tensorflow.python.ops import array_grad 32 from tensorflow.python.ops import cudnn_rnn_grad 33 from tensorflow.python.ops import data_flow_grad 34 from tensorflow.python.ops import manip_grad 35 from tensorflow.python.ops import math_grad 36 from tensorflow.python.ops import random_grad 37 from tensorflow.python.ops import rnn_grad 38 from tensorflow.python.ops import sparse_grad [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__"], 29 "//tensorflow/python:dtypes", 30 "//tensorflow/python:framework_ops", 31 "//tensorflow/python:util", 32 "//tensorflow/python:variable_scope", 33 "//tensorflow/python:variables", 34 "//tensorflow/python/eager:context", 35 "//tensorflow/python/keras:backend", 36 "//tensorflow/python/keras/engine:base_layer", [all …]
|
/external/tensorflow/tensorflow/python/keras/feature_column/ |
D | BUILD | 5 "//tensorflow/python/feature_column:__subpackages__", 6 "//tensorflow/python/keras:__subpackages__", 14 visibility = ["//tensorflow/python/keras/google/private_tf_api_test:__pkg__"], 34 "//tensorflow/python:array_ops", 35 "//tensorflow/python:variable_scope", 36 "//tensorflow/python/feature_column:feature_column_v2", 37 "//tensorflow/python/keras/engine:base_layer", 38 "//tensorflow/python/keras/utils:generic_utils", 50 "//tensorflow/python:framework_ops", 51 "//tensorflow/python:util", [all …]
|
/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/optimization/ |
D | BUILD | 21 "//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/training/tracking/ |
D | BUILD | 24 "//tensorflow/python:array_ops", 25 "//tensorflow/python:constant_op", 26 "//tensorflow/python:control_flow_ops", 27 "//tensorflow/python:dtypes", 28 "//tensorflow/python:framework_ops", 29 "//tensorflow/python:io_ops_gen", 30 "//tensorflow/python:platform", 31 "//tensorflow/python:util", 32 "//tensorflow/python/eager:context", 33 "//tensorflow/python/training/saving:saveable_object", [all …]
|