tensoreflusso:: ops:: FakeQuantWithMinMaxArgsGradient
#include <array_ops.h>
Calcola i gradienti per un'operazione FakeQuantWithMinMaxArgs .
Riepilogo
Argomenti:
- scope: un oggetto Scope
- gradienti: gradienti propagati all'indietro sopra l'operazione FakeQuantWithMinMaxArgs .
- input: valori passati come input all'operazione FakeQuantWithMinMaxArgs .
Resi:
-
Output
: gradienti propagati all'indietro sotto l'operazione FakeQuantWithMinMaxArgs :gradients * (inputs >= min && inputs <= max)
.
Costruttori e distruttori | |
---|---|
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) |
Attributi pubblici | |
---|---|
backprops | |
operation |
Funzioni pubbliche | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
Funzioni pubbliche statiche | |
---|---|
Max (float x) | |
Min (float x) | |
NarrowRange (bool x) | |
NumBits (int64 x) |
Strutture | |
---|---|
tensorflow:: ops:: FakeQuantWithMinMaxArgsGradient:: Attrs | Setter di attributi facoltativi per FakeQuantWithMinMaxArgsGradient . |
Attributi pubblici
supporti posteriori
::tensorflow::Output backprops
operazione
Operation operation
Funzioni pubbliche
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 )
nodo
::tensorflow::Node * node() const
operatore::tensorflow::Input
operator::tensorflow::Input() const
operatore::tensorflow::Output
operator::tensorflow::Output() const
Funzioni pubbliche statiche
Massimo
Attrs Max( float x )
minimo
Attrs Min( float x )
Raggio ristretto
Attrs NarrowRange( bool x )
NumBits
Attrs NumBits( int64 x )