tensorflow::ops::CropAndResizeGradImage::Attrs
#include <image_ops.h>
Дополнительные атрибуты для CropAndResizeGradImage.
Краткое описание
| Публичные атрибуты | |
|---|---|
method_ = "bilinear" | StringPiece |
| Публичные функции | |
|---|---|
Method(StringPiece x) | TF_MUST_USE_RESULT Attrs Строка, определяющая метод интерполяции. |
Публичные атрибуты
method_
StringPiece tensorflow::ops::CropAndResizeGradImage::Attrs::method_ = "bilinear"
Публичные функции
Метод
TF_MUST_USE_RESULT Attrs tensorflow::ops::CropAndResizeGradImage::Attrs::Method( StringPiece x )
Строка, определяющая метод интерполяции.
В данный момент поддерживается только 'bilinear'.
По умолчанию "bilinear"
© 2020 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 3.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/versions/r1.15/api_docs/cc/struct/tensorflow/ops/crop-and-resize-grad-image/attrs