تينسورفلو :: العمليات :: AddN

#include <math_ops.h>

أضف كل عناصر موتر الإدخال بحكمة.

ملخص

يجب أن تكون المدخلات من نفس الحجم والشكل.

  x = [9, 7, 10]
  tf.math.add_n(x) ==> 26
  

الحجج:

عائدات:

  • Output : مجموع موتر.

البنائين والمدمرين

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

السمات العامة

operation
sum

الوظائف العامة

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

السمات العامة

عملية

Operation operation

مجموع

::tensorflow::Output sum

الوظائف العامة

AddN

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

العقدة

::tensorflow::Node * node() const 

المشغل :: tensorflow :: الإدخال

 operator::tensorflow::Input() const 

المشغل :: Tensorflow :: Output

 operator::tensorflow::Output() const