tensorflow :: ops :: QuantizedInstanceNorm
#include <array_ops.h>
Normalização de instância quantizada.
Resumo
Argumentos:
- escopo: um objeto Scope
- x: um tensor de entrada 4D.
- x_min: O valor representado pela entrada quantizada mais baixa.
- x_max: O valor representado pela entrada quantizada mais alta.
Atributos opcionais (consulte Attrs
):
- output_range_given: Se True,
given_y_min
egiven_y_min
egiven_y_max
são usados como o intervalo de saída. Caso contrário, a implementação calcula o intervalo de saída. - given_y_min: Saída em
y_min
seoutput_range_given
for True. - given_y_max: Saída em
y_max
seoutput_range_given
for True. - variance_epsilon: um pequeno número flutuante para evitar a divisão por 0.
- min_separation: Valor mínimo de
y_max - y_min
Retorna:
-
Output
y: um tensor 4D. -
Output
y_min: o valor representado pela menor saída quantizada. -
Output
y_max: O valor representado pela saída quantizada mais alta.
Construtores e Destruidores | |
---|---|
QuantizedInstanceNorm (const :: tensorflow::Scope & scope, :: tensorflow::Input x, :: tensorflow::Input x_min, :: tensorflow::Input x_max) | |
QuantizedInstanceNorm (const :: tensorflow::Scope & scope, :: tensorflow::Input x, :: tensorflow::Input x_min, :: tensorflow::Input x_max, const QuantizedInstanceNorm::Attrs & attrs) |
Atributos públicos | |
---|---|
operation | |
y | |
y_max | |
y_min |
Funções estáticas públicas | |
---|---|
GivenYMax (float x) | |
GivenYMin (float x) | |
MinSeparation (float x) | |
OutputRangeGiven (bool x) | |
VarianceEpsilon (float x) |
Structs | |
---|---|
tensorflow :: ops :: QuantizedInstanceNorm :: Attrs | Configuradores de atributos opcionais para QuantizedInstanceNorm . |
Atributos públicos
Operação
Operation operation
y
::tensorflow::Output y
y_max
::tensorflow::Output y_max
y_min
::tensorflow::Output y_min
Funções públicas
QuantizedInstanceNorm
QuantizedInstanceNorm( const ::tensorflow::Scope & scope, ::tensorflow::Input x, ::tensorflow::Input x_min, ::tensorflow::Input x_max )
QuantizedInstanceNorm
QuantizedInstanceNorm( const ::tensorflow::Scope & scope, ::tensorflow::Input x, ::tensorflow::Input x_min, ::tensorflow::Input x_max, const QuantizedInstanceNorm::Attrs & attrs )
Funções estáticas públicas
DadoYMax
Attrs GivenYMax( float x )
DadoYMin
Attrs GivenYMin( float x )
MinSeparation
Attrs MinSeparation( float x )
OutputRangeGiven
Attrs OutputRangeGiven( bool x )
VarianceEpsilon
Attrs VarianceEpsilon( float x )