テンソルフロー::作戦::キューデキュー
#include <data_flow_ops.h>指定されたキューから 1 つ以上のテンソルのタプルをデキューします。
まとめ
この操作には k 個の出力があります。ここで、k は指定されたキューに格納されているタプルのコンポーネントの数、出力 i はデキューされたタプルの i 番目のコンポーネントです。
注意 キューが空の場合、要素がデキューされるまで (または、指定されている場合は「timeout_ms」が経過するまで)、この操作はブロックされます。
引数:
- スコープ:スコープオブジェクト
- handle: キューへのハンドル。
- Component_types: タプル内の各コンポーネントのタイプ。
オプションの属性 ( Attrsを参照):
- timeout_ms: キューが空の場合、この操作は最大 timeout_ms ミリ秒間ブロックされます。注: このオプションはまだサポートされていません。
戻り値:
-  OutputList: タプルとしてデキューされた 1 つ以上のテンソル。
| コンストラクターとデストラクター | |
|---|---|
| QueueDequeue (const :: tensorflow::Scope & scope, :: tensorflow::Input handle, const DataTypeSlice & component_types) | |
| QueueDequeue (const :: tensorflow::Scope & scope, :: tensorflow::Input handle, const DataTypeSlice & component_types, const QueueDequeue::Attrs & attrs) | 
| パブリック属性 | |
|---|---|
| components | |
| operation | |
| 公共機能 | |
|---|---|
| operator[] (size_t index) const | |
| パブリック静的関数 | |
|---|---|
| TimeoutMs (int64 x) | |
| 構造体 | |
|---|---|
| tensorflow:: ops:: QueueDequeue:: Attrs | QueueDequeueのオプションの属性セッター。 | 
パブリック属性
コンポーネント
::tensorflow::OutputList components
手術
Operation operation
公共機能
キューデキュー
QueueDequeue( const ::tensorflow::Scope & scope, ::tensorflow::Input handle, const DataTypeSlice & component_types )
キューデキュー
QueueDequeue( const ::tensorflow::Scope & scope, ::tensorflow::Input handle, const DataTypeSlice & component_types, const QueueDequeue::Attrs & attrs )
オペレーター[]
::tensorflow::Output operator[]( size_t index ) const
パブリック静的関数
タイムアウトさん
Attrs TimeoutMs( int64 x )