flux tensoriel : : opérations : : BarrièreTakeMany :: Attributs
#include <data_flow_ops.h>
Setters d'attributs facultatifs pour BarrierTakeMany .
Résumé
Attributs publics | |
---|---|
allow_small_batch_ = false | bool |
timeout_ms_ = -1 | int64 |
wait_for_incomplete_ = false | bool |
Fonctions publiques | |
---|---|
AllowSmallBatch (bool x) | TF_MUST_USE_RESULT Attrs Permet de renvoyer moins d'éléments num_elements si la barrière est déjà fermée. |
TimeoutMs (int64 x) | TF_MUST_USE_RESULT Attrs Si la file d'attente est vide, cette opération bloquera jusqu'à timeout_ms millisecondes. |
WaitForIncomplete (bool x) | TF_MUST_USE_RESULT Attrs La valeur par défaut est false. |
Attributs publics
allow_small_batch_
bool tensorflow::ops::BarrierTakeMany::Attrs::allow_small_batch_ = false
timeout_ms_
int64 tensorflow::ops::BarrierTakeMany::Attrs::timeout_ms_ = -1
attendre_for_incomplete_
bool tensorflow::ops::BarrierTakeMany::Attrs::wait_for_incomplete_ = false
Fonctions publiques
AutoriserSmallBatch
TF_MUST_USE_RESULT Attrs tensorflow::ops::BarrierTakeMany::Attrs::AllowSmallBatch( bool x )
Permet de renvoyer moins d'éléments num_elements si la barrière est déjà fermée.
La valeur par défaut est false
TimeoutMme
TF_MUST_USE_RESULT Attrs tensorflow::ops::BarrierTakeMany::Attrs::TimeoutMs( int64 x )
Si la file d'attente est vide, cette opération bloquera jusqu'à timeout_ms millisecondes.
Remarque : Cette option n'est pas encore prise en charge.
La valeur par défaut est -1
AttendreIncomplet
TF_MUST_USE_RESULT Attrs tensorflow::ops::BarrierTakeMany::Attrs::WaitForIncomplete( bool x )
La valeur par défaut est false.