flux tensoriel : : opérations : : FakeQuantWithMinMaxArgsGradient
#include <array_ops.h>
Calculez les dégradés pour une opération FakeQuantWithMinMaxArgs .
Résumé
Arguments :
- scope : un objet Scope
- gradients : dégradés rétropropagés au-dessus de l'opération FakeQuantWithMinMaxArgs .
- inputs : valeurs transmises en tant qu’entrées à l’opération FakeQuantWithMinMaxArgs .
Retours :
-
Output
: dégradés rétropropagés sous l'opération FakeQuantWithMinMaxArgs :gradients * (inputs >= min && inputs <= max)
.
Constructeurs et Destructeurs | |
---|---|
FakeQuantWithMinMaxArgsGradient (const :: tensorflow::Scope & scope, :: tensorflow::Input gradients, :: tensorflow::Input inputs) | |
FakeQuantWithMinMaxArgsGradient (const :: tensorflow::Scope & scope, :: tensorflow::Input gradients, :: tensorflow::Input inputs, const FakeQuantWithMinMaxArgsGradient::Attrs & attrs) |
Attributs publics | |
---|---|
backprops | |
operation |
Fonctions publiques | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
Fonctions statiques publiques | |
---|---|
Max (float x) | |
Min (float x) | |
NarrowRange (bool x) | |
NumBits (int64 x) |
Structures | |
---|---|
tensorflow :: ops :: FakeQuantWithMinMaxArgsGradient :: Attrs | Setters d'attributs facultatifs pour FakeQuantWithMinMaxArgsGradient . |
Attributs publics
arrière-plans
::tensorflow::Output backprops
opération
Operation operation
Fonctions publiques
FakeQuantWithMinMaxArgsGradient
FakeQuantWithMinMaxArgsGradient( const ::tensorflow::Scope & scope, ::tensorflow::Input gradients, ::tensorflow::Input inputs )
FakeQuantWithMinMaxArgsGradient
FakeQuantWithMinMaxArgsGradient( const ::tensorflow::Scope & scope, ::tensorflow::Input gradients, ::tensorflow::Input inputs, const FakeQuantWithMinMaxArgsGradient::Attrs & attrs )
nœud
::tensorflow::Node * node() const
opérateur :: tensorflow :: Entrée
operator::tensorflow::Input() const
opérateur :: tensorflow :: Sortie
operator::tensorflow::Output() const
Fonctions statiques publiques
Max.
Attrs Max( float x )
Min.
Attrs Min( float x )
Plage étroite
Attrs NarrowRange( bool x )
Nombre de bits
Attrs NumBits( int64 x )