テンソルフロー::作戦:: MaxPoolGradGradWithArgmax
#include <nn_ops.h>
maxpooling 関数の 2 次勾配を計算します。
まとめ
引数:
- スコープ:スコープオブジェクト
- input: 元の入力。
- grad: 形状
[batch, height, width, channels]
の 4-D。勾配はmax_pool
の入力に反映されます。 - argmax:
max_pool
の各出力に対して選択された最大値のインデックス。 - ksize: 入力テンソルの各次元のウィンドウのサイズ。
- strides: 入力テンソルの各次元のスライディング ウィンドウのストライド。
- padding: 使用するパディング アルゴリズムのタイプ。
オプションの属性 ( Attrs
を参照):
- include_batch_in_index:
argmax
のフラット化されたインデックスにバッチ ディメンションを含めるかどうか。
戻り値:
-
Output
:max_pool
の入力に対する勾配の勾配。
コンストラクターとデストラクター | |
---|---|
MaxPoolGradGradWithArgmax (const :: | |
MaxPoolGradGradWithArgmax (const :: |
公共機能 | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
パブリック静的関数 | |
---|---|
IncludeBatchInIndex (bool x) |
パブリック属性
手術
Operation operation
出力
::tensorflow::Output output
公共機能
MaxPoolGradGradWithArgmax
MaxPoolGradGradWithArgmax(
const ::tensorflow::Scope & scope,
::tensorflow::Input input,
::tensorflow::Input grad,
::tensorflow::Input argmax,
const gtl::ArraySlice< int > & ksize,
const gtl::ArraySlice< int > & strides,
StringPiece padding
)
MaxPoolGradGradWithArgmax
MaxPoolGradGradWithArgmax(
const ::tensorflow::Scope & scope,
::tensorflow::Input input,
::tensorflow::Input grad,
::tensorflow::Input argmax,
const gtl::ArraySlice< int > & ksize,
const gtl::ArraySlice< int > & strides,
StringPiece padding,
const MaxPoolGradGradWithArgmax::Attrs & attrs
)
ノード
::tensorflow::Node * node() const
演算子::tensorflow::入力
operator::tensorflow::Input() const
演算子::tensorflow::出力
operator::tensorflow::Output() const
パブリック静的関数
IncludeBatchInIndex
Attrs IncludeBatchInIndex(
bool x
)