From bae9ee3da5117d980677451b174115f750220408 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Thu, 2 Nov 2017 16:06:59 -0700 Subject: Update ops-related pbtxt files. PiperOrigin-RevId: 174395297 --- tensorflow/core/ops/compat/ops_history.v1.pbtxt | 51 +++++++++++++++++++++++++ tensorflow/core/ops/ops.pbtxt | 1 + 2 files changed, 52 insertions(+) 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 @@ -8960,6 +8960,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 { 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 -- cgit v1.2.3