tensorflow :: ops ::アンステージ:: Attrs
#include <data_flow_ops.h>
Unstageのオプションの属性セッター。
概要
パブリック属性 | |
---|---|
capacity_ = 0 | int64 |
container_ = "" | StringPiece |
memory_limit_ = 0 | int64 |
shared_name_ = "" | StringPiece |
公の行事 | |
---|---|
Capacity (int64 x) | TF_MUST_USE_RESULT Attrs デフォルトは0です。 |
Container (StringPiece x) | TF_MUST_USE_RESULT Attrs デフォルトは「」です。 |
MemoryLimit (int64 x) | TF_MUST_USE_RESULT Attrs デフォルトは0です。 |
SharedName (StringPiece x) | TF_MUST_USE_RESULT Attrs デフォルトは「」です。 |
パブリック属性
容量_
int64 tensorflow::ops::Unstage::Attrs::capacity_ = 0
コンテナ_
StringPiece tensorflow::ops::Unstage::Attrs::container_ = ""
memory_limit_
int64 tensorflow::ops::Unstage::Attrs::memory_limit_ = 0
shared_name_
StringPiece tensorflow::ops::Unstage::Attrs::shared_name_ = ""
公の行事
MemoryLimit
TF_MUST_USE_RESULT Attrs tensorflow::ops::Unstage::Attrs::MemoryLimit( int64 x )
デフォルトは0です。
SharedName
TF_MUST_USE_RESULT Attrs tensorflow::ops::Unstage::Attrs::SharedName( StringPiece x )
デフォルトは「」です。