aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools/api/golden/tensorflow.estimator.-estimator-spec.pbtxt
diff options
context:
space:
mode:
authorGravatar Jianwei Xie <xiejw@google.com>2017-07-15 10:22:18 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-07-15 10:25:55 -0700
commit21cef14a63c3d76204a52bba55330bba3b7ab88d (patch)
tree26e438a04ce65b33ada4848153a9d61f0b6fc335 /tensorflow/tools/api/golden/tensorflow.estimator.-estimator-spec.pbtxt
parent35b606b976de752ee822ace4e290e253bb9482ac (diff)
Adds evaluation_hooks in EstimatorSpec.
PiperOrigin-RevId: 162078550
Diffstat (limited to 'tensorflow/tools/api/golden/tensorflow.estimator.-estimator-spec.pbtxt')
-rw-r--r--tensorflow/tools/api/golden/tensorflow.estimator.-estimator-spec.pbtxt4
1 files changed, 4 insertions, 0 deletions
diff --git a/tensorflow/tools/api/golden/tensorflow.estimator.-estimator-spec.pbtxt b/tensorflow/tools/api/golden/tensorflow.estimator.-estimator-spec.pbtxt
index 5dbfe21726..6608d21d44 100644
--- a/tensorflow/tools/api/golden/tensorflow.estimator.-estimator-spec.pbtxt
+++ b/tensorflow/tools/api/golden/tensorflow.estimator.-estimator-spec.pbtxt
@@ -8,6 +8,10 @@ tf_class {
mtype: "<type \'property\'>"
}
member {
+ name: "evaluation_hooks"
+ mtype: "<type \'property\'>"
+ }
+ member {
name: "export_outputs"
mtype: "<type \'property\'>"
}