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-05 14:05:45 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-04-05 15:29:34 -0700
commit06c622b321e7b2ebf12cb1c208649efacab71166 (patch)
treedb53ccefd80e3abe672044fc1d08aa47fbfcff6d /tensorflow/tools/api/golden/tensorflow.estimator.export.-classification-output.pbtxt
parentc76241258a566b82ac3cdd57fdfaab353d89b8f1 (diff)
API backwards compatibility tests.
Change: 152310869
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"
+ }
+}