fluxo tensor:: ops:: BarreiraTomeMuitos:: Atributos
#include <data_flow_ops.h>
Configuradores de atributos opcionais para BarrierTakeMany .
Resumo
Atributos públicos | |
---|---|
allow_small_batch_ = false | bool |
timeout_ms_ = -1 | int64 |
wait_for_incomplete_ = false | bool |
Funções públicas | |
---|---|
AllowSmallBatch (bool x) | TF_MUST_USE_RESULT Attrs Permitir retornar menos de num_elements itens se a barreira já estiver fechada. |
TimeoutMs (int64 x) | TF_MUST_USE_RESULT Attrs Se a fila estiver vazia, esta operação será bloqueada por até timeout_ms milissegundos. |
WaitForIncomplete (bool x) | TF_MUST_USE_RESULT Attrs O padrão é falso. |
Atributos públicos
permitir_small_batch_
bool tensorflow::ops::BarrierTakeMany::Attrs::allow_small_batch_ = false
tempo limite_ms_
int64 tensorflow::ops::BarrierTakeMany::Attrs::timeout_ms_ = -1
esperar_por_incompleto_
bool tensorflow::ops::BarrierTakeMany::Attrs::wait_for_incomplete_ = false
Funções públicas
PermitirSmallBatch
TF_MUST_USE_RESULT Attrs tensorflow::ops::BarrierTakeMany::Attrs::AllowSmallBatch( bool x )
Permitir retornar menos de num_elements itens se a barreira já estiver fechada.
O padrão é falso
Tempo limiteMs
TF_MUST_USE_RESULT Attrs tensorflow::ops::BarrierTakeMany::Attrs::TimeoutMs( int64 x )
Se a fila estiver vazia, esta operação será bloqueada por até timeout_ms milissegundos.
Nota: Esta opção ainda não é suportada.
O padrão é -1
WaitForIncomplete
TF_MUST_USE_RESULT Attrs tensorflow::ops::BarrierTakeMany::Attrs::WaitForIncomplete( bool x )
O padrão é falso.