텐서플로우:: 작전:: 우선순위 대기열

#include <data_flow_ops.h>

첫 번째 구성 요소 값을 기준으로 정렬된 요소를 생성하는 대기열입니다.

요약

PriorityQueue를 사용하려면 모든 요소의 첫 번째 구성 요소가 스칼라 int64여야 하며, 구성 요소 유형에 의해 선언된 다른 요소도 필요합니다. 따라서 PriorityQueue 에서 Enqueue 및 EnqueueMany(각각 Dequeue 및 DequeueMany)를 호출하려면 입력(각각 출력) 목록에 하나의 추가 항목이 필요합니다(각각 출력).

인수:

  • 범위: 범위 개체
  • 모양: 값의 각 구성 요소 모양입니다. 이 속성의 길이는 0이거나 component_types의 길이와 동일해야 합니다. 이 속성의 길이가 0인 경우 대기열 요소의 모양은 제한되지 않으며 한 번에 하나의 요소만 대기열에서 제거할 수 있습니다.

선택적 속성( Attrs 참조):

  • component_types: 값의 각 구성 요소 유형입니다.
  • 용량: 이 대기열에 있는 요소 수의 상한입니다. 음수는 제한이 없음을 의미합니다.
  • 컨테이너: 비어 있지 않은 경우 이 큐는 지정된 컨테이너에 배치됩니다. 그렇지 않으면 기본 컨테이너가 사용됩니다.
  • shared_name: 비어 있지 않은 경우 이 대기열은 여러 세션에서 지정된 이름으로 공유됩니다.

보고:

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

생성자와 소멸자

PriorityQueue (const :: tensorflow::Scope & scope, const gtl::ArraySlice< PartialTensorShape > & shapes)
PriorityQueue (const :: tensorflow::Scope & scope, const gtl::ArraySlice< PartialTensorShape > & shapes, const PriorityQueue::Attrs & attrs)

공개 속성

handle
operation

공공 기능

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

공개 정적 함수

Capacity (int64 x)
ComponentTypes (const DataTypeSlice & x)
Container (StringPiece x)
SharedName (StringPiece x)

구조체

tensorflow:: ops:: PriorityQueue:: 속성

PriorityQueue 에 대한 선택적 속성 설정자입니다.

공개 속성

핸들

::tensorflow::Output handle

작업

Operation operation

공공 기능

우선순위 대기열

 PriorityQueue(
  const ::tensorflow::Scope & scope,
  const gtl::ArraySlice< PartialTensorShape > & shapes
)

우선순위 대기열

 PriorityQueue(
  const ::tensorflow::Scope & scope,
  const gtl::ArraySlice< PartialTensorShape > & shapes,
  const PriorityQueue::Attrs & attrs
)

마디

::tensorflow::Node * node() const 

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

 operator::tensorflow::Input() const 

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

 operator::tensorflow::Output() const 

공개 정적 함수

용량

Attrs Capacity(
  int64 x
)

구성 요소 유형

Attrs ComponentTypes(
  const DataTypeSlice & x
)

컨테이너

Attrs Container(
  StringPiece x
)

공유 이름

Attrs SharedName(
  StringPiece x
)