tensorflow :: ops :: QuantizedInstanceNorm
#include <array_ops.h>
量子化されたインスタンスの正規化。
概要
引数:
オプションの属性(参照Attrs
):
- output_range_given:Trueの場合、
given_y_min
とgiven_y_min
およびgiven_y_max
が出力範囲として使用されます。それ以外の場合、実装は出力範囲を計算します。 - Give_y_min:
output_range_given
がTrueの場合、y_min
出力します。 - Give_y_max:
output_range_given
がTrueの場合、y_max
出力します。 - Variance_epsilon:0で除算しないようにするための小さな浮動小数点数。
- min_separation:y_maxの最小値
y_max - y_min
戻り値:
コンストラクタとデストラクタ | |
---|---|
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) |
パブリック属性 | |
---|---|
operation | |
y | |
y_max | |
y_min |
パブリック静的関数 | |
---|---|
GivenYMax (float x) | |
GivenYMin (float x) | |
MinSeparation (float x) | |
OutputRangeGiven (bool x) | |
VarianceEpsilon (float x) |
構造体 | |
---|---|
tensorflow :: ops :: QuantizedInstanceNorm :: Attrs | QuantizedInstanceNormのオプションの属性セッター。 |
パブリック属性
操作
Operation operation
y
::tensorflow::Output y
y_max
::tensorflow::Output y_max
y_min
::tensorflow::Output y_min
公の行事
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 )
パブリック静的関数
GiveYMax
Attrs GivenYMax( float x )
GiveYMin
Attrs GivenYMin( float x )
MinSeparation
Attrs MinSeparation( float x )
OutputRangeGiven
Attrs OutputRangeGiven( bool x )
VarianceEpsilon
Attrs VarianceEpsilon( float x )