aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <nobody@tensorflow.org>2016-05-24 08:17:26 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-05-24 09:25:25 -0700
commit95da19d8cebc095c381ef1377e4e2aa088c06d64 (patch)
treea205bfa2d2b54eb11d1b9ff87b6004f7a1c4456c
parent48b52d88a419d26beb9ee5cb3c19dba61c68cc3b (diff)
Update ops-related pbtxt files.
Change: 123112375
-rw-r--r--tensorflow/core/ops/compat/ops_history.v0.pbtxt56
-rw-r--r--tensorflow/core/ops/ops.pbtxt1
2 files changed, 57 insertions, 0 deletions
diff --git a/tensorflow/core/ops/compat/ops_history.v0.pbtxt b/tensorflow/core/ops/compat/ops_history.v0.pbtxt
index d36048d619..41f05a0e96 100644
--- a/tensorflow/core/ops/compat/ops_history.v0.pbtxt
+++ b/tensorflow/core/ops/compat/ops_history.v0.pbtxt
@@ -9310,6 +9310,62 @@ op {
}
}
op {
+ name: "ImageSummary"
+ input_arg {
+ name: "tag"
+ type: DT_STRING
+ }
+ input_arg {
+ name: "tensor"
+ type_attr: "T"
+ }
+ output_arg {
+ name: "summary"
+ type: DT_STRING
+ }
+ attr {
+ name: "max_images"
+ type: "int"
+ default_value {
+ i: 3
+ }
+ has_minimum: true
+ minimum: 1
+ }
+ attr {
+ name: "T"
+ type: "type"
+ default_value {
+ type: DT_FLOAT
+ }
+ allowed_values {
+ list {
+ type: DT_UINT8
+ type: DT_FLOAT
+ type: DT_HALF
+ }
+ }
+ }
+ attr {
+ name: "bad_color"
+ type: "tensor"
+ default_value {
+ tensor {
+ dtype: DT_UINT8
+ tensor_shape {
+ dim {
+ size: 4
+ }
+ }
+ int_val: 255
+ int_val: 0
+ int_val: 0
+ int_val: 255
+ }
+ }
+ }
+}
+op {
name: "ImmutableConst"
output_arg {
name: "tensor"
diff --git a/tensorflow/core/ops/ops.pbtxt b/tensorflow/core/ops/ops.pbtxt
index 9df2d0caef..4291a5d6cd 100644
--- a/tensorflow/core/ops/ops.pbtxt
+++ b/tensorflow/core/ops/ops.pbtxt
@@ -5132,6 +5132,7 @@ op {
list {
type: DT_UINT8
type: DT_FLOAT
+ type: DT_HALF
}
}
}