tensorflow :: opérations :: QuantizeAndDequantizeV3
#include <array_ops.h>
Quantifie puis déquantifie un tenseur.
Résumé
C'est presque identique à QuantizeAndDequantizeV2 , sauf que num_bits est un tenseur, donc sa valeur peut changer pendant l'entraînement.
Arguments:
- scope: un objet Scope
Retour:
-
Output
: le tenseur de sortie.
Constructeurs et destructeurs | |
---|---|
QuantizeAndDequantizeV3 (const :: tensorflow::Scope & scope, :: tensorflow::Input input, :: tensorflow::Input input_min, :: tensorflow::Input input_max, :: tensorflow::Input num_bits) | |
QuantizeAndDequantizeV3 (const :: tensorflow::Scope & scope, :: tensorflow::Input input, :: tensorflow::Input input_min, :: tensorflow::Input input_max, :: tensorflow::Input num_bits, const QuantizeAndDequantizeV3::Attrs & attrs) |
Attributs publics | |
---|---|
operation | |
output |
Fonctions publiques | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
Fonctions statiques publiques | |
---|---|
NarrowRange (bool x) | |
RangeGiven (bool x) | |
SignedInput (bool x) |
Structs | |
---|---|
tensorflow :: ops :: QuantizeAndDequantizeV3 :: Attrs | Définisseurs d'attributs facultatifs pour QuantizeAndDequantizeV3 . |
Attributs publics
opération
Operation operation
production
::tensorflow::Output output
Fonctions publiques
QuantizeAndDequantizeV3
QuantizeAndDequantizeV3( const ::tensorflow::Scope & scope, ::tensorflow::Input input, ::tensorflow::Input input_min, ::tensorflow::Input input_max, ::tensorflow::Input num_bits )
QuantizeAndDequantizeV3
QuantizeAndDequantizeV3( const ::tensorflow::Scope & scope, ::tensorflow::Input input, ::tensorflow::Input input_min, ::tensorflow::Input input_max, ::tensorflow::Input num_bits, const QuantizeAndDequantizeV3::Attrs & attrs )
nœud
::tensorflow::Node * node() const
operator :: tensorflow :: Input
operator::tensorflow::Input() const
operator :: tensorflow :: Output
operator::tensorflow::Output() const
Fonctions statiques publiques
Fourchette étroite
Attrs NarrowRange( bool x )
GammeGiven
Attrs RangeGiven( bool x )
SignedInput
Attrs SignedInput( bool x )