テンソルフロー::作戦:: FakeQuantWithMinMaxArgsGradient
#include <array_ops.h>
FakeQuantWithMinMaxArgs操作の勾配を計算します。
まとめ
引数:
- スコープ:スコープオブジェクト
- gradients: FakeQuantWithMinMaxArgs操作を超える逆伝播された勾配。
- inputs: FakeQuantWithMinMaxArgsオペレーションに入力として渡される値。
戻り値:
-
Output
: FakeQuantWithMinMaxArgs演算以下の逆伝播勾配:gradients * (inputs >= min && inputs <= max)
。
コンストラクターとデストラクター | |
---|---|
FakeQuantWithMinMaxArgsGradient (const :: tensorflow::Scope & scope, :: tensorflow::Input gradients, :: tensorflow::Input inputs) | |
FakeQuantWithMinMaxArgsGradient (const :: tensorflow::Scope & scope, :: tensorflow::Input gradients, :: tensorflow::Input inputs, const FakeQuantWithMinMaxArgsGradient::Attrs & attrs) |
パブリック属性 | |
---|---|
backprops | |
operation |
公共機能 | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
パブリック静的関数 | |
---|---|
Max (float x) | |
Min (float x) | |
NarrowRange (bool x) | |
NumBits (int64 x) |
構造体 | |
---|---|
tensorflow:: ops:: FakeQuantWithMinMaxArgsGradient:: Attrs | FakeQuantWithMinMaxArgsGradientのオプションの属性セッター。 |
パブリック属性
バックプロップ
::tensorflow::Output backprops
手術
Operation operation
公共機能
FakeQuantWithMinMaxArgsGradient
FakeQuantWithMinMaxArgsGradient( const ::tensorflow::Scope & scope, ::tensorflow::Input gradients, ::tensorflow::Input inputs )
FakeQuantWithMinMaxArgsGradient
FakeQuantWithMinMaxArgsGradient( const ::tensorflow::Scope & scope, ::tensorflow::Input gradients, ::tensorflow::Input inputs, const FakeQuantWithMinMaxArgsGradient::Attrs & attrs )
ノード
::tensorflow::Node * node() const
演算子::tensorflow::入力
operator::tensorflow::Input() const
演算子::tensorflow::出力
operator::tensorflow::Output() const
パブリック静的関数
マックス
Attrs Max( float x )
分
Attrs Min( float x )
狭い範囲
Attrs NarrowRange( bool x )
ビット数
Attrs NumBits( int64 x )