From: A. Unique TensorFlower Date: Tue, 29 May 2018 18:18:54 +0000 (-0700) Subject: Update ops-related pbtxt files. X-Git-Tag: upstream/v1.9.0_rc1~38^2~4^2~8 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=799b13d16d8229a87422545eedefd79298ac2cf3;p=platform%2Fupstream%2Ftensorflow.git Update ops-related pbtxt files. PiperOrigin-RevId: 198426617 --- diff --git a/tensorflow/core/ops/compat/ops_history.v1.pbtxt b/tensorflow/core/ops/compat/ops_history.v1.pbtxt index e5c568d..1920d0a 100644 --- a/tensorflow/core/ops/compat/ops_history.v1.pbtxt +++ b/tensorflow/core/ops/compat/ops_history.v1.pbtxt @@ -1500,6 +1500,26 @@ op { } } op { + name: "AnonymousIterator" + output_arg { + name: "handle" + type: DT_RESOURCE + } + attr { + name: "output_types" + type: "list(type)" + has_minimum: true + minimum: 1 + } + attr { + name: "output_shapes" + type: "list(shape)" + has_minimum: true + minimum: 1 + } + is_stateful: true +} +op { name: "Any" input_arg { name: "input" diff --git a/tensorflow/core/ops/ops.pbtxt b/tensorflow/core/ops/ops.pbtxt index 62aaedb..d929a5f 100644 --- a/tensorflow/core/ops/ops.pbtxt +++ b/tensorflow/core/ops/ops.pbtxt @@ -650,6 +650,26 @@ op { } } op { + name: "AnonymousIterator" + output_arg { + name: "handle" + type: DT_RESOURCE + } + attr { + name: "output_types" + type: "list(type)" + has_minimum: true + minimum: 1 + } + attr { + name: "output_shapes" + type: "list(shape)" + has_minimum: true + minimum: 1 + } + is_stateful: true +} +op { name: "Any" input_arg { name: "input"