टेंसरफ़्लो:: ऑप्स:: रैंडमपॉइसनV2:: 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 गैर-शून्य पर सेट किया गया है, तो यादृच्छिक संख्या जनरेटर को दिए गए बीज द्वारा बीजित किया जाता है। |
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
सार्वजनिक समारोह
डीप्रकार
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 है
बीज2
TF_MUST_USE_RESULT Attrs tensorflow::ops::RandomPoissonV2::Attrs::Seed2( int64 x )
बीज टकराव से बचने के लिए दूसरा बीज।
डिफ़ॉल्ट 0 है