テンソルフロー::作戦::ランダムポアソンV2::属性

#include <random_ops.h>

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

まとめ

パブリック属性

dtype_ = DT_INT64
DataType
seed2_ = 0
int64
seed_ = 0
int64

公共機能

Dtype (DataType x)
TF_MUST_USE_RESULT Attrs
デフォルトは DT_INT64 です。
Seed (int64 x)
TF_MUST_USE_RESULT Attrs
seedまたはseed2いずれかが 0 以外に設定されている場合、乱数ジェネレータには指定されたシードがシードされます。
Seed2 (int64 x)
TF_MUST_USE_RESULT Attrs
シードの衝突を避けるための 2 番目のシード。

パブリック属性

dtype_

DataType tensorflow::ops::RandomPoissonV2::Attrs::dtype_ = DT_INT64

シード2_

int64 tensorflow::ops::RandomPoissonV2::Attrs::seed2_ = 0

シード_

int64 tensorflow::ops::RandomPoissonV2::Attrs::seed_ = 0

公共機能

Dタイプ

TF_MUST_USE_RESULT Attrs tensorflow::ops::RandomPoissonV2::Attrs::Dtype(
  DataType x
)

デフォルトは DT_INT64 です。

シード

TF_MUST_USE_RESULT Attrs tensorflow::ops::RandomPoissonV2::Attrs::Seed(
  int64 x
)

seedまたはseed2いずれかが 0 以外に設定されている場合、乱数ジェネレータには指定されたシードがシードされます。

それ以外の場合は、ランダム シードによってシードされます。

デフォルトは 0

シード2

TF_MUST_USE_RESULT Attrs tensorflow::ops::RandomPoissonV2::Attrs::Seed2(
  int64 x
)

シードの衝突を避けるための 2 番目のシード。

デフォルトは 0