tensorflow :: ops :: MapUnstage :: Attr
#include <data_flow_ops.h>
Setter attributi opzionali per MapUnstage
Sommario
Attributi pubblici | |
---|---|
capacity_ = 0 | int64 |
container_ = "" | StringPiece |
memory_limit_ = 0 | int64 |
shared_name_ = "" | StringPiece |
Funzioni pubbliche | |
---|---|
Capacity (int64 x) | TF_MUST_USE_RESULT Attrs Il valore predefinito è 0. |
Container (StringPiece x) | TF_MUST_USE_RESULT Attrs Il valore predefinito è "". |
MemoryLimit (int64 x) | TF_MUST_USE_RESULT Attrs Il valore predefinito è 0. |
SharedName (StringPiece x) | TF_MUST_USE_RESULT Attrs Il valore predefinito è "". |
Attributi pubblici
capacità_
int64 tensorflow::ops::MapUnstage::Attrs::capacity_ = 0
contenitore_
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_ = ""
Funzioni pubbliche
Capacità
TF_MUST_USE_RESULT Attrs tensorflow::ops::MapUnstage::Attrs::Capacity( int64 x )
Il valore predefinito è 0.
Contenitore
TF_MUST_USE_RESULT Attrs tensorflow::ops::MapUnstage::Attrs::Container( StringPiece x )
Il valore predefinito è "".
MemoryLimit
TF_MUST_USE_RESULT Attrs tensorflow::ops::MapUnstage::Attrs::MemoryLimit( int64 x )
Il valore predefinito è 0.
SharedName
TF_MUST_USE_RESULT Attrs tensorflow::ops::MapUnstage::Attrs::SharedName( StringPiece x )
Il valore predefinito è "".