aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2016-07-19 13:32:39 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-07-19 15:09:56 -0700
commitc484f058d858f4162ef8eb2a935ddd688097bf28 (patch)
tree84e674dfabca9ca599860d70ac450a0b8c7144b2
parent3daf61b1cd02256aaa031cc34d883f2c0133b3ee (diff)
Update ops-related pbtxt files.
Change: 127874683
-rw-r--r--tensorflow/core/ops/compat/ops_history.v0.pbtxt34
-rw-r--r--tensorflow/core/ops/ops.pbtxt39
2 files changed, 73 insertions, 0 deletions
diff --git a/tensorflow/core/ops/compat/ops_history.v0.pbtxt b/tensorflow/core/ops/compat/ops_history.v0.pbtxt
index be15bc67e9..c008b33be5 100644
--- a/tensorflow/core/ops/compat/ops_history.v0.pbtxt
+++ b/tensorflow/core/ops/compat/ops_history.v0.pbtxt
@@ -25198,6 +25198,40 @@ 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: "display_name"
+ type: "string"
+ }
+ attr {
+ name: "description"
+ type: "string"
+ default_value {
+ s: ""
+ }
+ }
+ attr {
+ name: "labels"
+ type: "list(string)"
+ default_value {
+ list {
+ }
+ }
+ }
+}
+op {
name: "TextLineReader"
output_arg {
name: "reader_handle"
diff --git a/tensorflow/core/ops/ops.pbtxt b/tensorflow/core/ops/ops.pbtxt
index bcaf7c99c0..c0819b69ab 100644
--- a/tensorflow/core/ops/ops.pbtxt
+++ b/tensorflow/core/ops/ops.pbtxt
@@ -15306,6 +15306,45 @@ op {
summary: "Push an element onto the tensor_array."
}
op {
+ name: "TensorSummary"
+ input_arg {
+ name: "tensor"
+ description: "A tensor to serialize."
+ type_attr: "T"
+ }
+ output_arg {
+ name: "summary"
+ type: DT_STRING
+ }
+ attr {
+ name: "T"
+ 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."
+ }
+ attr {
+ name: "labels"
+ type: "list(string)"
+ default_value {
+ 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."
+ }
+ summary: "Outputs a `Summary` protocol buffer with a tensor."
+}
+op {
name: "TextLineReader"
output_arg {
name: "reader_handle"