tensorflow :: ops :: OrderedMapUnstage
#include <data_flow_ops.h>
Opは、キーに関連付けられた値を削除して返します。
概要
基になるコンテナから。基になるコンテナにこのキーが含まれていない場合、opは含まれるまでブロックします。
引数:
- スコープ:スコープオブジェクト
戻り値:
-
OutputList
:値テンソル。
コンストラクタとデストラクタ | |
---|---|
OrderedMapUnstage (const :: tensorflow::Scope & scope, :: tensorflow::Input key, :: tensorflow::Input indices, const DataTypeSlice & dtypes) | |
OrderedMapUnstage (const :: tensorflow::Scope & scope, :: tensorflow::Input key, :: tensorflow::Input indices, const DataTypeSlice & dtypes, const OrderedMapUnstage::Attrs & attrs) |
パブリック属性 | |
---|---|
operation | |
values |
公の行事 | |
---|---|
operator[] (size_t index) const |
パブリック静的関数 | |
---|---|
Capacity (int64 x) | |
Container (StringPiece x) | |
MemoryLimit (int64 x) | |
SharedName (StringPiece x) |
構造体 | |
---|---|
tensorflow :: ops :: OrderedMapUnstage :: Attrs | OrderedMapUnstageのオプションの属性セッター。 |
パブリック属性
操作
Operation operation
値
::tensorflow::OutputList values
公の行事
OrderedMapUnstage
OrderedMapUnstage( const ::tensorflow::Scope & scope, ::tensorflow::Input key, ::tensorflow::Input indices, const DataTypeSlice & dtypes )
OrderedMapUnstage
OrderedMapUnstage( const ::tensorflow::Scope & scope, ::tensorflow::Input key, ::tensorflow::Input indices, const DataTypeSlice & dtypes, const OrderedMapUnstage::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 )