tensör akışı:: işlem:: EkleN
#include <math_ops.h>
Tüm giriş tensörlerini akıllıca ekleyin .
Özet
Girişler aynı boyut ve şekilde olmalıdır.
x = [9, 7, 10] tf.math.add_n(x) ==> 26
Argümanlar:
- kapsam: Bir Kapsam nesnesi
İade:
-
Output
: Toplam tensör.
Yapıcılar ve Yıkıcılar | |
---|---|
AddN (const :: tensorflow::Scope & scope, :: tensorflow::InputList inputs) |
Genel özellikler | |
---|---|
operation | |
sum |
Kamu işlevleri | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
Genel özellikler
operasyon
Operation operation
toplam
::tensorflow::Output sum
Kamu işlevleri
EkleN
AddN( const ::tensorflow::Scope & scope, ::tensorflow::InputList inputs )
düğüm
::tensorflow::Node * node() const
operatör::tensorflow::Giriş
operator::tensorflow::Input() const
operatör::tensorflow::Çıktı
operator::tensorflow::Output() const