tensorflow :: ops :: RandomPoissonV2 :: Attrs
#include <random_ops.h>
Opcjonalne metody ustawiające atrybuty dla RandomPoissonV2 .
streszczenie
Atrybuty publiczne | |
---|---|
dtype_ = DT_INT64 | DataType |
seed2_ = 0 | int64 |
seed_ = 0 | int64 |
Funkcje publiczne | |
---|---|
Dtype (DataType x) | TF_MUST_USE_RESULT Attrs Domyślnie DT_INT64. |
Seed (int64 x) | TF_MUST_USE_RESULT Attrs Jeśli seed lub seed2 są ustawione na wartość niezerową, generator liczb losowych jest inicjowany przez dane ziarno. |
Seed2 (int64 x) | TF_MUST_USE_RESULT Attrs Drugie ziarno, aby uniknąć kolizji nasion. |
Atrybuty publiczne
dtype_
DataType tensorflow::ops::RandomPoissonV2::Attrs::dtype_ = DT_INT64
seed2_
int64 tensorflow::ops::RandomPoissonV2::Attrs::seed2_ = 0
nasionko_
int64 tensorflow::ops::RandomPoissonV2::Attrs::seed_ = 0
Funkcje publiczne
Dtype
TF_MUST_USE_RESULT Attrs tensorflow::ops::RandomPoissonV2::Attrs::Dtype( DataType x )
Domyślnie DT_INT64.
Nasionko
TF_MUST_USE_RESULT Attrs tensorflow::ops::RandomPoissonV2::Attrs::Seed( int64 x )
Jeśli seed
lub seed2
są ustawione na wartość niezerową, generator liczb losowych jest inicjowany przez dane ziarno.
W przeciwnym razie jest wysiewany przez losowe ziarno.
Domyślnie 0
Seed2
TF_MUST_USE_RESULT Attrs tensorflow::ops::RandomPoissonV2::Attrs::Seed2( int64 x )
Drugie ziarno, aby uniknąć kolizji nasion.
Domyślnie 0