flux tensoriel : : opérations : : QuantizedResizeBilinéaire
#include <image_ops.h> Redimensionnez images quantifiées à size aide de l’interpolation bilinéaire quantifiée.
Résumé
Les images d’entrée et les images de sortie doivent être de type quantifié.
Arguments :
- scope : un objet Scope
-  images : 4-D avec forme [batch, height, width, channels].
-  size: = A 1-D int32 Tenseur de 2 éléments : new_height, new_width. La nouvelle taille des images.
 Attributs facultatifs (voir Attrs ) :
- align_corners : Si vrai, les centres des 4 pixels de coin des tenseurs d'entrée et de sortie sont alignés, préservant les valeurs aux pixels de coin. La valeur par défaut est false.
Retours :
-  Outputresized_images : 4-D avec forme[batch, new_height, new_width, channels].
-  Outputout_min
-  Outputout_max
| Constructeurs et Destructeurs | |
|---|---|
| QuantizedResizeBilinear (const :: tensorflow::Scope & scope, :: tensorflow::Input images, :: tensorflow::Input size, :: tensorflow::Input min, :: tensorflow::Input max) | |
| QuantizedResizeBilinear (const :: tensorflow::Scope & scope, :: tensorflow::Input images, :: tensorflow::Input size, :: tensorflow::Input min, :: tensorflow::Input max, const QuantizedResizeBilinear::Attrs & attrs) | 
| Attributs publics | |
|---|---|
| operation | |
| out_max | |
| out_min | |
| resized_images | |
| Fonctions statiques publiques | |
|---|---|
| AlignCorners (bool x) | |
| HalfPixelCenters (bool x) | |
| Structures | |
|---|---|
| tensorflow :: ops :: QuantizedResizeBilinear :: Attrs | Setters d'attributs facultatifs pour QuantizedResizeBilinear . | 
Attributs publics
opération
Operation operation
out_max
::tensorflow::Output out_max
out_min
::tensorflow::Output out_min
resized_images
::tensorflow::Output resized_images
Fonctions publiques
QuantizedResizeBilinéaire
QuantizedResizeBilinear( const ::tensorflow::Scope & scope, ::tensorflow::Input images, ::tensorflow::Input size, ::tensorflow::Input min, ::tensorflow::Input max )
QuantizedResizeBilinéaire
QuantizedResizeBilinear( const ::tensorflow::Scope & scope, ::tensorflow::Input images, ::tensorflow::Input size, ::tensorflow::Input min, ::tensorflow::Input max, const QuantizedResizeBilinear::Attrs & attrs )
Fonctions statiques publiques
Aligner les coins
Attrs AlignCorners( bool x )
Centres demi-pixels
Attrs HalfPixelCenters( bool x )