tensoreflusso:: ops:: PoissonV2 casuale:: Attr

#include <random_ops.h>

Setter di attributi facoltativi per RandomPoissonV2 .

Riepilogo

Attributi pubblici

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

Funzioni pubbliche

Dtype (DataType x)
TF_MUST_USE_RESULT Attrs
Il valore predefinito è DT_INT64.
Seed (int64 x)
TF_MUST_USE_RESULT Attrs
Se seed o seed2 sono impostati su un valore diverso da zero, il generatore di numeri casuali viene seminato dal seed specificato.
Seed2 (int64 x)
TF_MUST_USE_RESULT Attrs
Un secondo seme per evitare la collisione dei semi.

Attributi pubblici

dtipo_

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

seme2_

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

seme_

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

Funzioni pubbliche

Tipo D

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

Il valore predefinito è DT_INT64.

Seme

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

Se seed o seed2 sono impostati su un valore diverso da zero, il generatore di numeri casuali viene seminato dal seed specificato.

Altrimenti, viene seminato da un seme casuale.

Il valore predefinito è 0

Seme2

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

Un secondo seme per evitare la collisione dei semi.

Il valore predefinito è 0