Internal Change.
PiperOrigin-RevId: 205280699
This commit is contained in:
parent
f330a1c892
commit
bbe9364b22
@ -28,7 +28,7 @@ py_library(
|
||||
":multi_head",
|
||||
":replicate_model_fn",
|
||||
":rnn",
|
||||
"//tensorflow/python:util",
|
||||
"//tensorflow:tensorflow_py_no_contrib",
|
||||
],
|
||||
)
|
||||
|
||||
@ -54,22 +54,10 @@ py_test(
|
||||
deps = [
|
||||
":baseline",
|
||||
":head",
|
||||
"//tensorflow/python:check_ops",
|
||||
"//tensorflow/python:client_testlib",
|
||||
"//tensorflow/python:control_flow_ops",
|
||||
"//tensorflow/python:dtypes",
|
||||
"//tensorflow/python:framework_ops",
|
||||
"//tensorflow/python:math_ops",
|
||||
"//tensorflow/python:platform",
|
||||
"//tensorflow/python:session",
|
||||
"//tensorflow/python:summary",
|
||||
"//tensorflow/python:training",
|
||||
"//tensorflow/python:variables",
|
||||
"//tensorflow:tensorflow_py_no_contrib",
|
||||
"//tensorflow/python/estimator:export_export",
|
||||
"//tensorflow/python/estimator:metric_keys",
|
||||
"//tensorflow/python/estimator:numpy_io",
|
||||
"//tensorflow/python/feature_column",
|
||||
"//tensorflow/python/ops/losses",
|
||||
"//third_party/py/numpy",
|
||||
"@six_archive//:six",
|
||||
],
|
||||
@ -96,11 +84,8 @@ py_test(
|
||||
],
|
||||
deps = [
|
||||
":boosted_trees",
|
||||
"//tensorflow/python:dtypes",
|
||||
"//tensorflow/python:framework_test_lib",
|
||||
"//tensorflow/python:training",
|
||||
"//tensorflow:tensorflow_py_no_contrib",
|
||||
"//tensorflow/python/estimator:numpy_io",
|
||||
"//tensorflow/python/feature_column",
|
||||
"//third_party/py/numpy",
|
||||
],
|
||||
)
|
||||
@ -110,7 +95,7 @@ py_library(
|
||||
srcs = ["python/estimator/dnn.py"],
|
||||
srcs_version = "PY2AND3",
|
||||
deps = [
|
||||
"//tensorflow/python:nn",
|
||||
"//tensorflow:tensorflow_py_no_contrib",
|
||||
"//tensorflow/python/estimator",
|
||||
"//tensorflow/python/estimator:dnn",
|
||||
],
|
||||
@ -129,16 +114,11 @@ py_test(
|
||||
deps = [
|
||||
":dnn",
|
||||
":head",
|
||||
"//tensorflow/python:client_testlib",
|
||||
"//tensorflow/python:framework_ops",
|
||||
"//tensorflow/python:platform",
|
||||
"//tensorflow/python:summary",
|
||||
"//tensorflow:tensorflow_py_no_contrib",
|
||||
"//tensorflow/python/estimator:dnn_testing_utils",
|
||||
"//tensorflow/python/estimator:export_export",
|
||||
"//tensorflow/python/estimator:numpy_io",
|
||||
"//tensorflow/python/estimator:prediction_keys",
|
||||
"//tensorflow/python/feature_column",
|
||||
"//tensorflow/python/ops/losses",
|
||||
"//third_party/py/numpy",
|
||||
"@six_archive//:six",
|
||||
],
|
||||
@ -149,7 +129,7 @@ py_library(
|
||||
srcs = ["python/estimator/dnn_linear_combined.py"],
|
||||
srcs_version = "PY2AND3",
|
||||
deps = [
|
||||
"//tensorflow/python:nn",
|
||||
"//tensorflow:tensorflow_py_no_contrib",
|
||||
"//tensorflow/python/estimator",
|
||||
"//tensorflow/python/estimator:dnn_linear_combined",
|
||||
],
|
||||
@ -168,18 +148,12 @@ py_test(
|
||||
deps = [
|
||||
":dnn_linear_combined",
|
||||
":head",
|
||||
"//tensorflow/python:client_testlib",
|
||||
"//tensorflow/python:framework_ops",
|
||||
"//tensorflow/python:nn",
|
||||
"//tensorflow/python:platform",
|
||||
"//tensorflow/python:summary",
|
||||
"//tensorflow:tensorflow_py_no_contrib",
|
||||
"//tensorflow/python/estimator:dnn_testing_utils",
|
||||
"//tensorflow/python/estimator:export_export",
|
||||
"//tensorflow/python/estimator:linear_testing_utils",
|
||||
"//tensorflow/python/estimator:numpy_io",
|
||||
"//tensorflow/python/estimator:prediction_keys",
|
||||
"//tensorflow/python/feature_column",
|
||||
"//tensorflow/python/ops/losses",
|
||||
"//third_party/py/numpy",
|
||||
"@six_archive//:six",
|
||||
],
|
||||
@ -192,10 +166,7 @@ py_library(
|
||||
],
|
||||
srcs_version = "PY2AND3",
|
||||
deps = [
|
||||
"//tensorflow/python:clip_ops",
|
||||
"//tensorflow/python:framework_ops",
|
||||
"//tensorflow/python:sparse_tensor",
|
||||
"//tensorflow/python:training",
|
||||
"//tensorflow:tensorflow_py_no_contrib",
|
||||
"//tensorflow/python/estimator",
|
||||
"//tensorflow/python/estimator:model_fn",
|
||||
"//tensorflow/python/estimator:util",
|
||||
@ -211,18 +182,11 @@ py_test(
|
||||
tags = ["notsan"], # b/62863147
|
||||
deps = [
|
||||
":extenders",
|
||||
"//tensorflow:tensorflow_py_no_contrib",
|
||||
"//tensorflow/contrib/data/python/ops:dataset_ops",
|
||||
"//tensorflow/contrib/predictor",
|
||||
"//tensorflow/python:client_testlib",
|
||||
"//tensorflow/python:constant_op",
|
||||
"//tensorflow/python:framework_ops",
|
||||
"//tensorflow/python:metrics",
|
||||
"//tensorflow/python:sparse_tensor",
|
||||
"//tensorflow/python:training",
|
||||
"//tensorflow/python:variables",
|
||||
"//tensorflow/python/estimator:estimator_py",
|
||||
"//tensorflow/python/estimator:linear",
|
||||
"//tensorflow/python/feature_column",
|
||||
"//third_party/py/numpy",
|
||||
],
|
||||
)
|
||||
@ -246,21 +210,11 @@ py_test(
|
||||
tags = ["notsan"], # b/62863147
|
||||
deps = [
|
||||
":export",
|
||||
"//tensorflow/python:array_ops",
|
||||
"//tensorflow/python:client_testlib",
|
||||
"//tensorflow/python:metrics",
|
||||
"//tensorflow/python:parsing_ops",
|
||||
"//tensorflow/python:session",
|
||||
"//tensorflow/python:state_ops",
|
||||
"//tensorflow/python:training",
|
||||
"//tensorflow/python:util",
|
||||
"//tensorflow/python:variables",
|
||||
"//tensorflow:tensorflow_py_no_contrib",
|
||||
"//tensorflow/python/estimator",
|
||||
"//tensorflow/python/estimator:export_export",
|
||||
"//tensorflow/python/estimator:export_output",
|
||||
"//tensorflow/python/estimator:model_fn",
|
||||
"//tensorflow/python/saved_model:loader",
|
||||
"//tensorflow/python/saved_model:tag_constants",
|
||||
],
|
||||
)
|
||||
|
||||
@ -271,25 +225,12 @@ py_library(
|
||||
],
|
||||
srcs_version = "PY2AND3",
|
||||
deps = [
|
||||
"//tensorflow/python:array_ops",
|
||||
"//tensorflow/python:check_ops",
|
||||
"//tensorflow/python:dtypes",
|
||||
"//tensorflow/python:framework_ops",
|
||||
"//tensorflow/python:lookup_ops",
|
||||
"//tensorflow/python:math_ops",
|
||||
"//tensorflow/python:metrics",
|
||||
"//tensorflow/python:nn",
|
||||
"//tensorflow/python:sparse_ops",
|
||||
"//tensorflow/python:sparse_tensor",
|
||||
"//tensorflow/python:summary",
|
||||
"//tensorflow/python:training",
|
||||
"//tensorflow:tensorflow_py_no_contrib",
|
||||
"//tensorflow/python/estimator:export_output",
|
||||
"//tensorflow/python/estimator:head",
|
||||
"//tensorflow/python/estimator:metric_keys",
|
||||
"//tensorflow/python/estimator:model_fn",
|
||||
"//tensorflow/python/estimator:prediction_keys",
|
||||
"//tensorflow/python/ops/losses",
|
||||
"//tensorflow/python/saved_model:signature_constants",
|
||||
],
|
||||
)
|
||||
|
||||
@ -300,25 +241,10 @@ py_test(
|
||||
srcs_version = "PY2AND3",
|
||||
deps = [
|
||||
":head",
|
||||
"//tensorflow/core:protos_all_py",
|
||||
"//tensorflow/python:array_ops",
|
||||
"//tensorflow/python:check_ops",
|
||||
"//tensorflow/python:client_testlib",
|
||||
"//tensorflow/python:constant_op",
|
||||
"//tensorflow/python:control_flow_ops",
|
||||
"//tensorflow/python:dtypes",
|
||||
"//tensorflow/python:errors",
|
||||
"//tensorflow/python:framework_ops",
|
||||
"//tensorflow/python:math_ops",
|
||||
"//tensorflow/python:sparse_tensor",
|
||||
"//tensorflow/python:string_ops",
|
||||
"//tensorflow/python:training",
|
||||
"//tensorflow/python:variables",
|
||||
"//tensorflow:tensorflow_py_no_contrib",
|
||||
"//tensorflow/python/estimator:metric_keys",
|
||||
"//tensorflow/python/estimator:model_fn",
|
||||
"//tensorflow/python/estimator:prediction_keys",
|
||||
"//tensorflow/python/ops/losses",
|
||||
"//tensorflow/python/saved_model:signature_constants",
|
||||
"//third_party/py/numpy",
|
||||
"@six_archive//:six",
|
||||
],
|
||||
@ -331,8 +257,7 @@ py_library(
|
||||
],
|
||||
srcs_version = "PY2AND3",
|
||||
deps = [
|
||||
"//tensorflow/python:framework_ops",
|
||||
"//tensorflow/python:training",
|
||||
"//tensorflow:tensorflow_py_no_contrib",
|
||||
"//tensorflow/python/estimator:estimator_py",
|
||||
],
|
||||
)
|
||||
@ -345,10 +270,7 @@ py_test(
|
||||
tags = ["notsan"],
|
||||
deps = [
|
||||
":hooks",
|
||||
"//tensorflow/python:client_testlib",
|
||||
"//tensorflow/python:framework_ops",
|
||||
"//tensorflow/python:training",
|
||||
"//tensorflow/python/data/ops:dataset_ops",
|
||||
"//tensorflow:tensorflow_py_no_contrib",
|
||||
"//tensorflow/python/estimator:estimator_py",
|
||||
"//third_party/py/numpy",
|
||||
"@six_archive//:six",
|
||||
@ -377,16 +299,11 @@ py_test(
|
||||
deps = [
|
||||
":head",
|
||||
":linear",
|
||||
"//tensorflow/python:client_testlib",
|
||||
"//tensorflow/python:framework_ops",
|
||||
"//tensorflow/python:platform",
|
||||
"//tensorflow/python:summary",
|
||||
"//tensorflow:tensorflow_py_no_contrib",
|
||||
"//tensorflow/python/estimator:export_export",
|
||||
"//tensorflow/python/estimator:linear_testing_utils",
|
||||
"//tensorflow/python/estimator:numpy_io",
|
||||
"//tensorflow/python/estimator:prediction_keys",
|
||||
"//tensorflow/python/feature_column",
|
||||
"//tensorflow/python/ops/losses",
|
||||
"//third_party/py/numpy",
|
||||
"@six_archive//:six",
|
||||
],
|
||||
@ -399,8 +316,7 @@ py_library(
|
||||
],
|
||||
srcs_version = "PY2AND3",
|
||||
deps = [
|
||||
"//tensorflow/python:framework_ops",
|
||||
"//tensorflow/python:util",
|
||||
"//tensorflow:tensorflow_py_no_contrib",
|
||||
"//tensorflow/python/estimator:dnn",
|
||||
"//tensorflow/python/estimator:linear",
|
||||
],
|
||||
@ -413,9 +329,7 @@ py_test(
|
||||
srcs_version = "PY2AND3",
|
||||
deps = [
|
||||
":logit_fns",
|
||||
"//tensorflow/python:client_testlib",
|
||||
"//tensorflow/python:constant_op",
|
||||
"//tensorflow/python:session",
|
||||
"//tensorflow:tensorflow_py_no_contrib",
|
||||
"//tensorflow/python/estimator:model_fn",
|
||||
],
|
||||
)
|
||||
@ -427,18 +341,11 @@ py_library(
|
||||
],
|
||||
srcs_version = "PY2AND3",
|
||||
deps = [
|
||||
"//tensorflow/python:array_ops",
|
||||
"//tensorflow/python:control_flow_ops",
|
||||
"//tensorflow/python:framework_ops",
|
||||
"//tensorflow/python:math_ops",
|
||||
"//tensorflow/python:metrics",
|
||||
"//tensorflow/python:summary",
|
||||
"//tensorflow/python:training",
|
||||
"//tensorflow:tensorflow_py_no_contrib",
|
||||
"//tensorflow/python/estimator:export_output",
|
||||
"//tensorflow/python/estimator:head",
|
||||
"//tensorflow/python/estimator:metric_keys",
|
||||
"//tensorflow/python/estimator:model_fn",
|
||||
"//tensorflow/python/saved_model:signature_constants",
|
||||
"@six_archive//:six",
|
||||
],
|
||||
)
|
||||
@ -451,15 +358,10 @@ py_test(
|
||||
deps = [
|
||||
":head",
|
||||
":multi_head",
|
||||
"//tensorflow/core:protos_all_py",
|
||||
"//tensorflow/python:client_testlib",
|
||||
"//tensorflow/python:constant_op",
|
||||
"//tensorflow/python:framework_ops",
|
||||
"//tensorflow/python:string_ops",
|
||||
"//tensorflow:tensorflow_py_no_contrib",
|
||||
"//tensorflow/python/estimator:metric_keys",
|
||||
"//tensorflow/python/estimator:model_fn",
|
||||
"//tensorflow/python/estimator:prediction_keys",
|
||||
"//tensorflow/python/saved_model:signature_constants",
|
||||
"//third_party/py/numpy",
|
||||
"@six_archive//:six",
|
||||
],
|
||||
@ -472,24 +374,10 @@ py_library(
|
||||
],
|
||||
srcs_version = "PY2AND3",
|
||||
deps = [
|
||||
"//tensorflow/core:protos_all_py",
|
||||
"//tensorflow/python:array_ops",
|
||||
"//tensorflow/python:control_flow_ops",
|
||||
"//tensorflow/python:device",
|
||||
"//tensorflow/python:device_lib",
|
||||
"//tensorflow/python:framework_ops",
|
||||
"//tensorflow/python:math_ops",
|
||||
"//tensorflow/python:platform",
|
||||
"//tensorflow/python:sparse_ops",
|
||||
"//tensorflow/python:sparse_tensor",
|
||||
"//tensorflow/python:state_ops",
|
||||
"//tensorflow/python:training",
|
||||
"//tensorflow/python:util",
|
||||
"//tensorflow/python:variable_scope",
|
||||
"//tensorflow:tensorflow_py_no_contrib",
|
||||
"//tensorflow/python/estimator:export_output",
|
||||
"//tensorflow/python/estimator:model_fn",
|
||||
"//tensorflow/python/estimator:util",
|
||||
"//tensorflow/python/ops/losses",
|
||||
"@six_archive//:six",
|
||||
],
|
||||
)
|
||||
@ -500,6 +388,7 @@ cuda_py_test(
|
||||
srcs = ["python/estimator/replicate_model_fn_test.py"],
|
||||
additional_deps = [
|
||||
"@absl_py//absl/testing:parameterized",
|
||||
"//tensorflow:tensorflow_py_no_contrib",
|
||||
"//tensorflow/python/estimator",
|
||||
"//tensorflow/python/estimator:dnn",
|
||||
"//tensorflow/python/estimator:export_export",
|
||||
@ -508,21 +397,6 @@ cuda_py_test(
|
||||
"//tensorflow/python/estimator:numpy_io",
|
||||
"//tensorflow/python/estimator:optimizers",
|
||||
"//tensorflow/python/estimator:prediction_keys",
|
||||
"//tensorflow/python/feature_column",
|
||||
"//tensorflow/python/ops/losses",
|
||||
"//tensorflow/python/saved_model:signature_constants",
|
||||
"//tensorflow/python:array_ops",
|
||||
"//tensorflow/python:client_testlib",
|
||||
"//tensorflow/python:control_flow_ops",
|
||||
"//tensorflow/python:framework_for_generated_wrappers",
|
||||
"//tensorflow/python:framework_test_lib",
|
||||
"//tensorflow/python:math_ops",
|
||||
"//tensorflow/python:metrics",
|
||||
"//tensorflow/python:platform",
|
||||
"//tensorflow/python:summary",
|
||||
"//tensorflow/python:training",
|
||||
"//tensorflow/python:variable_scope",
|
||||
"//tensorflow/python:variables",
|
||||
":replicate_model_fn",
|
||||
],
|
||||
tags = [
|
||||
@ -538,22 +412,11 @@ py_library(
|
||||
srcs_version = "PY2AND3",
|
||||
deps = [
|
||||
":extenders",
|
||||
"//tensorflow:tensorflow_py_no_contrib",
|
||||
"//tensorflow/contrib/feature_column:feature_column_py",
|
||||
"//tensorflow/python:array_ops",
|
||||
"//tensorflow/python:check_ops",
|
||||
"//tensorflow/python:framework_ops",
|
||||
"//tensorflow/python:init_ops",
|
||||
"//tensorflow/python:layers",
|
||||
"//tensorflow/python:partitioned_variables",
|
||||
"//tensorflow/python:rnn",
|
||||
"//tensorflow/python:rnn_cell",
|
||||
"//tensorflow/python:summary",
|
||||
"//tensorflow/python:training",
|
||||
"//tensorflow/python:variable_scope",
|
||||
"//tensorflow/python/estimator",
|
||||
"//tensorflow/python/estimator:head",
|
||||
"//tensorflow/python/estimator:optimizers",
|
||||
"//tensorflow/python/feature_column",
|
||||
"@six_archive//:six",
|
||||
],
|
||||
)
|
||||
@ -572,21 +435,10 @@ py_test(
|
||||
deps = [
|
||||
":head",
|
||||
":rnn",
|
||||
"//tensorflow:tensorflow_py_no_contrib",
|
||||
"//tensorflow/contrib/data",
|
||||
"//tensorflow/core:protos_all_py",
|
||||
"//tensorflow/python:check_ops",
|
||||
"//tensorflow/python:client_testlib",
|
||||
"//tensorflow/python:dtypes",
|
||||
"//tensorflow/python:framework_ops",
|
||||
"//tensorflow/python:lib",
|
||||
"//tensorflow/python:math_ops",
|
||||
"//tensorflow/python:state_ops",
|
||||
"//tensorflow/python:summary",
|
||||
"//tensorflow/python:training",
|
||||
"//tensorflow/python:variables",
|
||||
"//tensorflow/python/estimator:numpy_io",
|
||||
"//tensorflow/python/estimator:parsing_utils",
|
||||
"//tensorflow/python/feature_column",
|
||||
"//third_party/py/numpy",
|
||||
"@six_archive//:six",
|
||||
],
|
||||
@ -597,13 +449,7 @@ py_library(
|
||||
srcs = ["python/estimator/early_stopping.py"],
|
||||
srcs_version = "PY2AND3",
|
||||
deps = [
|
||||
"//tensorflow/python:dtypes",
|
||||
"//tensorflow/python:framework_ops",
|
||||
"//tensorflow/python:init_ops",
|
||||
"//tensorflow/python:platform",
|
||||
"//tensorflow/python:state_ops",
|
||||
"//tensorflow/python:summary",
|
||||
"//tensorflow/python:training",
|
||||
"//tensorflow:tensorflow_py_no_contrib",
|
||||
"//tensorflow/python/estimator",
|
||||
],
|
||||
)
|
||||
@ -614,7 +460,7 @@ py_test(
|
||||
srcs_version = "PY2AND3",
|
||||
deps = [
|
||||
":early_stopping",
|
||||
"//tensorflow/python:client_testlib",
|
||||
"//tensorflow:tensorflow_py_no_contrib",
|
||||
"//tensorflow/python/estimator",
|
||||
"@absl_py//absl/testing:parameterized",
|
||||
],
|
||||
|
@ -40,9 +40,9 @@ py_library(
|
||||
srcs_version = "PY2AND3",
|
||||
deps = [
|
||||
":gc",
|
||||
":metric_keys",
|
||||
":util",
|
||||
"//tensorflow:tensorflow_py_no_contrib",
|
||||
"//tensorflow/python/estimator:metric_keys",
|
||||
"//tensorflow/python/estimator:util",
|
||||
],
|
||||
)
|
||||
|
||||
@ -683,9 +683,9 @@ py_test(
|
||||
],
|
||||
deps = [
|
||||
":keras",
|
||||
":numpy_io",
|
||||
":run_config",
|
||||
"//tensorflow:tensorflow_py_no_contrib",
|
||||
"//tensorflow/python/estimator:numpy_io",
|
||||
"//tensorflow/python/estimator:run_config",
|
||||
"//third_party/py/numpy",
|
||||
],
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user