tensor akışı:: işlem:: N.Element
#include <nn_ops.h>
Son boyut için n
sıra istatistiğinin değerlerini bulur.
Özet
Giriş bir vektör ise (rank-1), vektörün n'inci en küçük değeri olan girişleri bulur ve değerlerini skaler tensör olarak verir.
Matrisler için (sırasıyla daha yüksek dereceli giriş), her satırdaki n'inci en küçük değer olan girişleri hesaplar (sırasıyla son boyut boyunca vektör). Böylece,
values.shape = input.shape[:-1]
Argümanlar:
- kapsam: Bir Kapsam nesnesi
- giriş: 1-D veya son boyutu en az
n+1
olan daha yüksek. - n: 0-D. Son boyut boyunca seçilecek sıralanmış vektörün konumu (matrisler için her satır boyunca). Geçerli n aralığı:
[0, input.shape[:-1])
İsteğe bağlı özellikler (bkz. Attrs
):
- ters: True olarak ayarlandığında, vektördeki n'inci en büyük değeri bulun veya bunun tersi de geçerlidir.
İade:
-
Output
: Her son boyutlu dilim boyuncan
sıradaki istatistik.
Yapıcılar ve Yıkıcılar | |
---|---|
NthElement (const :: tensorflow::Scope & scope, :: tensorflow::Input input, :: tensorflow::Input n) | |
NthElement (const :: tensorflow::Scope & scope, :: tensorflow::Input input, :: tensorflow::Input n, const NthElement::Attrs & attrs) |
Genel özellikler | |
---|---|
operation | |
values |
Kamu işlevleri | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
Genel statik işlevler | |
---|---|
Reverse (bool x) |
Yapılar | |
---|---|
tensorflow:: ops:: NthElement:: Öznitelikler | NthElement için isteğe bağlı öznitelik ayarlayıcılar. |
Genel özellikler
operasyon
Operation operation
değerler
::tensorflow::Output values
Kamu işlevleri
N.Element
NthElement( const ::tensorflow::Scope & scope, ::tensorflow::Input input, ::tensorflow::Input n )
N.Element
NthElement( const ::tensorflow::Scope & scope, ::tensorflow::Input input, ::tensorflow::Input n, const NthElement::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
Tersi
Attrs Reverse( bool x )