tensorflow :: ops :: MaxPool3DGrad
#include <nn_ops.h>
Maksimum havuzlama işlevinin gradyanlarını hesaplar.
Özet
Argümanlar:
- kapsam: Bir Scope nesnesi
- orig_input: Orijinal giriş tensörü.
- orig_output: Orijinal çıktı tensörü.
- Grad: Çıkış şeklinin backprop
[batch, depth, rows, cols, channels]
. - ksize: 1-D tensörü uzunluk 5. Giriş tensörünün her bir boyutu için pencere boyutu.
ksize[0] = ksize[4] = 1
. - adım sayısı: 1-D uzunluk tensörü 5.
input
her boyutu için kayan pencerenin adım sayısı.strides[0] = strides[4] = 1
. - padding: Kullanılacak dolgu algoritmasının türü.
İsteğe bağlı özellikler (bkz. Attrs
):
- data_format: Giriş ve çıkış verilerinin veri formatı. Varsayılan "NDHWC" biçimiyle, veriler şu sırayla saklanır: [toplu iş, derinlikteki, in_height, in_width, kanal içi]. Alternatif olarak, format "NCDHW" olabilir, veri saklama sırası şöyledir: [toplu iş, kanal içi, derinlik, yükseklik, genişlik].
İadeler:
-
Output
: Çıkış tensörü.
Yapıcılar ve Yıkıcılar | |
---|---|
MaxPool3DGrad (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) | |
MaxPool3DGrad (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 MaxPool3DGrad::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 :: MaxPool3DGrad :: Attrs | MaxPool3DGrad için isteğe bağlı öznitelik belirleyiciler. |
Genel özellikler
operasyon
Operation operation
çıktı
::tensorflow::Output output
Kamusal işlevler
MaxPool3DGrad
MaxPool3DGrad( 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 )
MaxPool3DGrad
MaxPool3DGrad( 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 MaxPool3DGrad::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 )