From 0d5ab82cecdde0134157468a914dfb5c397db496 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Wed, 13 Sep 2017 09:18:18 -0700 Subject: [PATCH] Update ops-related pbtxt files. PiperOrigin-RevId: 168548642 --- .../core/ops/compat/ops_history.v1.pbtxt | 32 +++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/tensorflow/core/ops/compat/ops_history.v1.pbtxt b/tensorflow/core/ops/compat/ops_history.v1.pbtxt index 1113f6a0118..d4b7aa96f21 100644 --- a/tensorflow/core/ops/compat/ops_history.v1.pbtxt +++ b/tensorflow/core/ops/compat/ops_history.v1.pbtxt @@ -21285,6 +21285,38 @@ op { } } } +op { + name: "ResizeBicubicGrad" + input_arg { + name: "grads" + type: DT_FLOAT + } + input_arg { + name: "original_image" + type_attr: "T" + } + output_arg { + name: "output" + type_attr: "T" + } + attr { + name: "T" + type: "type" + allowed_values { + list { + type: DT_FLOAT + type: DT_DOUBLE + } + } + } + attr { + name: "align_corners" + type: "bool" + default_value { + b: false + } + } +} op { name: "ResizeBilinear" input_arg {