テンソルフロー::作戦::ステージ

#include <data_flow_ops.h>

軽量のエンキューに似たステージ値。

まとめ

この Op の基本的な機能は、キューに似ていますが、機能とオプションがはるかに少なくなっています。この Op はパフォーマンスが最適化されています。

引数:

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

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

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

戻り値:

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

Stage (const :: tensorflow::Scope & scope, :: tensorflow::InputList values)
Stage (const :: tensorflow::Scope & scope, :: tensorflow::InputList values, const Stage::Attrs & attrs)

パブリック属性

operation

公共機能

operator::tensorflow::Operation () const

パブリック静的関数

Capacity (int64 x)
Container (StringPiece x)
MemoryLimit (int64 x)
SharedName (StringPiece x)

構造体

tensorflow:: ops:: Stage:: Attrs

Stageのオプションの属性セッター。

パブリック属性

手術

Operation operation

公共機能

ステージ

 Stage(
  const ::tensorflow::Scope & scope,
  ::tensorflow::InputList values
)

ステージ

 Stage(
  const ::tensorflow::Scope & scope,
  ::tensorflow::InputList values,
  const Stage::Attrs & attrs
)

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

 operator::tensorflow::Operation() const 

パブリック静的関数

容量

Attrs Capacity(
  int64 x
)

容器

Attrs Container(
  StringPiece x
)

メモリ制限

Attrs MemoryLimit(
  int64 x
)

共有名

Attrs SharedName(
  StringPiece x
)