aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools/api
diff options
context:
space:
mode:
authorGravatar Mark Daoust <markdaoust@google.com>2018-09-13 09:47:30 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-09-13 09:51:36 -0700
commit56d4fc8ff67f48294ae5cb0a7f9ff3d954463aa3 (patch)
tree70ef23b6614992758aa3ab525b74e162bfd3f7e5 /tensorflow/tools/api
parent5ae1c93473ae690d4a7b9389b1219179cb2504a3 (diff)
Add a `namedtuple` factory that accepts doc-strings.
PiperOrigin-RevId: 212828094
Diffstat (limited to 'tensorflow/tools/api')
-rw-r--r--tensorflow/tools/api/golden/v1/tensorflow.estimator.-estimator-spec.pbtxt2
-rw-r--r--tensorflow/tools/api/golden/v2/tensorflow.estimator.-estimator-spec.pbtxt2
2 files changed, 2 insertions, 2 deletions
diff --git a/tensorflow/tools/api/golden/v1/tensorflow.estimator.-estimator-spec.pbtxt b/tensorflow/tools/api/golden/v1/tensorflow.estimator.-estimator-spec.pbtxt
index aa6ac46613..37695572c8 100644
--- a/tensorflow/tools/api/golden/v1/tensorflow.estimator.-estimator-spec.pbtxt
+++ b/tensorflow/tools/api/golden/v1/tensorflow.estimator.-estimator-spec.pbtxt
@@ -1,7 +1,7 @@
path: "tensorflow.estimator.EstimatorSpec"
tf_class {
is_instance: "<class \'tensorflow.python.estimator.model_fn.EstimatorSpec\'>"
- is_instance: "<class \'tensorflow.python.estimator.model_fn.EstimatorSpec\'>"
+ is_instance: "<class \'tensorflow.python.util.collections.EstimatorSpec\'>"
is_instance: "<type \'tuple\'>"
member {
name: "eval_metric_ops"
diff --git a/tensorflow/tools/api/golden/v2/tensorflow.estimator.-estimator-spec.pbtxt b/tensorflow/tools/api/golden/v2/tensorflow.estimator.-estimator-spec.pbtxt
index aa6ac46613..37695572c8 100644
--- a/tensorflow/tools/api/golden/v2/tensorflow.estimator.-estimator-spec.pbtxt
+++ b/tensorflow/tools/api/golden/v2/tensorflow.estimator.-estimator-spec.pbtxt
@@ -1,7 +1,7 @@
path: "tensorflow.estimator.EstimatorSpec"
tf_class {
is_instance: "<class \'tensorflow.python.estimator.model_fn.EstimatorSpec\'>"
- is_instance: "<class \'tensorflow.python.estimator.model_fn.EstimatorSpec\'>"
+ is_instance: "<class \'tensorflow.python.util.collections.EstimatorSpec\'>"
is_instance: "<type \'tuple\'>"
member {
name: "eval_metric_ops"