テンソルフロー::作戦::パディングFIFOキュー

#include <data_flow_ops.h>

先入れ先出しの順序で要素を生成するキュー。

まとめ

可変サイズのシェイプは、シェイプ属性で対応するシェイプの寸法を 0 に設定することで許可されます。この場合、DequeueMany はミニバッチ内の特定の要素の最大サイズまでパディングします。詳細については以下を参照してください。

引数:

  • スコープ:スコープオブジェクト
  • Component_types: 値内の各コンポーネントのタイプ。

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

  • 形状: 値の各コンポーネントの形状。この属性の長さは 0 であるか、component_types の長さと同じである必要があります。任意の形状の次元を -1 に設定することで、固定ランクだが可変サイズの形状が許可されます。この場合、入力の形状は指定された次元に沿って変化する可能性があり、DequeueMany は指定されたバッチ内のすべての要素の最大形状まで指定された次元にゼロを埋め込みます。この属性の長さが 0 の場合、異なるキュー要素は異なるランクと形状を持つ可能性がありますが、一度にデキューできる要素は 1 つだけです。
  • 容量: このキュー内の要素数の上限。負の数は制限がないことを意味します。
  • コンテナ: 空でない場合、このキューは指定されたコンテナに配置されます。それ以外の場合は、デフォルトのコンテナが使用されます。
  • shared_name: 空でない場合、このキューは指定された名前で複数のセッション間で共有されます。

戻り値:

  • Output : キューへのハンドル。

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

PaddingFIFOQueue (const :: tensorflow::Scope & scope, const DataTypeSlice & component_types)
PaddingFIFOQueue (const :: tensorflow::Scope & scope, const DataTypeSlice & component_types, const PaddingFIFOQueue::Attrs & attrs)

パブリック属性

handle
operation

公共機能

node () const
::tensorflow::Node *
operator::tensorflow::Input () const
operator::tensorflow::Output () const

パブリック静的関数

Capacity (int64 x)
Container (StringPiece x)
Shapes (const gtl::ArraySlice< PartialTensorShape > & x)
SharedName (StringPiece x)

構造体

tensorflow:: ops:: PaddingFIFOQueue:: Attrs

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

パブリック属性

ハンドル

::tensorflow::Output handle

手術

Operation operation

公共機能

パディングFIFOキュー

 PaddingFIFOQueue(
  const ::tensorflow::Scope & scope,
  const DataTypeSlice & component_types
)

パディングFIFOキュー

 PaddingFIFOQueue(
  const ::tensorflow::Scope & scope,
  const DataTypeSlice & component_types,
  const PaddingFIFOQueue::Attrs & attrs
)

ノード

::tensorflow::Node * node() const 

演算子::tensorflow::入力

 operator::tensorflow::Input() const 

演算子::tensorflow::出力

 operator::tensorflow::Output() const 

パブリック静的関数

容量

Attrs Capacity(
  int64 x
)

容器

Attrs Container(
  StringPiece x
)

形状

Attrs Shapes(
  const gtl::ArraySlice< PartialTensorShape > & x
)

共有名

Attrs SharedName(
  StringPiece x
)