tensorflow :: ops :: MaxPoolV2
#include <nn_ops.h>
Girişte maksimum havuzlama gerçekleştirir.
Özet
Argümanlar:
- kapsam: Bir Scope nesnesi
- giriş: havuz üzerinde 4-D giriş.
- 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ı: [toplu, kanal içi, yükseklik, genişlik].
İadeler:
-
Output
: Birleştirilmiş maksimum çıktı tensörü.
Yapıcılar ve Yıkıcılar | |
---|---|
MaxPoolV2 (const :: tensorflow::Scope & scope, :: tensorflow::Input input, :: tensorflow::Input ksize, :: tensorflow::Input strides, StringPiece padding) | |
MaxPoolV2 (const :: tensorflow::Scope & scope, :: tensorflow::Input input, :: tensorflow::Input ksize, :: tensorflow::Input strides, StringPiece padding, const MaxPoolV2::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 :: MaxPoolV2 :: Attrs | MaxPoolV2 için isteğe bağlı öznitelik belirleyiciler. |
Genel özellikler
operasyon
Operation operation
çıktı
::tensorflow::Output output
Kamusal işlevler
MaxPoolV2
MaxPoolV2( const ::tensorflow::Scope & scope, ::tensorflow::Input input, ::tensorflow::Input ksize, ::tensorflow::Input strides, StringPiece padding )
MaxPoolV2
MaxPoolV2( const ::tensorflow::Scope & scope, ::tensorflow::Input input, ::tensorflow::Input ksize, ::tensorflow::Input strides, StringPiece padding, const MaxPoolV2::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 )