tensorflow::ops::FusedResizeAndPadConv2D::Attrs
#include <nn_ops.h>
Optional attribute setters for FusedResizeAndPadConv2D.
Summary
Public attributes | |
---|---|
resize_align_corners_ = false | bool |
Public functions | |
---|---|
ResizeAlignCorners(bool x) | TF_MUST_USE_RESULT Attrs If true, the centers of the 4 corner pixels of the input and output tensors are aligned, preserving the values at the corner pixels. |
Public attributes
resize_align_corners_
bool tensorflow::ops::FusedResizeAndPadConv2D::Attrs::resize_align_corners_ = false
Public functions
ResizeAlignCorners
TF_MUST_USE_RESULT Attrs tensorflow::ops::FusedResizeAndPadConv2D::Attrs::ResizeAlignCorners( bool x )
If true, the centers of the 4 corner pixels of the input and output tensors are aligned, preserving the values at the corner pixels.
Defaults to false.
Defaults to false
© 2020 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 4.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/versions/r2.4/api_docs/cc/struct/tensorflow/ops/fused-resize-and-pad-conv2-d/attrs