tensorflow :: ops :: BarrierTakeMany :: Attrs
#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 Permite retornar menos do que 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
allow_small_batch_
bool tensorflow::ops::BarrierTakeMany::Attrs::allow_small_batch_ = false
timeout_ms_
int64 tensorflow::ops::BarrierTakeMany::Attrs::timeout_ms_ = -1
wait_for_incomplete_
bool tensorflow::ops::BarrierTakeMany::Attrs::wait_for_incomplete_ = false
Funções públicas
AllowSmallBatch
TF_MUST_USE_RESULT Attrs tensorflow::ops::BarrierTakeMany::Attrs::AllowSmallBatch( bool x )
Permite retornar menos do que num_elements itens se a barreira já estiver fechada.
Padrões para falso
TimeoutMs
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.