tensorflow :: ops :: OrderedMapStage
#include <data_flow_ops.h>
順序付けられたように動作する、基になるコンテナのステージ(キー、値)。
概要
連想コンテナ。要素はキー順に並べられています。
引数:
- スコープ:スコープオブジェクト
- キー:int64
- 値:テンソルdtypeのリスト挿入された値が準拠する必要があるデータ型のリスト。
オプションの属性(参照Attrs
):
- 容量:ステージング領域の要素の最大数。 > 0の場合、容量に達すると、コンテナへの挿入がブロックされます。
- コンテナ:空でない場合、このキューは指定されたコンテナに配置されます。それ以外の場合は、デフォルトのコンテナが使用されます。
- shared_name:この名前を一致するUnstageOpと一致させる必要があります。
戻り値:
- 作成された
Operation
コンストラクタとデストラクタ | |
---|---|
OrderedMapStage (const :: tensorflow::Scope & scope, :: tensorflow::Input key, :: tensorflow::Input indices, :: tensorflow::InputList values, const DataTypeSlice & dtypes) | |
OrderedMapStage (const :: tensorflow::Scope & scope, :: tensorflow::Input key, :: tensorflow::Input indices, :: tensorflow::InputList values, const DataTypeSlice & dtypes, const OrderedMapStage::Attrs & attrs) |
パブリック属性 | |
---|---|
operation |
公の行事 | |
---|---|
operator::tensorflow::Operation () const |
パブリック静的関数 | |
---|---|
Capacity (int64 x) | |
Container (StringPiece x) | |
MemoryLimit (int64 x) | |
SharedName (StringPiece x) |
構造体 | |
---|---|
tensorflow :: ops :: OrderedMapStage :: Attrs | OrderedMapStageのオプションの属性セッター。 |
パブリック属性
操作
Operation operation
公の行事
OrderedMapStage
OrderedMapStage( const ::tensorflow::Scope & scope, ::tensorflow::Input key, ::tensorflow::Input indices, ::tensorflow::InputList values, const DataTypeSlice & dtypes )
OrderedMapStage
OrderedMapStage( const ::tensorflow::Scope & scope, ::tensorflow::Input key, ::tensorflow::Input indices, ::tensorflow::InputList values, const DataTypeSlice & dtypes, const OrderedMapStage::Attrs & attrs )
operator :: tensorflow :: Operation
operator::tensorflow::Operation() const
パブリック静的関数
容量
Attrs Capacity( int64 x )
コンテナ
Attrs Container( StringPiece x )
MemoryLimit
Attrs MemoryLimit( int64 x )
SharedName
Attrs SharedName( StringPiece x )