TensorListScatterIntoExistingList

공개 최종 클래스 TensorListScatterIntoExistingList

입력 목록의 인덱스에 텐서를 분산시킵니다.

TensorList의 각 멤버는 주어진 인덱스로 지정된 입력 텐서의 한 행에 해당합니다( tf.gather 참조).

input_handle: 분산할 목록입니다. 텐서: 입력 텐서. indices: 목록의 색인을 생성하는 데 사용되는 색인입니다. 출력 핸들: TensorList.

공개 방법

<객체> 출력
출력 ()
텐서의 기호 핸들을 반환합니다.
정적 <T> TensorListScatterIntoExistingList
생성 ( Scope 범위, Operand <?> inputHandle, Operand <T> 텐서, Operand <Integer> 인덱스)
새로운 TensorListScatterIntoExistingList 작업을 래핑하는 클래스를 생성하는 팩토리 메서드입니다.
출력 <?>

상속된 메서드

공개 방법

공개 출력 <Object> asOutput ()

텐서의 기호 핸들을 반환합니다.

TensorFlow 작업에 대한 입력은 다른 TensorFlow 작업의 출력입니다. 이 메서드는 입력 계산을 나타내는 기호 핸들을 얻는 데 사용됩니다.

public static TensorListScatterIntoExistingList create ( 범위 범위, Operand <?> inputHandle, Operand <T> 텐서, Operand <Integer> 인덱스)

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

매개변수
범위 현재 범위
보고
  • TensorListScatterIntoExistingList의 새로운 인스턴스

공개 출력 <?> 출력 핸들 ()