From e224bfeabb88363a1a3f825887147d7bca850f53 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Wed, 22 Apr 2020 14:08:29 -0700 Subject: [PATCH] Update ops-related pbtxt files. PiperOrigin-RevId: 307895094 Change-Id: Ia559db0e70dbac818b1fb21a15c1000234297255 --- .../ops/compat/ops_history_v2/Maximum.pbtxt | 31 +++++++++++++++++++ .../ops/compat/ops_history_v2/Minimum.pbtxt | 31 +++++++++++++++++++ tensorflow/core/ops/ops.pbtxt | 2 ++ 3 files changed, 64 insertions(+) diff --git a/tensorflow/core/ops/compat/ops_history_v2/Maximum.pbtxt b/tensorflow/core/ops/compat/ops_history_v2/Maximum.pbtxt index 47625b44f56..f0ac23bce83 100644 --- a/tensorflow/core/ops/compat/ops_history_v2/Maximum.pbtxt +++ b/tensorflow/core/ops/compat/ops_history_v2/Maximum.pbtxt @@ -146,3 +146,34 @@ op { } } } +op { + name: "Maximum" + input_arg { + name: "x" + type_attr: "T" + } + input_arg { + name: "y" + type_attr: "T" + } + output_arg { + name: "z" + type_attr: "T" + } + attr { + name: "T" + type: "type" + allowed_values { + list { + type: DT_BFLOAT16 + type: DT_HALF + type: DT_FLOAT + type: DT_DOUBLE + type: DT_UINT8 + type: DT_INT16 + type: DT_INT32 + type: DT_INT64 + } + } + } +} diff --git a/tensorflow/core/ops/compat/ops_history_v2/Minimum.pbtxt b/tensorflow/core/ops/compat/ops_history_v2/Minimum.pbtxt index 7b33bf7d76d..5920b630137 100644 --- a/tensorflow/core/ops/compat/ops_history_v2/Minimum.pbtxt +++ b/tensorflow/core/ops/compat/ops_history_v2/Minimum.pbtxt @@ -146,3 +146,34 @@ op { } } } +op { + name: "Minimum" + input_arg { + name: "x" + type_attr: "T" + } + input_arg { + name: "y" + type_attr: "T" + } + output_arg { + name: "z" + type_attr: "T" + } + attr { + name: "T" + type: "type" + allowed_values { + list { + type: DT_BFLOAT16 + type: DT_HALF + type: DT_FLOAT + type: DT_DOUBLE + type: DT_UINT8 + type: DT_INT16 + type: DT_INT32 + type: DT_INT64 + } + } + } +} diff --git a/tensorflow/core/ops/ops.pbtxt b/tensorflow/core/ops/ops.pbtxt index ebd8cf9b447..f22ed378296 100644 --- a/tensorflow/core/ops/ops.pbtxt +++ b/tensorflow/core/ops/ops.pbtxt @@ -23731,6 +23731,7 @@ op { type: DT_HALF type: DT_FLOAT type: DT_DOUBLE + type: DT_UINT8 type: DT_INT16 type: DT_INT32 type: DT_INT64 @@ -23987,6 +23988,7 @@ op { type: DT_HALF type: DT_FLOAT type: DT_DOUBLE + type: DT_UINT8 type: DT_INT16 type: DT_INT32 type: DT_INT64