텐서플로우:: 작전:: 무작위셔플큐

#include <data_flow_ops.h>

요소의 순서를 무작위로 지정하는 대기열입니다.

요약

인수:

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

선택적 속성( Attrs 참조):

  • 모양: 값의 각 구성 요소 모양입니다. 이 속성의 길이는 0이거나 component_types의 길이와 동일해야 합니다. 이 속성의 길이가 0인 경우 대기열 요소의 모양은 제한되지 않으며 한 번에 하나의 요소만 대기열에서 제거할 수 있습니다.
  • 용량: 이 대기열에 있는 요소 수의 상한입니다. 음수는 제한이 없음을 의미합니다.
  • min_after_dequeue: 대기열에서 제거하거나 대기열이 닫힌 후 이렇게 많은 요소가 있지 않으면 대기열에서 제거가 차단됩니다. 이는 요소 혼합의 최소 수준을 보장합니다.
  • Seed: Seed 또는 Seed2가 0이 아닌 값으로 설정된 경우 난수 생성기는 지정된 시드에 의해 시드됩니다. 그렇지 않으면 임의의 시드가 사용됩니다.
  • Seed2: 시드 충돌을 피하기 위한 두 번째 시드입니다.
  • 컨테이너: 비어 있지 않은 경우 이 큐는 지정된 컨테이너에 배치됩니다. 그렇지 않으면 기본 컨테이너가 사용됩니다.
  • shared_name: 비어 있지 않은 경우 이 대기열은 여러 세션에서 지정된 이름으로 공유됩니다.

보고:

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

생성자와 소멸자

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

공개 속성

handle
operation

공공 기능

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

공개 정적 함수

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

구조체

tensorflow:: ops:: RandomShuffleQueue:: 속성

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

공개 속성

핸들

::tensorflow::Output handle

작업

Operation operation

공공 기능

무작위셔플큐

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

무작위셔플큐

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

마디

::tensorflow::Node * node() const 

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

 operator::tensorflow::Input() const 

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

 operator::tensorflow::Output() const 

공개 정적 함수

용량

Attrs Capacity(
  int64 x
)

컨테이너

Attrs Container(
  StringPiece x
)

대기열 제거 후 최소

Attrs MinAfterDequeue(
  int64 x
)

씨앗

Attrs Seed(
  int64 x
)

시드2

Attrs Seed2(
  int64 x
)

모양

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

공유 이름

Attrs SharedName(
  StringPiece x
)