Google I/O에 참여해 주셔서 감사합니다. 주문형 모든 세션 보기 주문형 시청

tensorflow :: ops :: AddN

#include <math_ops.h>

모든 입력 텐서 요소를 현명하게 추가하십시오 .

요약

입력은 크기와 모양이 동일해야합니다.

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

인수 :

보고:

생성자와 소멸자

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 :: 출력

 operator::tensorflow::Output() const