テンソルフロー::作戦:: OrderedMapStage

#include <data_flow_ops.h>

順序付けされたように動作する、基礎となるコンテナー内のステージ(キー、値)。

まとめ

連想コンテナ。要素はキーによって順序付けされます。

引数:

  • スコープ:スコープオブジェクト
  • キー: int64
  • 値: テンソルのリスト dtypes 挿入された値が従う必要があるデータ型のリスト。

オプションの属性 ( Attrsを参照):

  • 容量: ステージング領域内の要素の最大数。 > 0 の場合、容量に達するとコンテナーへの挿入はブロックされます。
  • コンテナ: 空でない場合、このキューは指定されたコンテナに配置されます。それ以外の場合は、デフォルトのコンテナが使用されます。
  • shared_name: この名前を、対応するUnstage Op. と一致させる必要があります。

戻り値:

コンストラクターとデストラクター

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
)

演算子::tensorflow::オペレーション

 operator::tensorflow::Operation() const 

パブリック静的関数

容量

Attrs Capacity(
  int64 x
)

容器

Attrs Container(
  StringPiece x
)

メモリ制限

Attrs MemoryLimit(
  int64 x
)

共有名

Attrs SharedName(
  StringPiece x
)