Google I/O'yu ayarladığınız için teşekkür ederiz. İsteğe bağlı olarak tüm oturumları görüntüleyin İsteğe bağlı olarak izleyin

tensorflow :: ops :: MaxPoolGradGradWithArgmax

#include <nn_ops.h>

Maksimum paylaşım işlevinin ikinci dereceden gradyanlarını hesaplar.

Özet

Argümanlar:

  • kapsam: Bir Scope nesnesi
  • girdi: Orijinal girdi.
  • grad: 4-D şekilli [batch, height, width, channels] . max_pool , max_pool girdisini içerir.
  • argmax: Her max_pool çıkışı için seçilen maksimum değerlerin max_pool .
  • ksize: Giriş tensörünün her bir boyutu için pencere boyutu.
  • strides: Giriş tensörünün her bir boyutu için kayan pencerenin adım sayısı.
  • padding: Kullanılacak dolgu algoritmasının türü.

İsteğe bağlı özellikler (bkz. Attrs ):

  • include_batch_in_index: Toplu boyutun düzleştirilmiş argmax dizinine dahil argmax .

İadeler:

  • Output : degradelerin gradyanları max_pool girdisini oluşturur.

Yapıcılar ve Yıkıcılar

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)

Genel özellikler

operation
output

Kamusal işlevler

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

Genel statik işlevler

IncludeBatchInIndex (bool x)

Yapılar

tensorflow :: ops :: MaxPoolGradGradWithArgmax :: Attrs

MaxPoolGradGradWithArgmax için isteğe bağlı öznitelik belirleyiciler.

Genel özellikler

operasyon

Operation operation

çıktı

::tensorflow::Output output

Kamusal işlevler

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
)

düğüm

::tensorflow::Node * node() const 

operator :: tensorflow :: Girdi

 operator::tensorflow::Input() const 

operator :: tensorflow :: Çıktı

 operator::tensorflow::Output() const 

Genel statik işlevler

IncludeBatchInIndex

Attrs IncludeBatchInIndex(
  bool x
)