テンソルフロー::作戦::優先キュー::属性
#include <data_flow_ops.h>
PriorityQueueのオプションの属性セッター。
まとめ
パブリック属性 | |
---|---|
capacity_ = -1 | int64 |
component_types_ = {} | DataTypeSlice |
container_ = "" | StringPiece |
shared_name_ = "" | StringPiece |
公共機能 | |
---|---|
Capacity (int64 x) | TF_MUST_USE_RESULT Attrs このキュー内の要素数の上限。 |
ComponentTypes (const DataTypeSlice & x) | TF_MUST_USE_RESULT Attrs 値の各コンポーネントのタイプ。 |
Container (StringPiece x) | TF_MUST_USE_RESULT Attrs 空でない場合、このキューは指定されたコンテナーに配置されます。 |
SharedName (StringPiece x) | TF_MUST_USE_RESULT Attrs 空でない場合、このキューは指定された名前で複数のセッション間で共有されます。 |
パブリック属性
容量_
int64 tensorflow::ops::PriorityQueue::Attrs::capacity_ = -1
コンポーネントの種類_
DataTypeSlice tensorflow::ops::PriorityQueue::Attrs::component_types_ = {}
容器_
StringPiece tensorflow::ops::PriorityQueue::Attrs::container_ = ""
共有名_
StringPiece tensorflow::ops::PriorityQueue::Attrs::shared_name_ = ""
公共機能
容量
TF_MUST_USE_RESULT Attrs tensorflow::ops::PriorityQueue::Attrs::Capacity( int64 x )
このキュー内の要素数の上限。
負の数は制限がないことを意味します。
デフォルトは -1
コンポーネントの種類
TF_MUST_USE_RESULT Attrs tensorflow::ops::PriorityQueue::Attrs::ComponentTypes( const DataTypeSlice & x )
値の各コンポーネントのタイプ。
デフォルトは []
容器
TF_MUST_USE_RESULT Attrs tensorflow::ops::PriorityQueue::Attrs::Container( StringPiece x )
空でない場合、このキューは指定されたコンテナーに配置されます。
それ以外の場合は、デフォルトのコンテナが使用されます。
デフォルトは「」です
共有名
TF_MUST_USE_RESULT Attrs tensorflow::ops::PriorityQueue::Attrs::SharedName( StringPiece x )
空でない場合、このキューは指定された名前で複数のセッション間で共有されます。
デフォルトは「」です