tensorflow:: אופס:: RandomPoissonV2:: Attrs

#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 מוגדרים לא-אפס, מחולל המספרים האקראיים מוזרע על ידי ה-seed הנתון.
Seed2 (int64 x)
TF_MUST_USE_RESULT Attrs
זרע שני כדי למנוע התנגשות זרע.

תכונות ציבוריות

dtype_

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

זרע2_

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

זֶרַע_

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

תפקידים ציבוריים

Dtype

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 מוגדרים לא-אפס, מחולל המספרים האקראיים מוזרע על ידי ה-seed הנתון.

אחרת, הוא נזרע על ידי זרע אקראי.

ברירת המחדל היא 0

זרע 2

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

זרע שני כדי למנוע התנגשות זרע.

ברירת המחדל היא 0