aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools/api/golden/tensorflow.estimator.export.-classification-output.pbtxt
diff options
context:
space:
mode:
authorGravatar Gunhan Gulsoy <gunan@google.com>2017-04-09 20:20:25 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-04-09 21:30:21 -0700
commitcc97ef9c360082ba68b86328c8921e479b494b73 (patch)
tree3116a83a837222492cbdf6136fcec45370f59784 /tensorflow/tools/api/golden/tensorflow.estimator.export.-classification-output.pbtxt
parenta61cff67c783101b5b48ba56fd6d12ca5ae10ccb (diff)
Automated rollback of change 152528732
Change: 152652473
Diffstat (limited to 'tensorflow/tools/api/golden/tensorflow.estimator.export.-classification-output.pbtxt')
-rw-r--r--tensorflow/tools/api/golden/tensorflow.estimator.export.-classification-output.pbtxt22
1 files changed, 22 insertions, 0 deletions
diff --git a/tensorflow/tools/api/golden/tensorflow.estimator.export.-classification-output.pbtxt b/tensorflow/tools/api/golden/tensorflow.estimator.export.-classification-output.pbtxt
new file mode 100644
index 0000000000..2df1840c4a
--- /dev/null
+++ b/tensorflow/tools/api/golden/tensorflow.estimator.export.-classification-output.pbtxt
@@ -0,0 +1,22 @@
+path: "tensorflow.estimator.export.ClassificationOutput"
+tf_class {
+ is_instance: "<class \'tensorflow.python.estimator.export.export_output.ClassificationOutput\'>"
+ is_instance: "<class \'tensorflow.python.estimator.export.export_output.ExportOutput\'>"
+ is_instance: "<type \'object\'>"
+ member {
+ name: "classes"
+ mtype: "<type \'property\'>"
+ }
+ member {
+ name: "scores"
+ mtype: "<type \'property\'>"
+ }
+ member_method {
+ name: "__init__"
+ argspec: "args=[\'self\', \'scores\', \'classes\'], varargs=None, keywords=None, defaults=[\'None\', \'None\'], "
+ }
+ member_method {
+ name: "as_signature_def"
+ argspec: "args=[\'self\', \'receiver_tensors\'], varargs=None, keywords=None, defaults=None"
+ }
+}