TensorListConcat

공개 최종 클래스 TensorListConcat

0차원을 따라 목록의 모든 텐서를 연결합니다.

모든 텐서는 첫 번째 차원을 제외하고 동일한 모양을 가져야 합니다.

input_handle: 입력 목록입니다. 텐서: 연결된 결과입니다. lengths: 목록에 있는 0차원 텐서의 크기를 포함하는 출력 텐서이며, 기울기 계산에 사용됩니다.

중첩 클래스

수업 TensorListConcat.Options TensorListConcat 의 선택적 속성

공개 방법

정적 <T> TensorListConcat <T>
생성 ( 범위 범위, 피연산자 <?> inputHandle, Class<T> elementDtype, 옵션... 옵션)
새로운 TensorListConcat 작업을 래핑하는 클래스를 생성하는 팩토리 메서드입니다.
정적 TensorListConcat.Options
elementShape ( 모양 elementShape)
출력 <긴>
길이 ()
출력 <T>
텐서 ()

상속된 메서드

공개 방법

공개 정적 TensorListConcat <T> 생성 ( 범위 범위, 피연산자 <?> inputHandle, Class<T> elementDtype, 옵션... 옵션)

새로운 TensorListConcat 작업을 래핑하는 클래스를 생성하는 팩토리 메서드입니다.

매개변수
범위 현재 범위
옵션 선택적 속성 값을 전달합니다.
보고
  • TensorListConcat의 새로운 인스턴스

공개 정적 TensorListConcat.Options elementShape ( 모양 elementShape)

공개 출력 <Long> 길이 ()

공개 출력 <T> 텐서 ()