From 30e91ab40f3a3548142a747050c29f8415bd9301 Mon Sep 17 00:00:00 2001 From: Haitang Hu Date: Wed, 11 Mar 2020 09:09:01 -0700 Subject: [PATCH] Update ops-related pbtxt files. PiperOrigin-RevId: 300337607 Change-Id: Ia2d64a67356c80694c40278bd6bfcf06ceb4c5f0 --- .../ImageProjectiveTransformV2.pbtxt | 44 ------------------- tensorflow/core/ops/ops.pbtxt | 7 --- 2 files changed, 51 deletions(-) diff --git a/tensorflow/core/ops/compat/ops_history_v1/ImageProjectiveTransformV2.pbtxt b/tensorflow/core/ops/compat/ops_history_v1/ImageProjectiveTransformV2.pbtxt index a0c6a8aa855..a662e58174e 100644 --- a/tensorflow/core/ops/compat/ops_history_v1/ImageProjectiveTransformV2.pbtxt +++ b/tensorflow/core/ops/compat/ops_history_v1/ImageProjectiveTransformV2.pbtxt @@ -35,47 +35,3 @@ op { type: "string" } } -op { - name: "ImageProjectiveTransformV2" - input_arg { - name: "images" - type_attr: "dtype" - } - input_arg { - name: "transforms" - type: DT_FLOAT - } - input_arg { - name: "output_shape" - type: DT_INT32 - } - output_arg { - name: "transformed_images" - type_attr: "dtype" - } - attr { - name: "dtype" - type: "type" - allowed_values { - list { - type: DT_UINT8 - type: DT_INT32 - type: DT_INT64 - type: DT_HALF - type: DT_FLOAT - type: DT_DOUBLE - } - } - } - attr { - name: "interpolation" - type: "string" - } - attr { - name: "fill_mode" - type: "string" - default_value { - s: "constant" - } - } -} diff --git a/tensorflow/core/ops/ops.pbtxt b/tensorflow/core/ops/ops.pbtxt index ddaed3855ba..1716ea09259 100644 --- a/tensorflow/core/ops/ops.pbtxt +++ b/tensorflow/core/ops/ops.pbtxt @@ -18118,13 +18118,6 @@ op { name: "interpolation" type: "string" } - attr { - name: "fill_mode" - type: "string" - default_value { - s: "constant" - } - } } op { name: "ImageSummary"