tensorflow :: ops :: MaxPoolGradGrad
#include <nn_ops.h>
Maksimum paylaşım işlevinin ikinci dereceden gradyanlarını hesaplar.
Özet
Argümanlar:
- kapsam: Bir Scope nesnesi
- orig_input: Orijinal giriş tensörü.
- orig_output: Orijinal çıktı tensörü.
- grad: 4-D. Degradelerin gradyanları
max_pool
girdisini oluşturur. - 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
):
- data_format: Giriş ve çıkış verilerinin veri formatını belirtin. Varsayılan biçim "NHWC" ile, veriler şu sırayla saklanır: [batch, in_height, in_width, in_channels]. Alternatif olarak, format "NCHW" olabilir, veri saklama sırası: [batch, in_channels, in_height, in_width].
İadeler:
-
Output
: Degradelerin gradyanları, girdiyimax_pool
.
Yapıcılar ve Yıkıcılar | |
---|---|
MaxPoolGradGrad (const :: tensorflow::Scope & scope, :: tensorflow::Input orig_input, :: tensorflow::Input orig_output, :: tensorflow::Input grad, const gtl::ArraySlice< int > & ksize, const gtl::ArraySlice< int > & strides, StringPiece padding) | |
MaxPoolGradGrad (const :: tensorflow::Scope & scope, :: tensorflow::Input orig_input, :: tensorflow::Input orig_output, :: tensorflow::Input grad, const gtl::ArraySlice< int > & ksize, const gtl::ArraySlice< int > & strides, StringPiece padding, const MaxPoolGradGrad::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 | |
---|---|
DataFormat (StringPiece x) |
Yapılar | |
---|---|
tensorflow :: ops :: MaxPoolGradGrad :: Attrs | MaxPoolGradGrad için isteğe bağlı öznitelik belirleyiciler. |
Genel özellikler
operasyon
Operation operation
çıktı
::tensorflow::Output output
Kamusal işlevler
MaxPoolGradGrad
MaxPoolGradGrad( const ::tensorflow::Scope & scope, ::tensorflow::Input orig_input, ::tensorflow::Input orig_output, ::tensorflow::Input grad, const gtl::ArraySlice< int > & ksize, const gtl::ArraySlice< int > & strides, StringPiece padding )
MaxPoolGradGrad
MaxPoolGradGrad( const ::tensorflow::Scope & scope, ::tensorflow::Input orig_input, ::tensorflow::Input orig_output, ::tensorflow::Input grad, const gtl::ArraySlice< int > & ksize, const gtl::ArraySlice< int > & strides, StringPiece padding, const MaxPoolGradGrad::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
Veri formatı
Attrs DataFormat( StringPiece x )