テンソルフロー::作戦::マップステージ
#include <data_flow_ops.h>
ハッシュテーブルのように動作する、基礎となるコンテナー内のステージ(キー、値)。
まとめ
引数:
- スコープ:スコープオブジェクト
- キー: int64
- 値: テンソルのリスト dtypes 挿入された値が従う必要があるデータ型のリスト。
オプションの属性 ( Attrs
を参照):
- 容量: ステージング領域内の要素の最大数。 > 0 の場合、容量に達するとコンテナーへの挿入はブロックされます。
- コンテナ: 空でない場合、このキューは指定されたコンテナに配置されます。それ以外の場合は、デフォルトのコンテナが使用されます。
- shared_name: この名前は、対応するUnstage Op と一致する必要があります。
戻り値:
- 作成された
Operation
コンストラクターとデストラクター | |
---|---|
MapStage (const :: tensorflow::Scope & scope, :: tensorflow::Input key, :: tensorflow::Input indices, :: tensorflow::InputList values, const DataTypeSlice & dtypes) | |
MapStage (const :: tensorflow::Scope & scope, :: tensorflow::Input key, :: tensorflow::Input indices, :: tensorflow::InputList values, const DataTypeSlice & dtypes, const MapStage::Attrs & attrs) |
パブリック属性 | |
---|---|
operation |
公共機能 | |
---|---|
operator::tensorflow::Operation () const |
パブリック静的関数 | |
---|---|
Capacity (int64 x) | |
Container (StringPiece x) | |
MemoryLimit (int64 x) | |
SharedName (StringPiece x) |
構造体 | |
---|---|
tensorflow:: ops:: MapStage:: Attrs | MapStageのオプションの属性セッター。 |
パブリック属性
手術
Operation operation
公共機能
マップステージ
MapStage( const ::tensorflow::Scope & scope, ::tensorflow::Input key, ::tensorflow::Input indices, ::tensorflow::InputList values, const DataTypeSlice & dtypes )
マップステージ
MapStage( const ::tensorflow::Scope & scope, ::tensorflow::Input key, ::tensorflow::Input indices, ::tensorflow::InputList values, const DataTypeSlice & dtypes, const MapStage::Attrs & attrs )
演算子::tensorflow::オペレーション
operator::tensorflow::Operation() const
パブリック静的関数
容量
Attrs Capacity( int64 x )
容器
Attrs Container( StringPiece x )
メモリ制限
Attrs MemoryLimit( int64 x )
共有名
Attrs SharedName( StringPiece x )