aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2016-10-13 15:02:39 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-10-13 16:09:12 -0700
commit168c47171f40a652349debbabc0388cd1fae87d3 (patch)
tree909bc3262ee800271b0225f394118ef16bf1c455
parenta385eabcb1d6d8be54d6c8da9b9c93fcfdb4d6fc (diff)
Update ops-related pbtxt files.
Change: 136098425
-rw-r--r--tensorflow/core/ops/compat/ops_history.v0.pbtxt37
-rw-r--r--tensorflow/core/ops/ops.pbtxt17
2 files changed, 47 insertions, 7 deletions
diff --git a/tensorflow/core/ops/compat/ops_history.v0.pbtxt b/tensorflow/core/ops/compat/ops_history.v0.pbtxt
index ec0e7801b1..1238de51c2 100644
--- a/tensorflow/core/ops/compat/ops_history.v0.pbtxt
+++ b/tensorflow/core/ops/compat/ops_history.v0.pbtxt
@@ -30771,6 +30771,43 @@ op {
}
}
op {
+ name: "TensorSummary"
+ input_arg {
+ name: "tensor"
+ type_attr: "T"
+ }
+ output_arg {
+ name: "summary"
+ type: DT_STRING
+ }
+ attr {
+ name: "T"
+ type: "type"
+ }
+ attr {
+ name: "description"
+ type: "string"
+ default_value {
+ s: ""
+ }
+ }
+ attr {
+ name: "labels"
+ type: "list(string)"
+ default_value {
+ list {
+ }
+ }
+ }
+ attr {
+ name: "display_name"
+ type: "string"
+ default_value {
+ s: ""
+ }
+ }
+}
+op {
name: "TextLineReader"
output_arg {
name: "reader_handle"
diff --git a/tensorflow/core/ops/ops.pbtxt b/tensorflow/core/ops/ops.pbtxt
index c274ba9e6e..04bd409d93 100644
--- a/tensorflow/core/ops/ops.pbtxt
+++ b/tensorflow/core/ops/ops.pbtxt
@@ -18922,17 +18922,12 @@ op {
type: "type"
}
attr {
- name: "display_name"
- type: "string"
- description: "A name to associate with the data series."
- }
- attr {
name: "description"
type: "string"
default_value {
s: ""
}
- description: "An optional long description of the data being output."
+ description: "A json-encoded SummaryDescription proto."
}
attr {
name: "labels"
@@ -18941,7 +18936,15 @@ op {
list {
}
}
- description: "a list of strings used to specify how the data can be interpreted, e.g.\na string tensor containing jpg images should have \'encoding:image/jpg\'; a\nstring tensor with foo protos should have \'encoding:proto/X/Y/foo.proto\';\na numeric tensor containing bounding boxes may have\n\'bounding_box:x1,y1,x2,y2,\'. If the tensor is a part of a group of related\noutputs, that can be encoded through a \'group:$groupName/$roleInGroup\' label.\nLabels may be formatted as \'prefix:value\'. The prefix may be re-used."
+ description: "An unused list of strings."
+ }
+ attr {
+ name: "display_name"
+ type: "string"
+ default_value {
+ s: ""
+ }
+ description: "An unused string."
}
summary: "Outputs a `Summary` protocol buffer with a tensor."
}