fluxo tensor:: ops:: QuantizedInstanceNorm
#include <array_ops.h>Normalização de instância quantizada.
Resumo
Argumentos:
- escopo: um objeto Escopo
- 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 (veja 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. - dado_y_min: Saída em
y_minseoutput_range_givenfor True. - dado_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 saída quantizada mais baixa. -
Outputy_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) | |
Estruturas | |
|---|---|
| tensorflow:: ops:: QuantizedInstanceNorm:: Attrs | Configuradores de atributos opcionais para QuantizedInstanceNorm . |
Atributos públicos
operação
Operation operation
sim
::tensorflow::Output y
y_máx
::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 )
Separação mínima
Attrs MinSeparation( float x )
OutputRangeGiven
Attrs OutputRangeGiven( bool x )
VariânciaEpsilon
Attrs VarianceEpsilon( float x )