tensoreflusso:: ops:: QuantizedInstanceNorm
#include <array_ops.h>Normalizzazione dell'istanza quantizzata.
Riepilogo
Argomenti:
- scope: un oggetto Scope
- x: Un tensore di ingresso 4D.
- x_min: il valore rappresentato dall'input quantizzato più basso.
- x_max: il valore rappresentato dall'input quantizzato più alto.
 Attributi facoltativi (vedi Attrs ):
-  output_range_given: se Vero, given_y_minegiven_y_minegiven_y_maxvengono utilizzati come intervallo di output. Altrimenti, l'implementazione calcola l'intervallo di output.
-  dato_y_min: output in y_minseoutput_range_givenè vero.
-  dato_y_max: output in y_maxseoutput_range_givenè vero.
- variance_epsilon: un piccolo numero float per evitare la divisione per 0.
-  min_separation: valore minimo di y_max - y_min
Resi:
-  Outputy: un tensore 4D.
-  Outputy_min: il valore rappresentato dall'output quantizzato più basso.
-  Outputy_max: il valore rappresentato dall'uscita quantizzata più alta.
| Costruttori e distruttori | |
|---|---|
| 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) | 
| Attributi pubblici | |
|---|---|
| operation | |
| y | |
| y_max | |
| y_min | |
| Funzioni pubbliche statiche | |
|---|---|
| GivenYMax (float x) | |
| GivenYMin (float x) | |
| MinSeparation (float x) | |
| OutputRangeGiven (bool x) | |
| VarianceEpsilon (float x) | |
| Strutture | |
|---|---|
| tensorflow:: ops:: QuantizedInstanceNorm:: Attrs | Setter di attributi facoltativi per QuantizedInstanceNorm . | 
Attributi pubblici
operazione
Operation operation
sì
::tensorflow::Output y
y_max
::tensorflow::Output y_max
sì_min
::tensorflow::Output y_min
Funzioni pubbliche
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 )
Funzioni pubbliche statiche
DatoYMax
Attrs GivenYMax( float x )
DatoYMin
Attrs GivenYMin( float x )
MinSeparazione
Attrs MinSeparation( float x )
Intervallo di output dato
Attrs OutputRangeGiven( bool x )
VarianzaEpsilon
Attrs VarianceEpsilon( float x )