テンソルフロー::作戦:: FIFOキュー
#include <data_flow_ops.h>
先入れ先出しの順序で要素を生成するキュー。
まとめ
引数:
- スコープ:スコープオブジェクト
- Component_types: 値内の各コンポーネントのタイプ。
オプションの属性 ( Attrs
を参照):
- 形状: 値の各コンポーネントの形状。この属性の長さは 0 であるか、component_types の長さと同じである必要があります。この属性の長さが 0 の場合、キュー要素の形状は制約されず、一度に 1 つの要素だけをデキューできます。
- 容量: このキュー内の要素数の上限。負の数は制限がないことを意味します。
- コンテナ: 空でない場合、このキューは指定されたコンテナに配置されます。それ以外の場合は、デフォルトのコンテナが使用されます。
- shared_name: 空でない場合、このキューは指定された名前で複数のセッション間で共有されます。
戻り値:
-
Output
: キューへのハンドル。
コンストラクターとデストラクター | |
---|---|
FIFOQueue (const :: tensorflow::Scope & scope, const DataTypeSlice & component_types) | |
FIFOQueue (const :: tensorflow::Scope & scope, const DataTypeSlice & component_types, const FIFOQueue::Attrs & attrs) |
パブリック属性 | |
---|---|
handle | |
operation |
公共機能 | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
パブリック静的関数 | |
---|---|
Capacity (int64 x) | |
Container (StringPiece x) | |
Shapes (const gtl::ArraySlice< PartialTensorShape > & x) | |
SharedName (StringPiece x) |
構造体 | |
---|---|
tensorflow:: ops:: FIFOQueue:: Attrs | FIFOQueueのオプションの属性セッター。 |
パブリック属性
ハンドル
::tensorflow::Output handle
手術
Operation operation
公共機能
FIFOキュー
FIFOQueue( const ::tensorflow::Scope & scope, const DataTypeSlice & component_types )
FIFOキュー
FIFOQueue( const ::tensorflow::Scope & scope, const DataTypeSlice & component_types, const FIFOQueue::Attrs & attrs )
ノード
::tensorflow::Node * node() const
演算子::tensorflow::入力
operator::tensorflow::Input() const
演算子::tensorflow::出力
operator::tensorflow::Output() const
パブリック静的関数
容量
Attrs Capacity( int64 x )
容器
Attrs Container( StringPiece x )
形状
Attrs Shapes( const gtl::ArraySlice< PartialTensorShape > & x )
共有名
Attrs SharedName( StringPiece x )