テンソルフロー::作戦:: 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) |
公共機能 | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
構造体 | |
---|---|
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
)