tensorflow :: ops :: RandomShuffleQueue :: 속성
#include <data_flow_ops.h>
RandomShuffleQueue에 대한 선택적 속성 설정자.
요약
공용 속성 | |
---|---|
capacity_ = -1 | int64 |
container_ = "" | StringPiece |
min_after_dequeue_ = 0 | int64 |
seed2_ = 0 | int64 |
seed_ = 0 | int64 |
shapes_ = {} | gtl::ArraySlice< PartialTensorShape > |
shared_name_ = "" | StringPiece |
공공 기능 | |
---|---|
Capacity (int64 x) | TF_MUST_USE_RESULT Attrs 이 큐에있는 요소 수의 상한입니다. |
Container (StringPiece x) | TF_MUST_USE_RESULT Attrs 비어 있지 않은 경우이 큐는 지정된 컨테이너에 배치됩니다. |
MinAfterDequeue (int64 x) | TF_MUST_USE_RESULT Attrs 대기열에서 빼기 또는 대기열이 닫힌 후에 이렇게 많은 요소가 없으면 대기열에서 빼기가 차단됩니다. |
Seed (int64 x) | TF_MUST_USE_RESULT Attrs seed 또는 seed2가 0이 아닌 것으로 설정된 경우 난수 생성기는 주어진 seed에 의해 시드됩니다. |
Seed2 (int64 x) | TF_MUST_USE_RESULT Attrs 시드 충돌을 피하기위한 두 번째 시드입니다. |
Shapes (const gtl::ArraySlice< PartialTensorShape > & x) | TF_MUST_USE_RESULT Attrs 값에서 각 구성 요소의 모양입니다. |
SharedName (StringPiece x) | TF_MUST_USE_RESULT Attrs 비어 있지 않은 경우이 대기열은 여러 세션에서 주어진 이름으로 공유됩니다. |
공용 속성
생산 능력_
int64 tensorflow::ops::RandomShuffleQueue::Attrs::capacity_ = -1
컨테이너_
StringPiece tensorflow::ops::RandomShuffleQueue::Attrs::container_ = ""
min_after_dequeue_
int64 tensorflow::ops::RandomShuffleQueue::Attrs::min_after_dequeue_ = 0
seed2_
int64 tensorflow::ops::RandomShuffleQueue::Attrs::seed2_ = 0
씨_
int64 tensorflow::ops::RandomShuffleQueue::Attrs::seed_ = 0
shape_
gtl::ArraySlice< PartialTensorShape > tensorflow::ops::RandomShuffleQueue::Attrs::shapes_ = {}
shared_name_
StringPiece tensorflow::ops::RandomShuffleQueue::Attrs::shared_name_ = ""
공공 기능
생산 능력
TF_MUST_USE_RESULT Attrs tensorflow::ops::RandomShuffleQueue::Attrs::Capacity( int64 x )
이 큐에있는 요소 수의 상한입니다.
음수는 제한이 없음을 의미합니다.
기본값은 -1입니다.
컨테이너
TF_MUST_USE_RESULT Attrs tensorflow::ops::RandomShuffleQueue::Attrs::Container( StringPiece x )
비어 있지 않은 경우이 큐는 지정된 컨테이너에 배치됩니다.
그렇지 않으면 기본 컨테이너가 사용됩니다.
기본값은 ""입니다.
MinAfterDequeue
TF_MUST_USE_RESULT Attrs tensorflow::ops::RandomShuffleQueue::Attrs::MinAfterDequeue( int64 x )
대기열에서 빼기 또는 대기열이 닫힌 후에 이렇게 많은 요소가 없으면 대기열에서 빼기가 차단됩니다.
이렇게하면 요소의 혼합 수준이 최소화됩니다.
기본값은 0입니다.
씨
TF_MUST_USE_RESULT Attrs tensorflow::ops::RandomShuffleQueue::Attrs::Seed( int64 x )
seed 또는 seed2가 0이 아닌 것으로 설정된 경우 난수 생성기는 주어진 seed에 의해 시드됩니다.
그렇지 않으면 임의의 시드가 사용됩니다.
기본값은 0입니다.
Seed2
TF_MUST_USE_RESULT Attrs tensorflow::ops::RandomShuffleQueue::Attrs::Seed2( int64 x )
시드 충돌을 피하기위한 두 번째 시드입니다.
기본값은 0입니다.
모양
TF_MUST_USE_RESULT Attrs tensorflow::ops::RandomShuffleQueue::Attrs::Shapes( const gtl::ArraySlice< PartialTensorShape > & x )
값에서 각 구성 요소의 모양입니다.
이 속성의 길이는 0이거나 component_types의 길이와 같아야합니다. 이 속성의 길이가 0이면 큐 요소의 모양이 제한되지 않으며 한 번에 하나의 요소 만 큐에서 제외 될 수 있습니다.
기본값은 []
SharedName
TF_MUST_USE_RESULT Attrs tensorflow::ops::RandomShuffleQueue::Attrs::SharedName( StringPiece x )
비어 있지 않은 경우이 대기열은 여러 세션에서 주어진 이름으로 공유됩니다.
기본값은 ""입니다.