Google I/O'yu ayarladığınız için teşekkür ederiz. İsteğe bağlı olarak tüm oturumları görüntüleyin İsteğe bağlı olarak izleyin

tensorflow :: ops :: 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 Scope nesnesi

İadeler:

Yapıcılar ve Yıkıcılar

AddN (const :: tensorflow::Scope & scope, :: tensorflow::InputList inputs)

Genel özellikler

operation
sum

Kamusal işlevler

node () const
::tensorflow::Node *
operator::tensorflow::Input () const
operator::tensorflow::Output () const

Genel özellikler

operasyon

Operation operation

toplam

::tensorflow::Output sum

Kamusal işlevler

EkleN

 AddN(
  const ::tensorflow::Scope & scope,
  ::tensorflow::InputList inputs
)

düğüm

::tensorflow::Node * node() const 

operator :: tensorflow :: Girdi

 operator::tensorflow::Input() const 

operator :: tensorflow :: Çıktı

 operator::tensorflow::Output() const