テンソルフロー::作戦:: 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 :: 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 (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)

パブリック属性

operation
output

公共機能

node () const
::tensorflow::Node *
operator::tensorflow::Input () const
operator::tensorflow::Output () const

パブリック静的関数

IncludeBatchInIndex (bool x)

構造体

tensorflow:: ops:: MaxPoolGradGradWithArgmax:: Attrs

MaxPoolGradGradWithArgmaxのオプションの属性セッター。

パブリック属性

手術

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
)