aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/BUILD
diff options
context:
space:
mode:
authorGravatar Allen Lavoie <allenl@google.com>2017-12-13 13:10:04 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-12-13 13:14:10 -0800
commit2971a85370358789fa07a075be5e265e20dd8c34 (patch)
tree14e1c85f82f7faf92fa351444c2523d92ce82956 /tensorflow/BUILD
parentea78050f20f7508537ccd1dee6dd60f0f40829cc (diff)
Prototype for serializing the Checkpointable graph.
Includes protocol buffers which will likely be added to BundleHeaderProto. We'll pass this protocol buffer plus the standard map of variable names to variable objects to the Saver, both of which will then be stored along with the checkpoint. This extra information means that the path we stored to a variable in its checkpoint name can be removed as long as there is another in the checkpointed graph. PiperOrigin-RevId: 178946669
Diffstat (limited to 'tensorflow/BUILD')
-rw-r--r--tensorflow/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/tensorflow/BUILD b/tensorflow/BUILD
index 5a12fd17ed..5167ebe473 100644
--- a/tensorflow/BUILD
+++ b/tensorflow/BUILD
@@ -446,6 +446,7 @@ filegroup(
"//tensorflow/contrib/data/python/ops:all_files",
"//tensorflow/contrib/decision_trees/proto:all_files",
"//tensorflow/contrib/distributions:all_files",
+ "//tensorflow/contrib/eager/proto:all_files",
"//tensorflow/contrib/eager/python:all_files",
"//tensorflow/contrib/estimator:all_files",
"//tensorflow/contrib/factorization:all_files",