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

tensorflow :: ops :: TensorArrayGather

#include <data_flow_ops.h>

TensorArray의 특정 요소를 출력 value 으로 수집 value .

요약

indices 선택한 모든 요소는 모양이 같아야합니다.

인수 :

  • 범위 : 범위 개체
  • handle : TensorArray에 대한 핸들.
  • 인덱스 : 텐서 요소를 읽을 TensorArray 의 위치입니다.
  • flow_in : 작업의 적절한 연결을 강제하는 부동 스칼라.
  • dtype : 반환되는 요소의 유형입니다.

선택적 속성 ( Attrs 참조) :

  • element_shape : 알려진 경우 요소의 예상 모양. TensorArray 요소의 모양을 확인하는 데 사용됩니다. 이 모양이 완전히 지정되지 않은 경우 크기가 0 인 TensorArray를 수집하는 것은 오류입니다.

보고:

생성자와 소멸자

TensorArrayGather (const :: tensorflow::Scope & scope, :: tensorflow::Input handle, :: tensorflow::Input indices, :: tensorflow::Input flow_in, DataType dtype)
TensorArrayGather (const :: tensorflow::Scope & scope, :: tensorflow::Input handle, :: tensorflow::Input indices, :: tensorflow::Input flow_in, DataType dtype, const TensorArrayGather::Attrs & attrs)

공용 속성

operation
value

공공 기능

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

공개 정적 함수

ElementShape (PartialTensorShape x)

구조체

tensorflow :: ops :: TensorArrayGather :: Attrs

TensorArrayGather에 대한 선택적 속성 설정자.

공용 속성

조작

Operation operation

::tensorflow::Output value

공공 기능

TensorArrayGather

 TensorArrayGather(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input handle,
  ::tensorflow::Input indices,
  ::tensorflow::Input flow_in,
  DataType dtype
)

TensorArrayGather

 TensorArrayGather(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input handle,
  ::tensorflow::Input indices,
  ::tensorflow::Input flow_in,
  DataType dtype,
  const TensorArrayGather::Attrs & attrs
)

마디

::tensorflow::Node * node() const 

연산자 :: tensorflow :: 입력

 operator::tensorflow::Input() const 

연산자 :: tensorflow :: 출력

 operator::tensorflow::Output() const 

공개 정적 함수

ElementShape

Attrs ElementShape(
  PartialTensorShape x
)