aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2017-11-02 16:06:59 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-11-02 16:10:42 -0700
commitbae9ee3da5117d980677451b174115f750220408 (patch)
tree3b9deb0e348c7ec0ef35d4afc6c94567b1fc980f
parentb7e59ae74ac189df78ec2222694796cb6791d63c (diff)
Update ops-related pbtxt files.
PiperOrigin-RevId: 174395297
-rw-r--r--tensorflow/core/ops/compat/ops_history.v1.pbtxt51
-rw-r--r--tensorflow/core/ops/ops.pbtxt1
2 files changed, 52 insertions, 0 deletions
diff --git a/tensorflow/core/ops/compat/ops_history.v1.pbtxt b/tensorflow/core/ops/compat/ops_history.v1.pbtxt
index 7c338c606f..382812be18 100644
--- a/tensorflow/core/ops/compat/ops_history.v1.pbtxt
+++ b/tensorflow/core/ops/compat/ops_history.v1.pbtxt
@@ -8961,6 +8961,57 @@ op {
}
}
op {
+ name: "DecodeCSV"
+ input_arg {
+ name: "records"
+ type: DT_STRING
+ }
+ input_arg {
+ name: "record_defaults"
+ type_list_attr: "OUT_TYPE"
+ }
+ output_arg {
+ name: "output"
+ type_list_attr: "OUT_TYPE"
+ }
+ attr {
+ name: "OUT_TYPE"
+ type: "list(type)"
+ has_minimum: true
+ minimum: 1
+ allowed_values {
+ list {
+ type: DT_FLOAT
+ type: DT_DOUBLE
+ type: DT_INT32
+ type: DT_INT64
+ type: DT_STRING
+ }
+ }
+ }
+ attr {
+ name: "field_delim"
+ type: "string"
+ default_value {
+ s: ","
+ }
+ }
+ attr {
+ name: "use_quote_delim"
+ type: "bool"
+ default_value {
+ b: true
+ }
+ }
+ attr {
+ name: "na_value"
+ type: "string"
+ default_value {
+ s: ""
+ }
+ }
+}
+op {
name: "DecodeGif"
input_arg {
name: "contents"
diff --git a/tensorflow/core/ops/ops.pbtxt b/tensorflow/core/ops/ops.pbtxt
index 30182b6683..4e0d3107fd 100644
--- a/tensorflow/core/ops/ops.pbtxt
+++ b/tensorflow/core/ops/ops.pbtxt
@@ -6412,6 +6412,7 @@ op {
allowed_values {
list {
type: DT_FLOAT
+ type: DT_DOUBLE
type: DT_INT32
type: DT_INT64
type: DT_STRING