テンソルフロー::作戦::アンステージ
#include <data_flow_ops.h>
Op は軽量の Dequeue に似ています。
まとめ
基本的な機能はデキューに似ていますが、機能とオプションははるかに少なくなっています。この Op はパフォーマンスが最適化されています。
引数:
- スコープ:スコープオブジェクト
戻り値:
-
OutputList
: 値テンソル。
コンストラクターとデストラクター | |
---|---|
Unstage (const :: tensorflow::Scope & scope, const DataTypeSlice & dtypes) | |
Unstage (const :: tensorflow::Scope & scope, const DataTypeSlice & dtypes, const Unstage::Attrs & attrs) |
パブリック属性 | |
---|---|
operation | |
values |
公共機能 | |
---|---|
operator[] (size_t index) const |
パブリック静的関数 | |
---|---|
Capacity (int64 x) | |
Container (StringPiece x) | |
MemoryLimit (int64 x) | |
SharedName (StringPiece x) |
構造体 | |
---|---|
tensorflow:: ops:: Unstage:: Attrs | Unstageのオプションの属性セッター。 |
パブリック属性
手術
Operation operation
価値観
::tensorflow::OutputList values
公共機能
アンステージ
Unstage( const ::tensorflow::Scope & scope, const DataTypeSlice & dtypes )
アンステージ
Unstage( const ::tensorflow::Scope & scope, const DataTypeSlice & dtypes, const Unstage::Attrs & attrs )
オペレーター[]
::tensorflow::Output operator[]( size_t index ) const
パブリック静的関数
容量
Attrs Capacity( int64 x )
容器
Attrs Container( StringPiece x )
メモリ制限
Attrs MemoryLimit( int64 x )
共有名
Attrs SharedName( StringPiece x )