aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2017-07-13 18:20:44 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-07-13 18:28:52 -0700
commit642acfbaefb52da127845825df977b77be34d358 (patch)
tree51c2c1eed9a5fab5da9a676f57e5a1ea09d3b84f
parent060b61ced1e81f8393ff0f5a66794114abcfd3b9 (diff)
Update ops-related pbtxt files.
PiperOrigin-RevId: 161896495
-rw-r--r--tensorflow/core/ops/compat/ops_history.v1.pbtxt16
1 files changed, 16 insertions, 0 deletions
diff --git a/tensorflow/core/ops/compat/ops_history.v1.pbtxt b/tensorflow/core/ops/compat/ops_history.v1.pbtxt
index 2087679e2e..51f15ba615 100644
--- a/tensorflow/core/ops/compat/ops_history.v1.pbtxt
+++ b/tensorflow/core/ops/compat/ops_history.v1.pbtxt
@@ -29365,6 +29365,22 @@ op {
is_stateful: true
}
op {
+ name: "TextLineDataset"
+ input_arg {
+ name: "filenames"
+ type: DT_STRING
+ }
+ input_arg {
+ name: "compression_type"
+ type: DT_STRING
+ }
+ output_arg {
+ name: "handle"
+ type: DT_RESOURCE
+ }
+ is_stateful: true
+}
+op {
name: "TextLineReader"
output_arg {
name: "reader_handle"