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_minegiven_y_minegiven_y_maxsã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_minseoutput_range_givenfor True.
-  given_y_max: Saída em y_maxseoutput_range_givenfor 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:
-  Outputy: um tensor 4D.
-  Outputy_min: o valor representado pela menor saída quantizada.
-  Outputy_max: O valor representado pela maior saída quantizada.
| 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 )