/external/tensorflow/tensorflow/python/kernel_tests/ |
D | BUILD | 1 # Tests of TensorFlow 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:string_ops", 34 "//tensorflow/python:array_ops", 35 "//tensorflow/python:client_testlib", 36 "//tensorflow/python:framework_for_generated_wrappers", 37 "//tensorflow/python:image_ops", 50 "//tensorflow/python:client_testlib", [all …]
|
/external/tensorflow/tensorflow/python/data/kernel_tests/ |
D | BUILD | 1 # 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/data/experimental/kernel_tests/ |
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", 38 "//tensorflow/python:client_testlib", 39 "//tensorflow/python/data/experimental/ops:distribute", 40 "//tensorflow/python/data/experimental/ops:readers", 41 "//tensorflow/python/data/experimental/ops:testing", 42 "//tensorflow/python/data/kernel_tests:test_base", [all …]
|
/external/tensorflow/tensorflow/python/distribute/ |
D | BUILD | 22 "//tensorflow/python/keras/distribute:keras_correctness_test_lib", 23 "//tensorflow/python/keras/distribute:keras_test_lib", 34 "//tensorflow/python:array_ops", 35 "//tensorflow/python:framework_ops", 36 "//tensorflow/python:math_ops", 37 "//tensorflow/python:nccl_ops", 47 "//tensorflow/python:array_ops", 48 "//tensorflow/python:client", 49 "//tensorflow/python:client_testlib", 50 "//tensorflow/python:constant_op", [all …]
|
/external/tensorflow/tensorflow/compiler/tests/ |
D | BUILD | 40 "//tensorflow/python:array_ops", 41 "//tensorflow/python:client", 42 "//tensorflow/python:client_testlib", 43 "//tensorflow/python:framework", 44 "//tensorflow/python:platform", 45 "//tensorflow/python:random_seed", 46 "//tensorflow/python:session", 47 "//tensorflow/python:variables", 48 "//tensorflow/python/compiler/xla:compiler_py", 81 "//tensorflow/python:array_ops", [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/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/layers/ |
D | BUILD | 42 "//tensorflow/python/feature_column:feature_column_py", 43 "//tensorflow/python/keras/layers/preprocessing", 44 "//tensorflow/python/keras/utils:tf_utils", 53 "//tensorflow/python:math_ops", 54 "//tensorflow/python:util", 55 "//tensorflow/python/keras:backend", 56 "//tensorflow/python/keras:base_layer", 57 "//tensorflow/python/keras:constraints", 58 "//tensorflow/python/keras:initializers", 59 "//tensorflow/python/keras:regularizers", [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 34 from tensorflow.python.keras.layers.preprocessing.normalization import Normalization 35 …from tensorflow.python.keras.layers.preprocessing.normalization_v1 import Normalization as Normali… 37 from tensorflow.python.keras.layers.preprocessing.text_vectorization import TextVectorization 38 …from tensorflow.python.keras.layers.preprocessing.text_vectorization_v1 import TextVectorization a… [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") 14 "tensorflow.python", 15 "tensorflow.python.keras", 16 "tensorflow.python.keras.activations", 17 "tensorflow.python.keras.applications.densenet", 18 "tensorflow.python.keras.applications.imagenet_utils", 19 "tensorflow.python.keras.applications.inception_resnet_v2", 20 "tensorflow.python.keras.applications.inception_v3", [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/ops/ragged/ |
D | BUILD | 51 "//tensorflow/python:util", 65 "//tensorflow/python:array_ops", 66 "//tensorflow/python:dtypes", 67 "//tensorflow/python:framework_ops", 68 "//tensorflow/python:math_ops", 69 "//tensorflow/python:sort_ops", 70 "//tensorflow/python:tensor_util", 71 "//tensorflow/python:util", 83 "//tensorflow/python:array_ops", 84 "//tensorflow/python:check_ops", [all …]
|
/external/tensorflow/tensorflow/python/keras/optimizer_v2/ |
D | BUILD | 29 "//tensorflow/python:control_flow_ops", 30 "//tensorflow/python:framework", 31 "//tensorflow/python:math_ops", 32 "//tensorflow/python:resource_variable_ops", 33 "//tensorflow/python:state_ops", 34 "//tensorflow/python:variable_scope", 35 "//tensorflow/python:variables", 36 "//tensorflow/python/distribute:distribute_lib", 37 "//tensorflow/python/distribute:reduce_util", 38 "//tensorflow/python/distribute:values", [all …]
|
/external/tensorflow/tensorflow/python/feature_column/ |
D | BUILD | 15 "//tensorflow/python:util", 25 "//tensorflow/python:array_ops", 26 "//tensorflow/python:check_ops", 27 "//tensorflow/python:control_flow_ops", 28 "//tensorflow/python:dtypes", 29 "//tensorflow/python:embedding_ops", 30 "//tensorflow/python:framework_ops", 31 "//tensorflow/python:init_ops", 32 "//tensorflow/python:layers_base", 33 "//tensorflow/python:lookup_ops", [all …]
|
/external/tensorflow/tensorflow/python/training/tracking/ |
D | BUILD | 25 "//tensorflow/python:array_ops", 26 "//tensorflow/python:constant_op", 27 "//tensorflow/python:control_flow_ops", 28 "//tensorflow/python:dtypes", 29 "//tensorflow/python:framework_ops", 30 "//tensorflow/python:io_ops_gen", 31 "//tensorflow/python:platform", 32 "//tensorflow/python:util", 33 "//tensorflow/python/eager:context", 34 "//tensorflow/python/training/saving:saveable_object", [all …]
|
/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/serialization/ |
D | BUILD | 17 "//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 …]
|
/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/optimization/ |
D | BUILD | 20 "//tensorflow/python:client_testlib", 21 "//tensorflow/python:errors", 22 "//tensorflow/python/data/experimental/ops:optimization", 23 "//tensorflow/python/data/kernel_tests:test_base", 24 "//tensorflow/python/data/ops:dataset_ops", 39 "//tensorflow/python:client_testlib", 40 "//tensorflow/python:constant_op", 41 "//tensorflow/python:dtypes", 42 "//tensorflow/python:errors", 43 "//tensorflow/python:math_ops", [all …]
|
/external/tensorflow/tensorflow/python/saved_model/ |
D | BUILD | 34 "//tensorflow/python:util", 42 deps = ["//tensorflow/python:util"], 49 deps = ["//tensorflow/python:util"], 56 deps = ["//tensorflow/python:util"], 70 "//tensorflow/python:framework_for_generated_wrappers", 71 "//tensorflow/python:lib", 72 "//tensorflow/python:platform", 73 "//tensorflow/python:saver", 74 "//tensorflow/python:util", 75 "//tensorflow/python:variables", [all …]
|
/external/tensorflow/tensorflow/python/ops/parallel_for/ |
D | BUILD | 24 "//tensorflow/compiler/tf2xla/python:xla", 25 "//tensorflow/python:array_ops", 26 "//tensorflow/python:check_ops", 27 "//tensorflow/python:constant_op", 28 "//tensorflow/python:control_flow_ops", 29 "//tensorflow/python:data_flow_ops", 30 "//tensorflow/python:dtypes", 31 "//tensorflow/python:framework_ops", 32 "//tensorflow/python:functional_ops", 33 "//tensorflow/python:gradients", [all …]
|
/external/tensorflow/tensorflow/python/data/experimental/benchmarks/ |
D | BUILD | 19 "//tensorflow/python:client_testlib", 20 "//tensorflow/python:math_ops", 21 "//tensorflow/python:session", 22 "//tensorflow/python/data/ops:dataset_ops", 31 "//tensorflow/python:client_testlib", 32 "//tensorflow/python:framework_ops", 33 "//tensorflow/python:math_ops", 34 "//tensorflow/python:session", 35 "//tensorflow/python/data/ops:dataset_ops", 44 "//tensorflow/python:client_testlib", [all …]
|
/external/tensorflow/tensorflow/python/tpu/ |
D | BUILD | 5 load("//tensorflow/python/tpu:tpu.bzl", "tpu_py_test") 37 "//tensorflow/python:client_testlib", 38 "//tensorflow/python:platform", 48 "//tensorflow/python:framework_for_generated_wrappers", 49 "//tensorflow/python:tpu_ops_gen", 58 "//tensorflow/python:array_ops", 59 "//tensorflow/python:control_flow_ops", 60 "//tensorflow/python:framework_for_generated_wrappers", 61 "//tensorflow/python:init_ops", 62 "//tensorflow/python:math_ops", [all …]
|
/external/tensorflow/tensorflow/python/eager/ |
D | BUILD | 3 load("//tensorflow/python/tpu:tpu.bzl", "tpu_py_test") 44 "//tensorflow/python:cpp_python_util", 45 "//tensorflow/python:ndarray_tensor", 46 "//tensorflow/python:ndarray_tensor_bridge", 47 "//tensorflow/python:numpy_lib", 48 "//tensorflow/python:py_seq_tensor", 49 "//tensorflow/python:safe_ptr", 67 "//tensorflow/python:__pkg__", 92 "//tensorflow/python:pywrap_tensorflow", 93 "//tensorflow/python/eager/memory_tests:memory_test_util", [all …]
|
/external/tensorflow/tensorflow/python/data/ops/ |
D | BUILD | 14 "//tensorflow/python:constant_op", 15 "//tensorflow/python:control_flow_ops", 16 "//tensorflow/python:dataset_ops_gen", 17 "//tensorflow/python:dtypes", 18 "//tensorflow/python:experimental_dataset_ops_gen", 19 "//tensorflow/python:framework_ops", 20 "//tensorflow/python:function", 21 "//tensorflow/python:math_ops", 22 "//tensorflow/python:random_seed", 23 "//tensorflow/python:script_ops", [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/distribute/ |
D | BUILD | 23 "//tensorflow/python:client_testlib", 24 "//tensorflow/python/data", 25 "//tensorflow/python/distribute:distribute_coordinator", 26 "//tensorflow/python/distribute:distribute_lib", 27 "//tensorflow/python/distribute:input_lib", 28 "//tensorflow/python/distribute:one_device_strategy", 29 "//tensorflow/python/distribute:reduce_util", 30 "//tensorflow/python/distribute:values", 31 "//tensorflow/python/eager:def_function", 32 "//tensorflow/python/keras:activations", [all …]
|