Update ops-related pbtxt files.

PiperOrigin-RevId: 168548642
This commit is contained in:
A. Unique TensorFlower 2017-09-13 09:18:18 -07:00 committed by TensorFlower Gardener
parent 3331c574bc
commit 0d5ab82cec

View File

@ -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 {