flujo tensor:: operaciones:: FakeQuantWithMinMaxVarsGradient
#include <array_ops.h>
Calcule gradientes para una operación FakeQuantWithMinMaxVars .
Resumen
Argumentos:
- alcance: un objeto de alcance
- gradientes: gradientes retropropagados sobre la operación FakeQuantWithMinMaxVars .
- entradas: valores pasados como entradas a la operación FakeQuantWithMinMaxVars . min, max: intervalo de cuantificación, flotadores escalares.
Atributos opcionales (ver Attrs
):
- num_bits: el ancho de bits de la cuantificación; entre 2 y 8 años, inclusive.
- rango_estrecho: si se debe cuantificar en 2^num_bits - 1 valor distinto.
Devoluciones:
-
Output
backprops_wrt_input: gradientes retropropagados con entradas:gradients * (inputs >= min && inputs <= max)
. -
Output
backprop_wrt_min: gradientes retropropagados con parámetro mínimo:sum(gradients * (inputs < min))
. -
Output
backprop_wrt_max: gradientes retropropagados con parámetro máximo:sum(gradients * (inputs > max))
.
Constructores y destructores | |
---|---|
FakeQuantWithMinMaxVarsGradient (const :: tensorflow::Scope & scope, :: tensorflow::Input gradients, :: tensorflow::Input inputs, :: tensorflow::Input min, :: tensorflow::Input max) | |
FakeQuantWithMinMaxVarsGradient (const :: tensorflow::Scope & scope, :: tensorflow::Input gradients, :: tensorflow::Input inputs, :: tensorflow::Input min, :: tensorflow::Input max, const FakeQuantWithMinMaxVarsGradient::Attrs & attrs) |
Atributos públicos | |
---|---|
backprop_wrt_max | |
backprop_wrt_min | |
backprops_wrt_input | |
operation |
Funciones estáticas públicas | |
---|---|
NarrowRange (bool x) | |
NumBits (int64 x) |
estructuras | |
---|---|
tensorflow:: operaciones:: FakeQuantWithMinMaxVarsGradient:: Atributos | Configuradores de atributos opcionales para FakeQuantWithMinMaxVarsGradient . |
Atributos públicos
backprop_wrt_max
::tensorflow::Output backprop_wrt_max
backprop_wrt_min
::tensorflow::Output backprop_wrt_min
backprops_wrt_input
::tensorflow::Output backprops_wrt_input
operación
Operation operation
Funciones públicas
FakeQuantWithMinMaxVarsGradient
FakeQuantWithMinMaxVarsGradient( const ::tensorflow::Scope & scope, ::tensorflow::Input gradients, ::tensorflow::Input inputs, ::tensorflow::Input min, ::tensorflow::Input max )
FakeQuantWithMinMaxVarsGradient
FakeQuantWithMinMaxVarsGradient( const ::tensorflow::Scope & scope, ::tensorflow::Input gradients, ::tensorflow::Input inputs, ::tensorflow::Input min, ::tensorflow::Input max, const FakeQuantWithMinMaxVarsGradient::Attrs & attrs )
Funciones estáticas públicas
Rango estrecho
Attrs NarrowRange( bool x )
Números de bits
Attrs NumBits( int64 x )