aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/examples/skflow/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/examples/skflow/BUILD')
-rw-r--r--tensorflow/examples/skflow/BUILD4
1 files changed, 4 insertions, 0 deletions
diff --git a/tensorflow/examples/skflow/BUILD b/tensorflow/examples/skflow/BUILD
index 5d6eae8745..7cac13df98 100644
--- a/tensorflow/examples/skflow/BUILD
+++ b/tensorflow/examples/skflow/BUILD
@@ -231,7 +231,11 @@ sh_test(
data = [
":boston",
":iris",
+ ":iris_custom_decay_dnn",
":iris_custom_model",
+ ":iris_run_config",
+ ":iris_val_based_early_stopping",
+ ":iris_with_pipeline",
":text_classification",
":text_classification_builtin_rnn_model",
":text_classification_character_cnn",