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

tensorflow :: ops :: Concat

#include <array_ops.h>

한 차원을 따라 텐서를 연결합니다.

요약

인수 :

  • 범위 : 범위 개체
  • 값 : 연결할 N 텐서 목록. 순위와 유형은 일치해야하며 크기는 concat_dim 제외한 모든 차원에서 일치해야합니다.
  • 축 : 0-D. 연결할 차원입니다. [-순위 (값), 순위 (값)) 범위에 있어야합니다.

보고:

  • Output : concat_dim 차원을 따라 누적 된 값의 연결이있는 Tensor . 이 텐서의 모양은 크기의 합이있는 concat_dim 제외하고 values 의 모양과 일치합니다.

생성자와 소멸자

Concat (const :: tensorflow::Scope & scope, :: tensorflow::InputList values, :: tensorflow::Input axis)

공용 속성

operation
output

공공 기능

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

공용 속성

조작

Operation operation

산출

::tensorflow::Output output

공공 기능

Concat

 Concat(
  const ::tensorflow::Scope & scope,
  ::tensorflow::InputList values,
  ::tensorflow::Input axis
)

마디

::tensorflow::Node * node() const 

연산자 :: tensorflow :: 입력

 operator::tensorflow::Input() const 

연산자 :: tensorflow :: 출력

 operator::tensorflow::Output() const