tensor akışı:: işlem:: Maksimum
#include <math_ops.h>
Bir tensörün boyutları boyunca maksimum öğe sayısını hesaplar.
Özet
axis
verilen boyutlar boyunca input
azaltır. keep_dims
doğru olmadığı sürece tensörün sırası, axis
içindeki her giriş için 1 azaltılır. keep_dims
doğruysa küçültülmüş boyutlar uzunluk 1 ile korunur.
Argümanlar:
- kapsam: Bir Kapsam nesnesi
- giriş: Azaltılacak tensör.
- eksen: Azaltılacak boyutlar.
[-rank(input), rank(input))
aralığında olmalıdır.
İsteğe bağlı özellikler (bkz. Attrs
):
- keep_dims: Doğruysa, uzunluğu 1 olan azaltılmış boyutları koruyun.
İade:
-
Output
: Azaltılmış tensör.
Takma adlar:
- AzaltmaMaks
Yapıcılar ve Yıkıcılar | |
---|---|
Max (const :: tensorflow::Scope & scope, :: tensorflow::Input input, :: tensorflow::Input axis) | |
Max (const :: tensorflow::Scope & scope, :: tensorflow::Input input, :: tensorflow::Input axis, const Max::Attrs & attrs) |
Genel özellikler | |
---|---|
operation | |
output |
Kamu işlevleri | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
Genel statik işlevler | |
---|---|
KeepDims (bool x) |
Yapılar | |
---|---|
tensorflow:: ops:: Maks:: Öznitelikler | Max için isteğe bağlı özellik ayarlayıcılar. |
Genel özellikler
operasyon
Operation operation
çıktı
::tensorflow::Output output
Kamu işlevleri
Maksimum
Max( const ::tensorflow::Scope & scope, ::tensorflow::Input input, ::tensorflow::Input axis )
Maksimum
Max( const ::tensorflow::Scope & scope, ::tensorflow::Input input, ::tensorflow::Input axis, const Max::Attrs & attrs )
düğüm
::tensorflow::Node * node() const
operatör::tensorflow::Giriş
operator::tensorflow::Input() const
operatör::tensorflow::Çıktı
operator::tensorflow::Output() const
Genel statik işlevler
KeepDims
Attrs KeepDims( bool x )