tensorflow::ops::ScaleAndTranslate
#include <image_ops.h>
TODO: добавить документацию.
Краткое описание
Аргументы:
- scope: Объект Scope
Возвращает:
-
Output: Тензор resized_images.
| Конструкторы и деструкторы | |
|---|---|
ScaleAndTranslate(const ::tensorflow::Scope & scope, ::tensorflow::Input images, ::tensorflow::Input size, ::tensorflow::Input scale, ::tensorflow::Input translation) | |
ScaleAndTranslate(const ::tensorflow::Scope & scope, ::tensorflow::Input images, ::tensorflow::Input size, ::tensorflow::Input scale, ::tensorflow::Input translation, const ScaleAndTranslate::Attrs & attrs) |
| Публичные атрибуты | |
|---|---|
operation | |
resized_images | |
| Публичные функции | |
|---|---|
node() const | ::tensorflow::Node * |
operator::tensorflow::Input() const | |
operator::tensorflow::Output() const | |
| Публичные статические функции | |
|---|---|
Antialias(bool x) | |
KernelType(StringPiece x) | |
| Структуры | |
|---|---|
| tensorflow::ops::ScaleAndTranslate::Attrs | Дополнительные атрибуты для ScaleAndTranslate. |
Публичные атрибуты
operation
Operation operation
resized_images
::tensorflow::Output resized_images
Публичные функции
ScaleAndTranslate
ScaleAndTranslate( const ::tensorflow::Scope & scope, ::tensorflow::Input images, ::tensorflow::Input size, ::tensorflow::Input scale, ::tensorflow::Input translation )
ScaleAndTranslate
ScaleAndTranslate( const ::tensorflow::Scope & scope, ::tensorflow::Input images, ::tensorflow::Input size, ::tensorflow::Input scale, ::tensorflow::Input translation, const ScaleAndTranslate::Attrs & attrs )
node
::tensorflow::Node * node() const
operator::tensorflow::Input
operator::tensorflow::Input() const
operator::tensorflow::Output
operator::tensorflow::Output() const
Публичные статические функции
Antialias
Attrs Antialias( bool x )
KernelType
Attrs KernelType( StringPiece x )
© 2022 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.9/api_docs/cc/class/tensorflow/ops/scale-and-translate