テンソルフロー::作戦:: OrderedMapClear::属性
#include <data_flow_ops.h>
OrderedMapClearのオプションの属性セッター。
まとめ
パブリック属性 | |
---|---|
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::OrderedMapClear::Attrs::capacity_ = 0
容器_
StringPiece tensorflow::ops::OrderedMapClear::Attrs::container_ = ""
メモリ制限_
int64 tensorflow::ops::OrderedMapClear::Attrs::memory_limit_ = 0
共有名_
StringPiece tensorflow::ops::OrderedMapClear::Attrs::shared_name_ = ""
公共機能
容器
TF_MUST_USE_RESULT Attrs tensorflow::ops::OrderedMapClear::Attrs::Container( StringPiece x )
デフォルトは「」です。
メモリ制限
TF_MUST_USE_RESULT Attrs tensorflow::ops::OrderedMapClear::Attrs::MemoryLimit( int64 x )
デフォルトは 0 です。
共有名
TF_MUST_USE_RESULT Attrs tensorflow::ops::OrderedMapClear::Attrs::SharedName( StringPiece x )
デフォルトは「」です。