tensorflow :: ops :: StagePeek
#include <data_flow_ops.h>
Opは、指定されたインデックスの値を確認します。
概要
の場合
基になるコンテナには、この操作がブロックするまでブロックする十分な要素が含まれていません。この操作は、パフォーマンスが最適化されています。
引数:
- スコープ:スコープオブジェクト
戻り値:
-
OutputList
:値テンソル。
コンストラクタとデストラクタ | |
---|---|
StagePeek (const :: tensorflow::Scope & scope, :: tensorflow::Input index, const DataTypeSlice & dtypes) | |
StagePeek (const :: tensorflow::Scope & scope, :: tensorflow::Input index, const DataTypeSlice & dtypes, const StagePeek::Attrs & attrs) |
パブリック属性 | |
---|---|
operation | |
values |
公の行事 | |
---|---|
operator[] (size_t index) const |
パブリック静的関数 | |
---|---|
Capacity (int64 x) | |
Container (StringPiece x) | |
MemoryLimit (int64 x) | |
SharedName (StringPiece x) |
構造体 | |
---|---|
tensorflow :: ops :: StagePeek :: Attrs | StagePeekのオプションの属性セッター。 |
パブリック属性
操作
Operation operation
値
::tensorflow::OutputList values
公の行事
StagePeek
StagePeek( const ::tensorflow::Scope & scope, ::tensorflow::Input index, const DataTypeSlice & dtypes )
StagePeek
StagePeek( const ::tensorflow::Scope & scope, ::tensorflow::Input index, const DataTypeSlice & dtypes, const StagePeek::Attrs & attrs )
オペレーター[]
::tensorflow::Output operator[]( size_t index ) const
パブリック静的関数
容量
Attrs Capacity( int64 x )
コンテナ
Attrs Container( StringPiece x )
MemoryLimit
Attrs MemoryLimit( int64 x )
SharedName
Attrs SharedName( StringPiece x )