Tensorflow :: ops :: QuantizedInstanceNorm
#include <array_ops.h>
Quantisierte Instanznormalisierung.
Zusammenfassung
Argumente:
- scope: Ein Scope- Objekt
- x: A 4D Eingang Tensor .
- x_min: Der Wert, der durch die niedrigste quantisierte Eingabe dargestellt wird.
- x_max: Der Wert, der durch die höchste quantisierte Eingabe dargestellt wird.
Optionale Attribute (siehe Attrs
):
- output_range_given: Wenn True, werden
given_y_min
undgiven_y_min
undgiven_y_max
als Ausgabebereich verwendet. Andernfalls berechnet die Implementierung den Ausgabebereich. - Given_y_min: Ausgabe in
y_min
wennoutput_range_given
True ist. - Given_y_max: Ausgabe in
y_max
wennoutput_range_given
True ist. - Varianz_epsilon: Eine kleine Gleitkommazahl, um eine Division durch 0 zu vermeiden.
- min_separation: Mindestwert von
y_max - y_min
Kehrt zurück:
-
Output
y: Ein 4D- Tensor . -
Output
y_min: Der Wert, der durch die niedrigste quantisierte Ausgabe dargestellt wird. -
Output
y_max: Der Wert, der durch die höchste quantisierte Ausgabe dargestellt wird.
Konstruktoren und Destruktoren | |
---|---|
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) |
Öffentliche Attribute | |
---|---|
operation | |
y | |
y_max | |
y_min |
Öffentliche statische Funktionen | |
---|---|
GivenYMax (float x) | |
GivenYMin (float x) | |
MinSeparation (float x) | |
OutputRangeGiven (bool x) | |
VarianceEpsilon (float x) |
Strukturen | |
---|---|
tensorflow :: ops :: QuantizedInstanceNorm :: Attrs | Optionale Attributsetzer für QuantizedInstanceNorm . |
Öffentliche Attribute
Operation
Operation operation
y
::tensorflow::Output y
y_max
::tensorflow::Output y_max
y_min
::tensorflow::Output y_min
Öffentliche Funktionen
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 )
Öffentliche statische Funktionen
GivenYMax
Attrs GivenYMax( float x )
GivenYMin
Attrs GivenYMin( float x )
MinSeparation
Attrs MinSeparation( float x )
OutputRangeGiven
Attrs OutputRangeGiven( bool x )
VarianzEpsilon
Attrs VarianceEpsilon( float x )