From 0148382b206bdf3ea0a1cdf6aadf4bdd818848cf Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Fri, 14 Feb 2020 18:18:08 -0800 Subject: [PATCH] Update ops-related pbtxt files. PiperOrigin-RevId: 295268145 Change-Id: I2927cd5ec61b7a2f047072fd56f60456e966d3d9 --- .../LegacyParallelInterleaveDatasetV2.pbtxt | 59 +++++++++++++++++++ tensorflow/core/ops/ops.pbtxt | 59 +++++++++++++++++++ 2 files changed, 118 insertions(+) create mode 100644 tensorflow/core/ops/compat/ops_history_v1/LegacyParallelInterleaveDatasetV2.pbtxt diff --git a/tensorflow/core/ops/compat/ops_history_v1/LegacyParallelInterleaveDatasetV2.pbtxt b/tensorflow/core/ops/compat/ops_history_v1/LegacyParallelInterleaveDatasetV2.pbtxt new file mode 100644 index 00000000000..cd393ffa43c --- /dev/null +++ b/tensorflow/core/ops/compat/ops_history_v1/LegacyParallelInterleaveDatasetV2.pbtxt @@ -0,0 +1,59 @@ +op { + name: "LegacyParallelInterleaveDatasetV2" + input_arg { + name: "input_dataset" + type: DT_VARIANT + } + input_arg { + name: "other_arguments" + type_list_attr: "Targuments" + } + input_arg { + name: "cycle_length" + type: DT_INT64 + } + input_arg { + name: "block_length" + type: DT_INT64 + } + input_arg { + name: "buffer_output_elements" + type: DT_INT64 + } + input_arg { + name: "prefetch_input_elements" + type: DT_INT64 + } + output_arg { + name: "handle" + type: DT_VARIANT + } + attr { + name: "f" + type: "func" + } + attr { + name: "deterministic" + type: "string" + default_value { + s: "default" + } + } + attr { + name: "Targuments" + type: "list(type)" + has_minimum: true + } + attr { + name: "output_types" + type: "list(type)" + has_minimum: true + minimum: 1 + } + attr { + name: "output_shapes" + type: "list(shape)" + has_minimum: true + minimum: 1 + } +} diff --git a/tensorflow/core/ops/ops.pbtxt b/tensorflow/core/ops/ops.pbtxt index 7459881f173..4ef4207adcc 100644 --- a/tensorflow/core/ops/ops.pbtxt +++ b/tensorflow/core/ops/ops.pbtxt @@ -19610,6 +19610,65 @@ op { } } } +op { + name: "LegacyParallelInterleaveDatasetV2" + input_arg { + name: "input_dataset" + type: DT_VARIANT + } + input_arg { + name: "other_arguments" + type_list_attr: "Targuments" + } + input_arg { + name: "cycle_length" + type: DT_INT64 + } + input_arg { + name: "block_length" + type: DT_INT64 + } + input_arg { + name: "buffer_output_elements" + type: DT_INT64 + } + input_arg { + name: "prefetch_input_elements" + type: DT_INT64 + } + output_arg { + name: "handle" + type: DT_VARIANT + } + attr { + name: "f" + type: "func" + } + attr { + name: "deterministic" + type: "string" + default_value { + s: "default" + } + } + attr { + name: "Targuments" + type: "list(type)" + has_minimum: true + } + attr { + name: "output_types" + type: "list(type)" + has_minimum: true + minimum: 1 + } + attr { + name: "output_shapes" + type: "list(shape)" + has_minimum: true + minimum: 1 + } +} op { name: "Less" input_arg {