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

tensorflow :: ops :: FIFOQueue

#include <data_flow_ops.h>

선입 선출 순서로 요소를 생성하는 대기열입니다.

요약

인수 :

  • 범위 : 범위 개체
  • component_types : 값에있는 각 구성 요소의 유형입니다.

선택적 속성 ( Attrs 참조) :

  • 모양 : 값에있는 각 구성 요소의 모양입니다. 이 속성의 길이는 0이거나 component_types의 길이와 같아야합니다. 이 속성의 길이가 0이면 큐 요소의 모양이 제한되지 않으며 한 번에 하나의 요소 만 큐에서 제외 될 수 있습니다.
  • capacity :이 대기열에있는 요소 수의 상한. 음수는 제한이 없음을 의미합니다.
  • container : 비어 있지 않은 경우이 큐는 지정된 컨테이너에 배치됩니다. 그렇지 않으면 기본 컨테이너가 사용됩니다.
  • shared_name : 비어 있지 않은 경우이 대기열은 여러 세션에서 주어진 이름으로 공유됩니다.

보고:

  • Output : 대기열에 대한 핸들입니다.

생성자와 소멸자

FIFOQueue (const :: tensorflow::Scope & scope, const DataTypeSlice & component_types)
FIFOQueue (const :: tensorflow::Scope & scope, const DataTypeSlice & component_types, const FIFOQueue::Attrs & attrs)

공용 속성

handle
operation

공공 기능

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

공개 정적 함수

Capacity (int64 x)
Container (StringPiece x)
Shapes (const gtl::ArraySlice< PartialTensorShape > & x)
SharedName (StringPiece x)

구조체

tensorflow :: ops :: FIFOQueue :: 속성

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

공용 속성

핸들

::tensorflow::Output handle

조작

Operation operation

공공 기능

FIFOQueue

 FIFOQueue(
  const ::tensorflow::Scope & scope,
  const DataTypeSlice & component_types
)

FIFOQueue

 FIFOQueue(
  const ::tensorflow::Scope & scope,
  const DataTypeSlice & component_types,
  const FIFOQueue::Attrs & attrs
)

마디

::tensorflow::Node * node() const 

연산자 :: tensorflow :: 입력

 operator::tensorflow::Input() const 

연산자 :: tensorflow :: 출력

 operator::tensorflow::Output() const 

공개 정적 함수

생산 능력

Attrs Capacity(
  int64 x
)

컨테이너

Attrs Container(
  StringPiece x
)

모양

Attrs Shapes(
  const gtl::ArraySlice< PartialTensorShape > & x
)

SharedName

Attrs SharedName(
  StringPiece x
)