From 95b857d721cc79704301a2a9caafb9aa28d13e09 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Tue, 19 Mar 2019 09:30:52 -0700 Subject: [PATCH] Update ops-related pbtxt files. PiperOrigin-RevId: 239206973 --- .../core/ops/compat/ops_history.v1.pbtxt | 35 +++++++++++++++++++ tensorflow/core/ops/ops.pbtxt | 8 +++++ 2 files changed, 43 insertions(+) diff --git a/tensorflow/core/ops/compat/ops_history.v1.pbtxt b/tensorflow/core/ops/compat/ops_history.v1.pbtxt index 994ac4b0e8f..3c07aa5bf4f 100644 --- a/tensorflow/core/ops/compat/ops_history.v1.pbtxt +++ b/tensorflow/core/ops/compat/ops_history.v1.pbtxt @@ -42632,6 +42632,41 @@ op { minimum: 1 } } +op { + name: "OptimizeDataset" + input_arg { + name: "input_dataset" + type: DT_VARIANT + } + input_arg { + name: "optimizations" + type: DT_STRING + } + output_arg { + name: "handle" + type: DT_VARIANT + } + attr { + name: "output_types" + type: "list(type)" + has_minimum: true + minimum: 1 + } + attr { + name: "output_shapes" + type: "list(shape)" + has_minimum: true + minimum: 1 + } + attr { + name: "optimization_configs" + type: "list(string)" + default_value { + list { + } + } + } +} op { name: "OptionalFromValue" input_arg { diff --git a/tensorflow/core/ops/ops.pbtxt b/tensorflow/core/ops/ops.pbtxt index c72da53ff9c..03fdb1bf592 100644 --- a/tensorflow/core/ops/ops.pbtxt +++ b/tensorflow/core/ops/ops.pbtxt @@ -21236,6 +21236,14 @@ op { has_minimum: true minimum: 1 } + attr { + name: "optimization_configs" + type: "list(string)" + default_value { + list { + } + } + } } op { name: "OptionalFromValue"