テンソルフロー::作戦::バリア::属性

#include <data_flow_ops.h>

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

まとめ

パブリック属性

capacity_ = -1
int64
container_ = ""
StringPiece
shapes_ = {}
gtl::ArraySlice< PartialTensorShape >
shared_name_ = ""
StringPiece

公共機能

Capacity (int64 x)
TF_MUST_USE_RESULT Attrs
バリアの容量。
Container (StringPiece x)
TF_MUST_USE_RESULT Attrs
空でない場合、このバリアは指定されたコンテナーに配置されます。
Shapes (const gtl::ArraySlice< PartialTensorShape > & x)
TF_MUST_USE_RESULT Attrs
値の各コンポーネントの形状。
SharedName (StringPiece x)
TF_MUST_USE_RESULT Attrs
空でない場合、このバリアは指定された名前で複数のセッション間で共有されます。

パブリック属性

容量_

int64 tensorflow::ops::Barrier::Attrs::capacity_ = -1

容器_

StringPiece tensorflow::ops::Barrier::Attrs::container_ = ""

形状_

gtl::ArraySlice< PartialTensorShape > tensorflow::ops::Barrier::Attrs::shapes_ = {}

共有名_

StringPiece tensorflow::ops::Barrier::Attrs::shared_name_ = ""

公共機能

容量

TF_MUST_USE_RESULT Attrs tensorflow::ops::Barrier::Attrs::Capacity(
  int64 x
)

バリアの容量。

デフォルトの容量は MAX_INT32 で、これは基礎となるキューの最大容量です。

デフォルトは -1

容器

TF_MUST_USE_RESULT Attrs tensorflow::ops::Barrier::Attrs::Container(
  StringPiece x
)

空でない場合、このバリアは指定されたコンテナーに配置されます。

それ以外の場合は、デフォルトのコンテナが使用されます。

デフォルトは「」です

形状

TF_MUST_USE_RESULT Attrs tensorflow::ops::Barrier::Attrs::Shapes(
  const gtl::ArraySlice< PartialTensorShape > & x
)

値の各コンポーネントの形状。

各形状の最初の次元は 1 でなければなりません。この属性の長さは、component_types の長さと同じである必要があります。

デフォルトは []

共有名

TF_MUST_USE_RESULT Attrs tensorflow::ops::Barrier::Attrs::SharedName(
  StringPiece x
)

空でない場合、このバリアは指定された名前で複数のセッション間で共有されます。

デフォルトは「」です