텐서플로우:: 작전:: 연결

#include <array_ops.h>

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

요약

인수:

  • 범위: 범위 개체
  • 값: 연결할 N Tensor 목록입니다. 순위와 유형이 일치해야 하며 크기는 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(
  const ::tensorflow::Scope & scope,
  ::tensorflow::InputList values,
  ::tensorflow::Input axis
)

마디

::tensorflow::Node * node() const 

연산자::텐서플로우::입력

 operator::tensorflow::Input() const 

연산자::텐서플로우::출력

 operator::tensorflow::Output() const