テンソルフロー::作戦::注文済みMapPeek
#include <data_flow_ops.h>
Op は、指定されたキーの値を調べます。
まとめ
もし
基礎となるコンテナにはこのキーが含まれていません。この操作は、含まれるまでブロックされます。この Op はパフォーマンスが最適化されています。
引数:
- スコープ:スコープオブジェクト
戻り値:
-
OutputList
: 値テンソル。
コンストラクターとデストラクター | |
---|---|
OrderedMapPeek (const :: tensorflow::Scope & scope, :: tensorflow::Input key, :: tensorflow::Input indices, const DataTypeSlice & dtypes) | |
OrderedMapPeek (const :: tensorflow::Scope & scope, :: tensorflow::Input key, :: tensorflow::Input indices, const DataTypeSlice & dtypes, const OrderedMapPeek::Attrs & attrs) |
パブリック属性 | |
---|---|
operation | |
values |
公共機能 | |
---|---|
operator[] (size_t index) const |
パブリック静的関数 | |
---|---|
Capacity (int64 x) | |
Container (StringPiece x) | |
MemoryLimit (int64 x) | |
SharedName (StringPiece x) |
構造体 | |
---|---|
tensorflow:: ops:: OrderedMapPeek:: Attrs | OrderedMapPeekのオプションの属性セッター。 |
パブリック属性
手術
Operation operation
価値観
::tensorflow::OutputList values
公共機能
注文済みMapPeek
OrderedMapPeek( const ::tensorflow::Scope & scope, ::tensorflow::Input key, ::tensorflow::Input indices, const DataTypeSlice & dtypes )
注文済みMapPeek
OrderedMapPeek( const ::tensorflow::Scope & scope, ::tensorflow::Input key, ::tensorflow::Input indices, const DataTypeSlice & dtypes, const OrderedMapPeek::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 )