aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools/api/golden/v1/tensorflow.errors.-unauthenticated-error.pbtxt
diff options
context:
space:
mode:
authorGravatar shaohua zhang <opencici2006@163.com>2018-08-21 14:57:16 +0800
committerGravatar GitHub <noreply@github.com>2018-08-21 14:57:16 +0800
commitc74bfd040c7212a3016a546cd140d5be18d7b347 (patch)
tree6ea2fe40331f5d4fe8697c6f884547ac9f987ff2 /tensorflow/tools/api/golden/v1/tensorflow.errors.-unauthenticated-error.pbtxt
parentaba7fcaf87f8d4099212db2e3bffad1dbab168a2 (diff)
parenteaef34c40f2acba3e47b3d630325633a5391d36a (diff)
Merge branch 'master' into shaohua/fix_gcc6.3_build_link_issue
Diffstat (limited to 'tensorflow/tools/api/golden/v1/tensorflow.errors.-unauthenticated-error.pbtxt')
-rw-r--r--tensorflow/tools/api/golden/v1/tensorflow.errors.-unauthenticated-error.pbtxt30
1 files changed, 30 insertions, 0 deletions
diff --git a/tensorflow/tools/api/golden/v1/tensorflow.errors.-unauthenticated-error.pbtxt b/tensorflow/tools/api/golden/v1/tensorflow.errors.-unauthenticated-error.pbtxt
new file mode 100644
index 0000000000..d57d7ac2f2
--- /dev/null
+++ b/tensorflow/tools/api/golden/v1/tensorflow.errors.-unauthenticated-error.pbtxt
@@ -0,0 +1,30 @@
+path: "tensorflow.errors.UnauthenticatedError"
+tf_class {
+ is_instance: "<class \'tensorflow.python.framework.errors_impl.UnauthenticatedError\'>"
+ is_instance: "<class \'tensorflow.python.framework.errors_impl.OpError\'>"
+ is_instance: "<type \'exceptions.Exception\'>"
+ member {
+ name: "args"
+ mtype: "<type \'getset_descriptor\'>"
+ }
+ member {
+ name: "error_code"
+ mtype: "<type \'property\'>"
+ }
+ member {
+ name: "message"
+ mtype: "<type \'property\'>"
+ }
+ member {
+ name: "node_def"
+ mtype: "<type \'property\'>"
+ }
+ member {
+ name: "op"
+ mtype: "<type \'property\'>"
+ }
+ member_method {
+ name: "__init__"
+ argspec: "args=[\'self\', \'node_def\', \'op\', \'message\'], varargs=None, keywords=None, defaults=None"
+ }
+}