tensorflow :: opérations :: MapUnstage :: Attrs
#include <data_flow_ops.h>
Définisseurs d' attributs facultatifs pour MapUnstage .
Résumé
Attributs publics | |
---|---|
capacity_ = 0 | int64 |
container_ = "" | StringPiece |
memory_limit_ = 0 | int64 |
shared_name_ = "" | StringPiece |
Fonctions publiques | |
---|---|
Capacity (int64 x) | TF_MUST_USE_RESULT Attrs La valeur par défaut est 0. |
Container (StringPiece x) | TF_MUST_USE_RESULT Attrs La valeur par défaut est "". |
MemoryLimit (int64 x) | TF_MUST_USE_RESULT Attrs La valeur par défaut est 0. |
SharedName (StringPiece x) | TF_MUST_USE_RESULT Attrs La valeur par défaut est "". |
Attributs publics
capacité_
int64 tensorflow::ops::MapUnstage::Attrs::capacity_ = 0
récipient_
StringPiece tensorflow::ops::MapUnstage::Attrs::container_ = ""
memory_limit_
int64 tensorflow::ops::MapUnstage::Attrs::memory_limit_ = 0
shared_name_
StringPiece tensorflow::ops::MapUnstage::Attrs::shared_name_ = ""
Fonctions publiques
Capacité
TF_MUST_USE_RESULT Attrs tensorflow::ops::MapUnstage::Attrs::Capacity( int64 x )
La valeur par défaut est 0.
Récipient
TF_MUST_USE_RESULT Attrs tensorflow::ops::MapUnstage::Attrs::Container( StringPiece x )
La valeur par défaut est "".
MemoryLimit
TF_MUST_USE_RESULT Attrs tensorflow::ops::MapUnstage::Attrs::MemoryLimit( int64 x )
La valeur par défaut est 0.
SharedName
TF_MUST_USE_RESULT Attrs tensorflow::ops::MapUnstage::Attrs::SharedName( StringPiece x )
La valeur par défaut est "".