fluxo tensor:: ops:: RandomShuffleQueue:: Atributos
#include <data_flow_ops.h>
Configuradores de atributos opcionais para RandomShuffleQueue .
Resumo
Atributos públicos | |
---|---|
capacity_ = -1 | int64 |
container_ = "" | StringPiece |
min_after_dequeue_ = 0 | int64 |
seed2_ = 0 | int64 |
seed_ = 0 | int64 |
shapes_ = {} | gtl::ArraySlice< PartialTensorShape > |
shared_name_ = "" | StringPiece |
Funções públicas | |
---|---|
Capacity (int64 x) | TF_MUST_USE_RESULT Attrs O limite superior do número de elementos nesta fila. |
Container (StringPiece x) | TF_MUST_USE_RESULT Attrs Se não estiver vazia, esta fila será colocada no contêiner especificado. |
MinAfterDequeue (int64 x) | TF_MUST_USE_RESULT Attrs A retirada da fila será bloqueada, a menos que haja tantos elementos após a retirada da fila ou a fila ser fechada. |
Seed (int64 x) | TF_MUST_USE_RESULT Attrs Se seed ou seed2 for definido como diferente de zero, o gerador de números aleatórios será propagado pela semente fornecida. |
Seed2 (int64 x) | TF_MUST_USE_RESULT Attrs Uma segunda semente para evitar colisão de sementes. |
Shapes (const gtl::ArraySlice< PartialTensorShape > & x) | TF_MUST_USE_RESULT Attrs A forma de cada componente em um valor. |
SharedName (StringPiece x) | TF_MUST_USE_RESULT Attrs Se não estiver vazia, esta fila será compartilhada com o nome fornecido em várias sessões. |
Atributos públicos
capacidade_
int64 tensorflow::ops::RandomShuffleQueue::Attrs::capacity_ = -1
recipiente_
StringPiece tensorflow::ops::RandomShuffleQueue::Attrs::container_ = ""
min_after_dequeue_
int64 tensorflow::ops::RandomShuffleQueue::Attrs::min_after_dequeue_ = 0
semente2_
int64 tensorflow::ops::RandomShuffleQueue::Attrs::seed2_ = 0
semente_
int64 tensorflow::ops::RandomShuffleQueue::Attrs::seed_ = 0
formas_
gtl::ArraySlice< PartialTensorShape > tensorflow::ops::RandomShuffleQueue::Attrs::shapes_ = {}
nome_compartilhado_
StringPiece tensorflow::ops::RandomShuffleQueue::Attrs::shared_name_ = ""
Funções públicas
Capacidade
TF_MUST_USE_RESULT Attrs tensorflow::ops::RandomShuffleQueue::Attrs::Capacity( int64 x )
O limite superior do número de elementos nesta fila.
Números negativos significam que não há limite.
O padrão é -1
Recipiente
TF_MUST_USE_RESULT Attrs tensorflow::ops::RandomShuffleQueue::Attrs::Container( StringPiece x )
Se não estiver vazia, esta fila será colocada no contêiner especificado.
Caso contrário, um contêiner padrão será usado.
O padrão é ""
MinAfterDequeue
TF_MUST_USE_RESULT Attrs tensorflow::ops::RandomShuffleQueue::Attrs::MinAfterDequeue( int64 x )
A retirada da fila será bloqueada, a menos que haja tantos elementos após a retirada da fila ou a fila ser fechada.
Isso garante um nível mínimo de mistura de elementos.
O padrão é 0
Semente
TF_MUST_USE_RESULT Attrs tensorflow::ops::RandomShuffleQueue::Attrs::Seed( int64 x )
Se seed ou seed2 for definido como diferente de zero, o gerador de números aleatórios será propagado pela semente fornecida.
Caso contrário, uma semente aleatória será usada.
O padrão é 0
Semente2
TF_MUST_USE_RESULT Attrs tensorflow::ops::RandomShuffleQueue::Attrs::Seed2( int64 x )
Uma segunda semente para evitar colisão de sementes.
O padrão é 0
Formas
TF_MUST_USE_RESULT Attrs tensorflow::ops::RandomShuffleQueue::Attrs::Shapes( const gtl::ArraySlice< PartialTensorShape > & x )
A forma de cada componente em um valor.
O comprimento deste atributo deve ser 0 ou igual ao comprimento de component_types. Se o comprimento deste atributo for 0, as formas dos elementos da fila não serão restritas e apenas um elemento poderá ser retirado da fila por vez.
O padrão é []
Nome Compartilhado
TF_MUST_USE_RESULT Attrs tensorflow::ops::RandomShuffleQueue::Attrs::SharedName( StringPiece x )
Se não estiver vazia, esta fila será compartilhada com o nome fornecido em várias sessões.
O padrão é ""